Skip to content

Commit

Permalink
Update seed nodes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmora-do authored and alejandromgk committed Apr 8, 2018
1 parent 86e4ddd commit 3f06348
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
7 changes: 5 additions & 2 deletions contrib/seeds/nodes_main.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
54.244.79.140:7112
34.209.87.8:7112
209.250.251.184:7112
108.61.252.138:7112
144.202.48.162:7112
45.32.193.76:7112
144.202.101.191:7112
4 changes: 2 additions & 2 deletions contrib/seeds/nodes_test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
34.212.116.68:17111
34.212.253.142:17111
144.202.75.199:17112
144.202.106.163:17112
3 changes: 1 addition & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ class CTestNetParams : public CChainParams {
assert(consensus.hashGenesisBlock == uint256S(TESTNET_GENESIS_HASH));
assert(genesis.hashMerkleRoot == uint256S(GENESIS_MERKLE_ROOT));

vFixedSeeds.clear();
vSeeds.clear();
//vSeeds.push_back(CDNSSeedData("paccoin.net", "testnet-seed.paccoin.net"));
vSeeds.push_back(CDNSSeedData("paccoin.io", "testnet-static-dns.paccoin.io"));

// Testnet Paccoin addresses start with 'q'
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,120);
Expand Down
10 changes: 7 additions & 3 deletions src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
*/
static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xd1,0xfa,0xfb,0xb8}, 7112},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6c,0x3d,0xfc,0x8a}, 7112}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6c,0x3d,0xfc,0x8a}, 7112},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x90,0xca,0x30,0xa2}, 7112},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2d,0x20,0xc1,0x4c}, 7112},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x90,0xca,0x65,0xbf}, 7112}
};

static SeedSpec6 pnSeed6_test[] = {
//{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x22,0xd4,0x74,0x44}, 17111},
//{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x22,0xd4,0xfd,0x8e}, 17111}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x90,0xca,0x4b,0xc7}, 17112},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x90,0xca,0x6a,0xa3}, 17112}
};

#endif // PAC_CHAINPARAMSSEEDS_H

0 comments on commit 3f06348

Please sign in to comment.