mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Content - Default regtest port changed 18332->19898 (#152)
* Content - Default regtest port changed 18332->19898 Avoids conflict with bitcoin * Content - Update default regtest P2P port to 19899 * Content - Display default devnet port * Formatting
This commit is contained in:
parent
2d740801ae
commit
9c2b5e09b3
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ languages lacking a suitable native client. The remainder of this section
|
|||
describes the Dash Core RPC protocol in detail.
|
||||
|
||||
The Dash Core RPC service listens for HTTP `POST` requests on port 9998 in
|
||||
mainnet mode, 19998 in testnet, or 18332 in regtest mode. The port number can be changed
|
||||
mainnet mode, 19998 in testnet, or 19898 in regtest mode. The port number can be changed
|
||||
by setting `rpcport` in `dash.conf`. By default the RPC service binds to your
|
||||
server's [localhost][Localhost] loopback
|
||||
network<!--noref--> interface so it's not accessible from other servers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue