Skip to content

Commit

Permalink
Merge pull request #1809 from crypto-ape/put_seed_nodes_into_separate…
Browse files Browse the repository at this point in the history
…_file

put seed nodes into separate file
  • Loading branch information
abitmore authored Jul 24, 2019
2 parents a2d363f + b228820 commit d23e666
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
20 changes: 1 addition & 19 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,25 +165,7 @@ void application_impl::reset_p2p_node(const fc::path& data_dir)
{
// https://bitsharestalk.org/index.php/topic,23715.0.html
vector<string> seeds = {
"seed01.liondani.com:1776", // liondani (GERMANY)
"104.236.144.84:1777", // puppies (USA)
"128.199.143.47:2015", // Harvey (Singapore)
"209.105.239.13:1776", // sahkan (USA)
"45.35.12.22:1776", // sahkan (USA)
"51.15.61.160:1776", // lafona (France)
"bts-seed1.abit-more.com:62015", // abit (China)
"node.blckchnd.com:4243", // blckchnd (Germany)
"seed.bitsharesdex.com:50696", // iHashFury (Europe)
"seed.bitsharesnodes.com:1776", // wackou (Netherlands)
"seed.blocktrades.us:1776", // BlockTrades (USA)
"seed.cubeconnex.com:1777", // cube (USA)
"seed.roelandp.nl:1776", // roelandp (Canada)
"seed04.bts-nodes.net:1776", // Thom (Australia)
"seed05.bts-nodes.net:1776", // Thom (USA)
"seed06.bts-nodes.net:1776", // Thom (USA)
"seed07.bts-nodes.net:1776", // Thom (Singapore)
"seed.bts.bangzi.info:55501", // Bangzi (Germany)
"seeds.bitshares.eu:1776" // pc (http://seeds.quisquis.de/bitshares.html)
#include "../egenesis/seed-nodes.txt"
};
for( const string& endpoint_string : seeds )
{
Expand Down
15 changes: 15 additions & 0 deletions libraries/egenesis/seed-nodes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// https://bitsharestalk.org/index.php/topic,23715.0.html
"seed01.liondani.com:1776", // liondani (GERMANY)
"209.105.239.13:1776", // sahkan (USA)
"45.35.12.22:1776", // sahkan (USA)
"bts.lafona.net:1776", // lafona (France)
"bts-seed1.abit-more.com:62015", // abit (China)
"node.blckchnd.com:4243", // blckchnd (Germany)
"seed.bitsharesdex.com:50696", // iHashFury (Europe)
"seed.roelandp.nl:1776", // roelandp (Canada)
"seed04.bts-nodes.net:1776", // Thom (Australia)
"seed05.bts-nodes.net:1776", // Thom (USA)
"seed06.bts-nodes.net:1776", // Thom (USA)
"seed07.bts-nodes.net:1776", // Thom (Singapore)
"seed.bts.bangzi.info:55501", // Bangzi (Germany)
"seeds.bitshares.eu:1776", // pc (http://seeds.quisquis.de/bitshares.html)

0 comments on commit d23e666

Please sign in to comment.