-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix network magic bytes for TestNet4
- Loading branch information
Showing
14 changed files
with
612 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
"TTL": 600, | ||
"Seeder1": "seed.tbch.loping.net", | ||
"Seeder2": "testnet-seed-bch.bitcoinforks.org" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"Name": "Testnet4 All", | ||
"Desc": "Bitcoin Cash Testnet4 - All", | ||
"Id": "0xafdab7e2", | ||
"Id": "0xe2b7daaf", | ||
"Port": 28333, | ||
"Pver": 70016, | ||
"DNSName": "testnet4-seed.bchd.cash", | ||
"TTL": 600, | ||
"Seeder1": "testnet4-seed-bch.toom.im", | ||
"Seeder2": "seed.tbch4.loping.net", | ||
"Seeder3": "testnet4-seed.flowee.cash" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
{ | ||
"Name": "Testnet4 Filtered", | ||
"Desc": "Bitcoin Cash Testnet4 - Filtered", | ||
"Id": "0xafdab7e2", | ||
"Id": "0xe2b7daaf", | ||
"Port": 28333, | ||
"Pver": 70016, | ||
"DNSName": "x105.testnet4-seed.bchd.cash", | ||
"TTL": 600, | ||
"Seeder1": "testnet4-seed-bch.toom.im", | ||
"Seeder2": "seed.tbch4.loping.net", | ||
"Seeder3": "testnet4-seed.flowee.cash", | ||
"ServiceFilter": [ | ||
"NodeNetwork", | ||
"NodeCF", | ||
"NodeBloom" | ||
] | ||
} | ||
"ServiceFilter": ["NodeNetwork", "NodeCF", "NodeBloom"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
{ | ||
"Name": "Testnet4 Node CF", | ||
"Desc": "Bitcoin Cash Testnet4 - NodeCF", | ||
"Id": "0xafdab7e2", | ||
"Id": "0xe2b7daaf", | ||
"Port": 28333, | ||
"Pver": 70016, | ||
"DNSName": "x101.testnet4-seed.bchd.cash", | ||
"TTL": 600, | ||
"Seeder1": "testnet4-seed-bch.toom.im", | ||
"Seeder2": "seed.tbch4.loping.net", | ||
"Seeder3": "testnet4-seed.flowee.cash", | ||
"ServiceFilter": [ | ||
"NodeNetwork", | ||
"NodeCF" | ||
], | ||
"UserAgentFilter": [ | ||
"bchd:0.20.0" | ||
] | ||
} | ||
"ServiceFilter": ["NodeNetwork", "NodeCF"], | ||
"UserAgentFilter": ["bchd:0.20.0"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
{ | ||
"Name": "Testnet4", | ||
"Desc": "Bitcoin Cash Testnet4", | ||
"Id": "0xafdab7e2", | ||
"Id": "0xe2b7daaf", | ||
"Port": 28333, | ||
"Pver": 70016, | ||
"DNSName": "seeder.example.com", | ||
"TTL": 300, | ||
"Seeder1": "testnet4-seed-bch.toom.im", | ||
"Seeder2": "seed.tbch4.loping.net", | ||
"Seeder3": "testnet4-seed.flowee.cash", | ||
"ServiceFilter": [ | ||
"NodeNetwork" | ||
] | ||
} | ||
"ServiceFilter": ["NodeNetwork"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.