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:
thephez 2019-09-05 16:29:46 -04:00 committed by GitHub
parent 2d740801ae
commit 9c2b5e09b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -38,8 +38,8 @@ The following constants and defaults are taken from Dash Core's
|---------|--------------|-----------------------------------------------|---------------
| Mainnet | 9999 | 0xBD6B0CBF | 0xBF0C6BBD | 0x1e0ffff0
| Testnet | 19999 | 0xFFCAE2CE | 0xCEE2CAFF | 0x1e0ffff0
| Regtest | 19994 | 0xDCB7C1FC | 0xFCC1B7DC | 0x207fffff
| Devnet | User-defined | 0xCEFFCAE2 | 0xE2CAFFCE | 0x207fffff
| Regtest | 19899 | 0xDCB7C1FC | 0xFCC1B7DC | 0x207fffff
| Devnet | User-defined (default 19799) | 0xCEFFCAE2 | 0xE2CAFFCE | 0x207fffff
Note: the testnet start string and nBits above are for testnet3.