|
|
@ -60,7 +60,7 @@ |
|
|
|
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process) |
|
|
|
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process) |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
# server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands |
|
|
|
# server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands |
|
|
|
#server=0 |
|
|
|
#server=0 |
|
|
|
|
|
|
|
|
|
|
|
# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. |
|
|
|
# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. |
|
|
@ -82,7 +82,7 @@ |
|
|
|
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, |
|
|
|
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, |
|
|
|
# because the rpcpassword is transmitted over the network unencrypted. |
|
|
|
# because the rpcpassword is transmitted over the network unencrypted. |
|
|
|
|
|
|
|
|
|
|
|
# server=1 tells Bitcoin-QT to accept JSON-RPC commands. |
|
|
|
# server=1 tells Bitcoin-Qt to accept JSON-RPC commands. |
|
|
|
# it is also read by bitcoind to determine if RPC should be enabled |
|
|
|
# it is also read by bitcoind to determine if RPC should be enabled |
|
|
|
#rpcallowip=10.1.1.34/255.255.255.0 |
|
|
|
#rpcallowip=10.1.1.34/255.255.255.0 |
|
|
|
#rpcallowip=1.2.3.4/24 |
|
|
|
#rpcallowip=1.2.3.4/24 |
|
|
|