diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2015-06-09 17:57:10 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2015-06-09 17:57:10 -0700 |
commit | e554bc0fa594855f73091ef9ed345ff1f2e3aef4 (patch) | |
tree | 633c75e84eebc4a2bb429c640055b92211796090 | |
parent | 81ba3e1c2fae579e68d30f52451a53b01879bbb7 (diff) | |
download | rpcblockchainexplorer-e554bc0fa594855f73091ef9ed345ff1f2e3aef4.tar.gz rpcblockchainexplorer-e554bc0fa594855f73091ef9ed345ff1f2e3aef4.zip |
README.md: add configuration information
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ This is a small python application that runs a web server for locally exploring a blockchain using RPC connectivity. +# configuration + +$HOME/.bitcoin/bitcoin.conf needs to define rpcuser and rpcpassword. + +Optionally, rpcconnect (rpc listening address) and rpcport may be defined. + +Notably, the documented recommended command line for alphad configures it to +listen on a nondefault port. + # license BSD |