Skip to content

Commit

Permalink
version 5.0.6
Browse files Browse the repository at this point in the history
need seeds
  • Loading branch information
cryptokatz committed Nov 13, 2018
1 parent a2a167e commit dbf3351
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ const char P2P_STAT_TRUSTED_PUB_KEY[] = "f7061e9a5f0d30549afde49c9bfbaa52a

// Seed Nodes
const std::initializer_list<const char*> SEED_NODES = {
"212.237.59.97:15000", // gamma
"188.213.165.210:15000", // omega
"89.40.118.85:15000", // delta
"94.177.245.107:15000", // lamda
"199.175.54.195:15000" // godspeed
"212.237.59.97:15000", // Gamma
"188.213.165.210:15000", // Omega
"89.40.118.85:15000", // Delta
"94.177.245.107:15000", // Lamda
"199.175.54.195:15000" // Godspeed
};

struct CheckpointData {
Expand Down

0 comments on commit dbf3351

Please sign in to comment.