mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
REST 0.11, 0.12, 0.13 update
references.md, developer-reference.md, _autocrossref.yaml and _config.yml not yet updated
This commit is contained in:
parent
5409e03306
commit
8a93b97ce9
13 changed files with 1125 additions and 153 deletions
|
@ -14,7 +14,9 @@ an **unauthenticated** HTTP REST interface. The interface runs on the
|
|||
same port as the JSON-RPC interface, by default port 8332 for mainnet and
|
||||
port 18332 for testnet. It must be enabled by either starting Bitcoin
|
||||
Core with the `-rest` option or by specifying `rest=1` in the
|
||||
configuration file.
|
||||
configuration file. Make sure that the RPC interface is also activated.
|
||||
Set `server=1` in `bitcoin.conf` or supply the `-server` argument when
|
||||
starting the program.
|
||||
|
||||
The interface is not intended for public access and is only accessible
|
||||
from localhost by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue