parity-zcash/pbtc/cli.yml

53 lines
1.4 KiB
YAML

name: pbtc
version: "0.1.0"
author: Ethcore <admin@ethcore.io>
about: Parity bitcoin client
args:
- testnet:
long: testnet
help: Use the test network
- regtest:
long: regtest
help: Use private network for regtest
- connect:
short: c
long: connect
value_name: IP
help: Connect only to the specified node
takes_value: true
- seednode:
short: s
long: seednode
value_name: IP
help: Connect to a node to retrieve peer addresses, and disconnect
takes_value: true
- port:
long: port
value_name: PORT
help: Listen for connections on PORT
takes_value: true
- print-to-console:
long: print-to-console
help: Send sync info to console
- data-dir:
short: d
long: data-dir
value_name: PATH
help: Specify the database & configuration directory PATH
takes_value: true
- db-cache:
long: db-cache
help: Sets db cache size
- only-net:
long: only-net
value_name: NET
help: Only connect to nodes in network <NET> (ipv4 or ipv6)
takes_value: true
subcommands:
- import:
about: Import blocks from bitcoin core database
args:
- PATH:
required: true
help: Path of the bitcoin core database