0.0.0 • Published 7 years ago
@carnesen/bitcoin-service-cli v0.0.0
@carnesen/bitcoin-service-cli 
A command-line interface for managing the bitcoin service bitcoind
Install
npm install --global @carnesen/bitcoin-service-cliAlternatively, if you don't want to install the package you can run it as a one-off command using npx:
$ npx @carnesen/bitcoin-service-cliUsage
$ bitcoin-service
Usage: bitcoin-service <subcommand> <options>
Manage the bitcoin service `bitcoind`
Subcommands:
restart, start, stop, statusUse the --help flag to get usage for a command:
$ bitcoin-service start --help
Usage: bitcoin-service start <options>
Options:
[--configFilePath <str>] : Absolute path to a configuration file
[--bitcoinHome <str>] : Path to a bitcoin software installationThe options bitcoinHome and configFilePath are described in more detail in @carnesen/bitcoin-service.
$ bitcoin-service start --bitcoinHome /usr/local/bitcoin-0.17.0
Bitcoin server startingRelated
@carnesen/bitcoin-service: A Node.js library for managing the bitcoin service
bitcoind@carnesen/cli: A Node.js library for building command-line interfaces
License
MIT © Chris Arnesen
0.0.0
7 years ago