-
Notifications
You must be signed in to change notification settings - Fork 65
Command Line
Eric Voskuil edited this page Mar 16, 2017
·
12 revisions
BS uses libbitcoin's wrappers over Boost's program_options library to bind command line parameters.
$ bs --help
Usage: bs [-hisv] [--config value]
Info: Runs a full bitcoin node and query server in the global 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.
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build Server
- Download Server
- Frequently Asked Questions
- General Information
- Client Server Interface
- Configuration Settings
- Tutorials