server bitcoind fix

This commit is contained in:
Michael Rotarius 2017-01-05 21:46:33 +01:00
parent 3ded57ca91
commit c10415a3ab

View file

@ -16,7 +16,8 @@ port 18332 for testnet. It must be enabled by either starting Bitcoin
Core with the `-rest` option or by specifying `rest=1` in the Core with the `-rest` option or by specifying `rest=1` in the
configuration file. Make sure that the RPC interface is also activated. configuration file. Make sure that the RPC interface is also activated.
Set `server=1` in `bitcoin.conf` or supply the `-server` argument when Set `server=1` in `bitcoin.conf` or supply the `-server` argument when
starting the program. starting Bitcoin Core. Starting Bitcoin Core with `bitcoind` automatically
enables the RPC interface.
The interface is not intended for public access and is only accessible The interface is not intended for public access and is only accessible
from localhost by default. from localhost by default.