decred.org/dcrdex@v1.0.3/client/cmd/bwctl/sample-dexcctl.conf (about) 1 [Application Options] 2 3 ; In addition to the config options listed below there are few more 4 ; which could be useful when provided with bwctl via cli: 5 6 ; `--version` or `-v` - Display version information and exit. 7 8 ; `--listcommands` or `-l` - List all of the supported commands and exit. 9 10 ; `--passarg` or `-p` - Password arguments to bypass stdin prompts. 11 ; This can be used when the bwctl requires one or more password inputs, 12 ; like in the following example using the `newwallet` command to setup a simnet 13 ; DCR wallet, where there are two passargs, the first for the app password, and 14 ; the second for the wallet's passphrase: 15 ; `./bwctl --simnet -p a -p abc newwallet 42 ~/dextest/dcr/beta/beta.conf '{"account":"default"}'` 16 17 ; ------------------------------------------------------------------------------ 18 ; Data settings 19 ; ------------------------------------------------------------------------------ 20 21 ; Path to an INI configuration file. The default is ~/.dexcctl/dexcctl.conf on 22 ; UNIX OSes, ~/Library/Application Support/Dexcctl/dexcctl.conf on macOS and 23 ; %localappdata%\Dexcctl.conf on Windows. 24 ; config=~/.dexcctl/dexcctl.conf 25 26 ; ------------------------------------------------------------------------------ 27 ; Network settings 28 ; ------------------------------------------------------------------------------ 29 30 ; Use testnet. 31 ; Default is false. 32 ; testnet=true 33 34 ; Use simnet. 35 ; Default is false. 36 ; simnet=true 37 38 ; ------------------------------------------------------------------------------ 39 ; RPC client settings 40 ; ------------------------------------------------------------------------------ 41 42 ; Connect via a SOCKS5 proxy. 43 ; proxy=127.0.0.1:9050 44 ; proxyuser= 45 ; proxypass= 46 47 ; Username and password to authenticate connections to a bisonw RPC server. 48 ; rpcuser= 49 ; rpcpass= 50 51 ; RPC server to connect to. 52 ; rpcaddr=localhost:5757 53 54 ; RPC server certificate chain file for validation. 55 ; rpccert=~/.dexc/rpc.cert 56 57 ; ------------------------------------------------------------------------------ 58 ; General settings 59 ; ------------------------------------------------------------------------------ 60 61 ; Print json messages sent and received. 62 ; Default is false. 63 ; json=true