parity-zcash/pbtc/cli.yml

48 lines
1.3 KiB
YAML
Raw Normal View History

2016-09-30 05:44:50 -07:00
name: pbtc
version: "0.1.0"
author: Ethcore <admin@ethcore.io>
about: Parity bitcoin client
args:
2016-09-30 05:59:16 -07:00
- testnet:
long: testnet
2016-11-05 07:32:57 -07:00
help: Use the test network
- regtest:
long: regtest
help: Use private network for regtest
2016-09-30 05:44:50 -07:00
- connect:
short: c
long: connect
value_name: IP
help: Connect only to the specified node
takes_value: true
2016-09-30 05:59:16 -07:00
- seednode:
short: s
long: seednode
value_name: IP
help: Connect to a node to retrieve peer addresses, and disconnect
takes_value: true
2016-09-30 07:25:28 -07:00
- port:
long: port
value_name: PORT
help: Listen for connections on PORT
takes_value: true
- printtoconsole:
long: printtoconsole
help: Send trace/debug info to console instead of debug.log file
2016-11-24 22:58:04 -08:00
- data-dir:
short: d
long: data-dir
value_name: PATH
help: Specify the database & configuration directory PATH
takes_value: true
2016-11-21 01:06:55 -08:00
- db-cache:
long: db-cache
help: Sets db cache size
2016-11-03 03:53:39 -07:00
subcommands:
2016-10-30 19:12:44 -07:00
- import:
2016-11-03 03:53:39 -07:00
about: Import blocks from bitcoin core database
args:
- PATH:
required: true
help: Path of the bitcoin core database