Skip to content

Commit

Permalink
add seed-nodes to initial seed-node list
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed May 9, 2018
1 parent 763f4f2 commit e88a5e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,12 @@ namespace detail {
"seed1.decentgo.com:40000",
"seed2.decentgo.com:40000",
"seed3.decentgo.com:40000",
"45.76.205.241:40000", // # liberosist (JP)
"decent.agoric.systems:46023", // # agoric.systems / robrigo (BR)
"66.70.188.105:40000" // # decentspace (CA)
"45.76.205.241:40000", // liberosist (JP)
"dctapi.spacemx.tech:40000", // decentspace
"173.212.202.233:40000", // fahdminer1
"seed.decent.dgazek.tk:40000", // dgazek
"decent.rondonson.com:40000" // rondonson

};

seeds = base_seeds_list;
Expand Down
2 changes: 1 addition & 1 deletion libraries/contrib/fc

0 comments on commit e88a5e3

Please sign in to comment.