Skip to content

Commit

Permalink
seeder3 added
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 22, 2019
1 parent 5fd367c commit a6b7bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Expand Up @@ -152,6 +152,8 @@ class CMainParams : public CChainParams

vSeeds.push_back(CDNSSeedData("s1.birake.com", "seeder1.birake.com")); // Single node address
vSeeds.push_back(CDNSSeedData("s2.birake.com", "seeder2.birake.com"));
vSeeds.push_back(CDNSSeedData("s3.birake.com", "seeder3.birake.com"));


base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1, 45);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1, 13);
Expand Down

0 comments on commit a6b7bf8

Please sign in to comment.