added static backup nodes

This commit is contained in:
Michel van Kessel
2019-12-19 20:26:47 +01:00
parent d120de0357
commit 9324ab7ba0

View File

@@ -142,6 +142,8 @@ public:
vSeeds.push_back(CDNSSeedData("blackcoinNL", "dnsseed.blackcoin.nl"));
// vSeeds.push_back(CDNSSeedData("vasin.nl", "dnsseed.vasin.nl")); < Disabled for now
vSeeds.push_back(CDNSSeedData("ghost.blackcoin.nl", "ghost.blackcoin.nl")); // Michel van Kessel static node
vSeeds.push_back(CDNSSeedData("node.blackcoin.io ", "node.blackcoin.io")); // payBLK static node
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,25);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,85);