diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index 86d3f2c3..93e741b9 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -92,7 +92,8 @@ const size_t P2P_DEFAULT_HANDSHAKE_INVOKE_TIMEOUT = 5000; // const char P2P_STAT_TRUSTED_PUB_KEY[] = "8f80f9a5a434a9f1510d13336228debfee9c918ce505efe225d8c94d045fa115"; const std::initializer_list SEED_NODES = { - "danico.in:14086", + "node1.danico.in:14086", + "node2.danico.in:14086", }; struct CheckpointData {