Skip to content

Commit

Permalink
Add DNS seed of open-nodes.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkevin committed Jun 15, 2014
1 parent 8615bfb commit 33cc907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class CMainParams : public CChainParams {
vSeeds.push_back(CDNSSeedData("dashjr.org", "dnsseed.bitcoin.dashjr.org"));
vSeeds.push_back(CDNSSeedData("bitcoinstats.com", "seed.bitcoinstats.com"));
vSeeds.push_back(CDNSSeedData("bitnodes.io", "seed.bitnodes.io"));
vSeeds.push_back(CDNSSeedData("open-nodes.org", "seeds.bitcoin.open-nodes.org"));
vSeeds.push_back(CDNSSeedData("xf2.org", "bitseed.xf2.org"));

base58Prefixes[PUBKEY_ADDRESS] = list_of(0);
Expand Down

0 comments on commit 33cc907

Please sign in to comment.