Skip to content

Commit

Permalink
Update default seed nodes list
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Fric committed Jun 28, 2019
1 parent 1d1dbc7 commit 383ecb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ namespace detail {
else if( _chain_db->get_chain_id() == graphene::egenesis::get_egenesis_chain_id() )
{
vector<string> base_seeds_list = {
"seed1.decentgo.com:40000",
"seed2.decentgo.com:40000",
"seed3.decentgo.com:40000",
"mainnet-eu1.dcore.io:40000",
"mainnet-cn1.dcore.io:40000",
"mainnet-sg1.dcore.io:40000",
"mainnet-us1.dcore.io:40000",
"45.76.205.241:40000", // liberosist (JP)
"dctapi.spacemx.tech:40000", // decentspace
"173.212.202.233:40000", // fahdminer1
"seed.decent.dgazek.tk:40000" // dgazek
};

Expand Down

0 comments on commit 383ecb3

Please sign in to comment.