Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1151: Document rpc_cookie_file and rpc_wallet_file in default config

b953d7e75d Document rpc_cookie_file and rpc_wallet_file in default config (Kristaps Kaupe)

Pull request description:

  RPC cookie auth was added in #128 (Mar 2018), but never documented anywhere. This adds it to default generated `joinmarket.cfg`. Also added detailed comment about `rpc_wallet_file`, as it also sometimes confuses new users.

Top commit has no ACKs.

Tree-SHA512: 27613b1b293220c2666bd887a374d14048f604cd0e9592d5e1294e800c7d839ee6798a6d3a776c9731d828adc683990814484195d3a0f9581a996a27134578cb
master
Kristaps Kaupe 4 years ago
parent
commit
e616c7549b
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 8
      jmclient/jmclient/configure.py

8
jmclient/jmclient/configure.py

@ -120,8 +120,16 @@ network = mainnet
rpc_host = localhost
# default ports are 8332 for mainnet, 18443 for regtest, 18332 for testnet, 38332 for signet
rpc_port =
# Use either rpc_user / rpc_password pair or rpc_cookie_file.
rpc_user = bitcoin
rpc_password = password
#rpc_cookie_file =
# rpc_wallet_file is Bitcoin Core wallet which is used for address and
# transaction monitoring (it is watchonly, no private keys are stored there).
# It must be created manually if does not exist, see docs/USAGE.md for more
# information.
rpc_wallet_file =
## SERVER 1/4) Darkscience IRC (Tor, IP)

Loading…
Cancel
Save