Skip to content

Commit

Permalink
Update SEED_NODES
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev authored and Dev committed Apr 24, 2021
1 parent 5ebb242 commit e44e936
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/CryptoNoteConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,17 @@ constexpr PublicKey CHECKPOINT_PUBLIC_KEYS_STAGENET[] = {
};

const char *const SEED_NODES[] = {
"62.171.176.187:58080"};
"207.180.200.250:58080",
"207.180.200.250:57080",
"107.172.43.135:58080",
"144.76.186.203:58080"
};
const char *const SEED_NODES_STAGENET[] = {
"62.171.176.187:58080"};
"207.180.200.250:58080",
"207.180.200.250:57080",
"107.172.43.135:58080",
"144.76.186.203:58080"
};
// testnet will have no seed nodes

constexpr const HardCheckpoint CHECKPOINTS[] = {
Expand Down

0 comments on commit e44e936

Please sign in to comment.