name: pbtc version: "0.1.0" author: Ethcore 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 (ipv4 or ipv6) takes_value: true - no-jsonrpc: long: no-jsonrpc help: Disable the JSON-RPC API server - jsonrpc-port: long: jsonrpc-port help: The port portion of the JSONRPC API server takes_value: true value_name: PORT - jsonrpc-interface: long: jsonrpc-interface help: The hostname portion of the JSONRPC API server takes_value: true value_name: INTERFACE - jsonrpc-cors: long: jsonrpc-cors help: Specify CORS header for JSON-RPC API responses takes_value: true value_name: URL - jsonrpc-apis: long: jsonrpc-apis help: Specify the APIs available through the JSONRPC interface. APIS is a comma-delimited list of API name. takes_value: true value_name: APIS - jsonrpc-hosts: long: jsonrpc-hosts help: List of allowed Host header values takes_value: true value_name: HOSTS subcommands: - import: about: Import blocks from bitcoin core database args: - PATH: required: true help: Path of the bitcoin core database - skip-verification: long: skip-verification help: Skip blocks verification