Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update latests seed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
steevebrush authored Jan 21, 2018
1 parent 7754c19 commit 4d5023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const uint64_t P2P_DEFAULT_INVOKE_TIMEOUT = 60 * 2 * 1000; //
const size_t P2P_DEFAULT_HANDSHAKE_INVOKE_TIMEOUT = 5000; // 5 seconds
const char P2P_STAT_TRUSTED_PUB_KEY[] = "8f80f9a5a434a9f1510d13336228debfee9c918ce505efe225d8c94d045fa115";

const char* const SEED_NODES[] = {"192.243.102.175:12007", "192.243.102.176:12007", "83.197.6.152:7080" };
const char* const SEED_NODES[] = {"192.243.102.175:12007", "192.243.102.176:12007", "164.132.45.97:12007"};


struct CheckpointData {
Expand Down

0 comments on commit 4d5023f

Please sign in to comment.