diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-08-16 10:53:44 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-08-16 10:51:59 -0400 |
commit | fa0119af226255ce1e0e573a575ab37539ff8693 (patch) | |
tree | f37ab54c41f2eb9f19c2d1f451d926d282b74076 /share/examples/bitcoin.conf | |
parent | aed15edf179d75f4835da499de8c97a76120bcb4 (diff) |
doc: Refer in rpcbind doc to the manpage
Diffstat (limited to 'share/examples/bitcoin.conf')
-rw-r--r-- | share/examples/bitcoin.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf index b5475dc1c6..709d8b002b 100644 --- a/share/examples/bitcoin.conf +++ b/share/examples/bitcoin.conf @@ -70,8 +70,8 @@ # server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands #server=0 -# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. -# This option can be specified multiple times (default: bind to all interfaces) +# Bind to given address to listen for JSON-RPC connections. +# Refer to the manpage or bitcoind -help for further details. #rpcbind=<addr> # If no rpcpassword is set, rpc cookie auth is sought. The default `-rpccookiefile` name |