Point seed nodes at testnet
This commit is contained in:
parent
034acf7399
commit
6c7f4cc2b9
1 changed files with 1 additions and 18 deletions
|
|
@ -162,24 +162,7 @@ namespace detail {
|
|||
{
|
||||
// https://bitsharestalk.org/index.php/topic,23715.0.html
|
||||
vector<string> seeds = {
|
||||
"104.236.144.84:1777", // puppies (USA)
|
||||
"128.199.143.47:2015", // Harvey (Singapore)
|
||||
"23.92.53.182:1776", // sahkan (USA)
|
||||
"192.121.166.162:1776", // sahkan (UK)
|
||||
"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)
|
||||
"seeds.bitshares.eu:1776", // pc (http://seeds.quisquis.de/bitshares.html)
|
||||
"peerplays.blocktrades.info:2776"
|
||||
"peerplays-dev.blocktrades.info:2776"
|
||||
};
|
||||
for( const string& endpoint_string : seeds )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue