Skip to content

Commit

Permalink
Added first mainnet seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoinz committed Sep 24, 2017
1 parent f282e93 commit 382db95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ class CMainParams : public CChainParams {

vFixedSeeds.clear();
vSeeds.clear();
// use name as: echo -n hostname | sha256sum
vSeeds.push_back(CDNSSeedData("4437c91da6e4c4edca56b57bd52c2e11a3fd7d8b04bd9dec9584fb5220f54b05.btz", "btzseed.blockhub.info"));

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

0 comments on commit 382db95

Please sign in to comment.