Skip to content

Commit

Permalink
Merge pull request #293 from Asherda/prepare-new-testnet
Browse files Browse the repository at this point in the history
Update testnet parameters for a new network
  • Loading branch information
miketout committed Mar 29, 2024
2 parents d2a7ab9 + 5687337 commit a888b59
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions contrib/seeds/nodes_test.txt
@@ -1,13 +1,13 @@
# List of fixed seed nodes for testnet

170.187.172.176:18298
143.42.8.234:18298
139.144.71.208:18298
170.187.196.33:18298
139.144.101.204:18298
170.187.172.176:18842
143.42.8.234:18842
139.144.71.208:18842
170.187.196.33:18842
139.144.101.204:18842

[2600:3c01::f03c:93ff:fe4d:1cc1]:18298
[2600:3c04::f03c:93ff:fe75:c72c]:18298
[2a01:7e01::f03c:93ff:fe68:1482]:18298
[2400:8901::f03c:93ff:fe68:14af]:18298
[2400:8907::f03c:93ff:fe68:14e4]:18298
[2600:3c01::f03c:93ff:fe4d:1cc1]:18842
[2600:3c04::f03c:93ff:fe75:c72c]:18842
[2a01:7e01::f03c:93ff:fe68:1482]:18842
[2400:8901::f03c:93ff:fe68:14af]:18842
[2400:8907::f03c:93ff:fe68:14e4]:18842
20 changes: 10 additions & 10 deletions src/chainparamsseeds.h
Expand Up @@ -29,15 +29,15 @@ static SeedSpec6 pnSeed6_main[] = {
};

static SeedSpec6 pnSeed6_test[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xaa,0xbb,0xac,0xb0}, 18298},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8f,0x2a,0x08,0xea}, 18298},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8b,0x90,0x47,0xd0}, 18298},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xaa,0xbb,0xc4,0x21}, 18298},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8b,0x90,0x65,0xcc}, 18298},
{{0x26,0x00,0x3c,0x01,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x4d,0x1c,0xc1}, 18298},
{{0x26,0x00,0x3c,0x04,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x75,0xc7,0x2c}, 18298},
{{0x2a,0x01,0x7e,0x01,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x68,0x14,0x82}, 18298},
{{0x24,0x00,0x89,0x01,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x68,0x14,0xaf}, 18298},
{{0x24,0x00,0x89,0x07,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x68,0x14,0xe4}, 18298}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xaa,0xbb,0xac,0xb0}, 18842},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8f,0x2a,0x08,0xea}, 18842},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8b,0x90,0x47,0xd0}, 18842},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xaa,0xbb,0xc4,0x21}, 18842},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8b,0x90,0x65,0xcc}, 18842},
{{0x26,0x00,0x3c,0x01,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x4d,0x1c,0xc1}, 18842},
{{0x26,0x00,0x3c,0x04,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x75,0xc7,0x2c}, 18842},
{{0x2a,0x01,0x7e,0x01,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x68,0x14,0x82}, 18842},
{{0x24,0x00,0x89,0x01,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x68,0x14,0xaf}, 18842},
{{0x24,0x00,0x89,0x07,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x68,0x14,0xe4}, 18842}
};
#endif // BITCOIN_CHAINPARAMSSEEDS_H
2 changes: 1 addition & 1 deletion src/pbaas/crosschainrpc.cpp
Expand Up @@ -1341,7 +1341,7 @@ CCurrencyDefinition::CCurrencyDefinition(const std::string &currencyName, bool t
UniValue uniEra1(UniValue::VOBJ);
uniEra1.pushKV("reward", 600000000);
uniEra1.pushKV("decay", 0);
uniEra1.pushKV("halving", 1051922);
uniEra1.pushKV("halving", 1051924);
uniEra1.pushKV("eraend", 0);
uniEras.push_back(uniEra1);

Expand Down

0 comments on commit a888b59

Please sign in to comment.