Skip to content

Command Line

Eric Voskuil edited this page Mar 14, 2017 · 12 revisions

BS uses Boost's program_options library to bind command line parameters to strongly-typed internal settings.

$ bs --help
Usage: bs [-hisv] [--config value]

Info: Runs a full bitcoin node in the global peer-to-peer network.

Options (named):

-c [--config]        Specify path to a configuration settings file.
-h [--help]          Display command line options.
-i [--initchain]     Initialize blockchain in the configured directory.
-s [--settings]      Display all configuration settings.
-v [--version]       Display version information. 

See also Configuration Settings.

Clone this wiki locally