BIP-0094: add default p2p port for testnet4

This commit is contained in:
Olaoluwa Osuntokun 2025-03-06 14:47:20 -08:00
parent 24b4354e64
commit fcd5d7224e
No known key found for this signature in database
GPG Key ID: 90525F7DEEE0AD86

View File

@ -101,6 +101,10 @@ The resulting genesis block hash is <code>00000000da84f2bafbbc53dee25a72ae507ff4
The message start is defined as <code>0x1c163f28</code>. These four bytes were randomly generated and have no special meaning.
=== Network Paramters ===
The default p2p port for testnet 4 is `48333`.
== Backwards Compatibility ==
The rules used by Testnet 4 are backwards compatible to the rules of Testnet 3. Existing software that implements support for Testnet 3 would only require addition of the network parameters (magic number, genesis block, etc.) to be able to follow Testnet 4.