Skip to content

Commit

Permalink
Update TestNet Parameters (#11)
Browse files Browse the repository at this point in the history
* Change fixed seeds for MainNet

* Added testnet fixed nodes

* Update TestNet SporkPubKey
  • Loading branch information
alejandromgk authored Jan 31, 2018
1 parent fc4b795 commit 9ef3f4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
13 changes: 2 additions & 11 deletions contrib/seeds/nodes_test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# List of fixed seed nodes for testnet

# Onion nodes
thfsmmn2jbitcoin.onion
it2pj4f7657g3rhi.onion
nkf5e6b7pl4jfd4a.onion
4zhkir2ofl7orfom.onion
t6xj6wilh4ytvcs7.onion
i6y6ivorwakd7nw3.onion
ubqj4rsu3nqtxmtp.onion

34.212.116.68:17111
34.212.253.142:17111
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class CTestNetParams : public CChainParams {

nPoolMaxTransactions = 3;
nFulfilledRequestExpireTime = 5*60; // fulfilled requests expire in 5 minutes
strSporkPubKey = "044fba94d436aeee9fac62783294166a3013b9d9eb7defa8f3deceaf4d6ac07f14848cccb7d29c6ae82cc8f979cb0c382af42d4b89baf1ab88ae320ebdce8ca357";
strSporkPubKey = "042f3818bfc23bbe0eb26edba2c975e71bbdac8ac8c05170b4c3a7de48ef2bb8242d8afab00a7666dd10ee2ab12c40bd383d0848603a7ea1b1558bfa63eea3a743";

checkpointData = (CCheckpointData) {
boost::assign::map_list_of
Expand Down
2 changes: 2 additions & 0 deletions src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ static SeedSpec6 pnSeed6_main[] = {
};

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}
};
#endif // PAC_CHAINPARAMSSEEDS_H

0 comments on commit 9ef3f4c

Please sign in to comment.