Skip to content

Commit

Permalink
Update seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
4egod committed Apr 1, 2020
1 parent 8e8f67d commit a6cedfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CryptoNoteConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ const uint32_t P2P_DEFAULT_HANDSHAKE_INVOKE_TIMEOUT = 5000; // 5
const char P2P_STAT_TRUSTED_PUB_KEY[] = "7faf1b1a49aea1f5bc50f5df7b9087b622dc9b6e5080bae33828f71a4c7b807d";

const char *const SEED_NODES[] = {
"89.40.4.205:28080",
"109.235.66.242:28080",
"34.91.29.2:28080",
"185.159.129.19:28080",
"47.91.93.247:28080"
};

struct CheckpointData {
Expand Down

0 comments on commit a6cedfc

Please sign in to comment.