From e554bc0fa594855f73091ef9ed345ff1f2e3aef4 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 9 Jun 2015 17:57:10 -0700 Subject: README.md: add configuration information --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3c80aca..b28c17c 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3