Local Testnet
Setup
Setup with Docker
Change config
const int P2P_DEFAULT_PORT = 11898;
const int RPC_DEFAULT_PORT = 11899;const static boost::uuids::uuid CRYPTONOTE_NETWORK =
{
{ 0xf1, 0x4c, 0xb8, 0xc8, 0xb2, 0x56, 0x45, 0x2e, 0xee, 0xf0, 0xb4, 0x99, 0xab, 0x71, 0x6c, 0xcc }
};const char* const SEED_NODES[] = {
// "68.183.214.93:11897",//pool1
// "5.9.250.93:11898"//techy
};Install Docker
Start the orchestration of Docker containers
Stop all Docker containers
Start all Docker containers again
Removing all data
Setup without Docker
Disabling outside peers
Clearing checkpoints
Data directories
Running
Launching daemons
Last updated