mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
server bitcoind fix
This commit is contained in:
parent
3ded57ca91
commit
c10415a3ab
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue