Skip to content

Commit

Permalink
v8 testnet: setup testnet with new nodes and checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Dec 31, 2022
1 parent bc9dc7d commit fce3165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/checkpoints/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ namespace cryptonote

if (nettype == TESTNET)
{
ADD_CHECKPOINT(0, "eb093694aef3a0fba15e64ff70260d04b65dfbf7b198e54936e99c9151c53e72");
ADD_CHECKPOINT(10, "fe03ce34b48581701b89b336917fab1155be4ef26d8fc3558e0cf83a2734eb5c");
ADD_CHECKPOINT(15, "a7a55845d4965e5b07746ba67a4f73f615b550cd1ec3be762fda003f89b6b0f0");
}

if (nettype == STAGENET)
Expand Down
6 changes: 2 additions & 4 deletions src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -606,12 +606,10 @@ namespace nodetool
{
/* Wanna be a testnet node seed? Contact hayzam on discord */
full_addrs.insert("65.21.221.2:22821"); /* Scala's Official Testnet node */
full_addrs.insert("46.4.116.181:22821"); /* Hayzam's Node */
full_addrs.insert("167.235.151.213:22821"); /* Hayzam's Testnet Node */
}
else if (nettype == cryptonote::STAGENET)
{
full_addrs.insert("46.4.116.181:38080");
}
{}
else if (nettype == cryptonote::FAKECHAIN)
{}
else
Expand Down

0 comments on commit fce3165

Please sign in to comment.