Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
2 new seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoinz committed Sep 27, 2017
1 parent 7364042 commit 6f3c51a
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 {
vSeeds.clear();
// use name as: echo -n hostname | sha256sum
vSeeds.push_back(CDNSSeedData("4437c91da6e4c4edca56b57bd52c2e11a3fd7d8b04bd9dec9584fb5220f54b05.BTCZ", "btzseed.blockhub.info"));
vSeeds.push_back(CDNSSeedData("2d59ee78b381697a4795079b1232396b64bc06ab5bd08d094d0a41d999edbf7a.BTCZ", "bitcoinz.ph"));
vSeeds.push_back(CDNSSeedData("7e2071b6fc04a4b47d4973958d931d41479ffe069dc4c611f4a9d8ce8be737a9.BTCZ", "zparty.pl"));

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

0 comments on commit 6f3c51a

Please sign in to comment.