summaryrefslogtreecommitdiff
path: root/README.md
blob: b28c17cde2a37f2f1b02b5f8ab21cdb49144691c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RPC-based Blockchain Explorer

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