Skip to content

Commit

Permalink
Merge pull request #2 from miodragpop/master
Browse files Browse the repository at this point in the history
disabling dns seeders in order fixed seeds to be used
  • Loading branch information
miodragpop authored May 28, 2019
2 parents a02c387 + c5f867b commit 7b6841b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ class CMainParams : public CChainParams {
vFixedSeeds.clear();
vSeeds.clear();
// use name as: echo -n hostname | sha256sum
// DNS seeders disabled in order fixed seeds to be used
/*
vSeeds.push_back(CDNSSeedData("getbze.com", "seeder.getbze.com"));
vSeeds.push_back(CDNSSeedData("67ef7caf7a2b08c2f0f11460b121bba1090472761a25da0dc839da81e9255425.BZE", "bzeseed.bzedge.org"));

*/
// guarantees the first 2 characters, when base58 encoded, are "t1"
base58Prefixes[PUBKEY_ADDRESS] = {0x1C,0xB8};
// guarantees the first 2 characters, when base58 encoded, are "t3"
Expand Down

0 comments on commit 7b6841b

Please sign in to comment.