Skip to content

Commit

Permalink
Add Bitcoin Unlimited operated seeder for testnet3
Browse files Browse the repository at this point in the history
testnet-seed.bitcoinunlimited.info
  • Loading branch information
sickpig committed Aug 4, 2021
1 parent 42aca99 commit a20b80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Expand Up @@ -395,6 +395,8 @@ class CTestNetParams : public CChainParams {
vSeeds.emplace_back("testnet-seed.bchd.cash");
// Loping.net
vSeeds.emplace_back("seed.tbch.loping.net");
// Bitcoin Unlimited
vSeeds.emplace_back("testnet-seed.bitcoinunlimited.info");

base58Prefixes[PUBKEY_ADDRESS] = std::vector<uint8_t>(1, 111);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<uint8_t>(1, 196);
Expand Down

0 comments on commit a20b80e

Please sign in to comment.