parity-zcash/pbtc/cli.yml

22 lines
501 B
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
help: Use the test chain
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 05:44:50 -07:00