Skip to content

Commit

Permalink
Community Seed Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansen333 committed Mar 15, 2023
2 parents a2235d4 + 0b1366c commit 2ada82e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions config/seed_nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ package config
// some seed nodes for mainnet (these seed node are not compliant with earlier protocols)
// only version 2
var Mainnet_seed_nodes = []string{
"89.38.99.117:8443",
"109.236.81.137:8080",
"89.38.97.110:11011",
"190.2.136.120:11011",
// "89.38.99.117:8443", // official seed node - not working
// "109.236.81.137:8080", // official seed node - not working
// "89.38.97.110:11011", // official seed node - not working
// "190.2.136.120:11011", // official seed node - not working
"74.208.54.173:50404", // (deronfts)
"85.214.253.170:53387", // (mmarcel-vps)
"51.222.86.51:11011", // (RabidMining Pool)
"163.172.26.245:10505", // (DeroStats)
"5.161.123.196:11011", // (MySrvCloud VA)
"213.171.208.37:18089", // (🔥 MySrvCloud 🔥)
"44.198.24.170:20000", // (pieswap)
"15.235.184.172:11011", // dero-node-sg.mysrv.cloud
}

// some seed node for testnet
Expand Down

0 comments on commit 2ada82e

Please sign in to comment.