mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Dev Docs: REST: Add Security Note & Reindex Note
Added both notes to both JSON-RPC and REST docs. Suggested by Jonas Schnelli (thanks!)
This commit is contained in:
parent
5f532c59da
commit
73eb097dd4
5 changed files with 12 additions and 0 deletions
|
@ -119,6 +119,9 @@ Page][devexamples] for details. JSON-RPC starts on port 8332 for mainnet
|
|||
and 18332 for testnet and regtest. By default, `bitcoind` doesn't use a
|
||||
JSON-RPC user, but you can set one (see `bitcoind --help`).
|
||||
|
||||
The interface is not intended for public access and is only accessible
|
||||
from localhost by default.
|
||||
|
||||
RPCs are made using the standard JSON-RPC 1.0 syntax, which sends several
|
||||
standard arguments:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue