mwixnet/mwixnet.yml

43 lines
1.3 KiB
YAML
Raw Normal View History

2022-02-11 04:33:35 +03:00
name: mwixnet
about: MWixnet CoinSwap Server
author: scilio
args:
- config_file:
help: Path to load/save the mwixnet-config.toml configuration file
short: c
long: config_file
takes_value: true
2022-08-20 20:31:09 +03:00
- testnet:
help: Run grin against the Testnet (as opposed to mainnet)
long: testnet
takes_value: false
2022-02-11 04:33:35 +03:00
- grin_node_url:
help: Api address of running GRIN node on which to check inputs and post transactions
short: n
long: grin_node_url
takes_value: true
- grin_node_secret_path:
help: Path to a file containing the secret for the GRIN node api
long: grin_node_secret_path
takes_value: true
2022-02-11 04:33:35 +03:00
- wallet_owner_url:
help: Api address of running wallet owner listener
short: l
long: wallet_owner_url
takes_value: true
- wallet_owner_secret_path:
help: Path to a file containing the secret for the wallet owner api
long: wallet_owner_secret_path
takes_value: true
2022-02-11 04:33:35 +03:00
- wallet_pass:
help: The wallet's password
long: wallet_pass
takes_value: true
- bind_addr:
2022-10-13 22:13:38 +03:00
help: Address to bind the rpc server to (e.g. 127.0.0.1:3000)
2022-02-11 04:33:35 +03:00
long: bind_addr
takes_value: true
subcommands:
- init-config:
about: Writes a new configuration file