From fcd5d7224e026adf7278861c73fc1d22330b4c0e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 6 Mar 2025 14:47:20 -0800 Subject: [PATCH] BIP-0094: add default p2p port for testnet4 --- bip-0094.mediawiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bip-0094.mediawiki b/bip-0094.mediawiki index 0ec487b1..a82a9f1c 100644 --- a/bip-0094.mediawiki +++ b/bip-0094.mediawiki @@ -101,6 +101,10 @@ The resulting genesis block hash is 00000000da84f2bafbbc53dee25a72ae507ff4 The message start is defined as 0x1c163f28. 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.