Merge pull request #8 from abitmore/abitmore-patch-1-seednode
Add harvey's seed node
This commit is contained in:
commit
57e1f5f181
1 changed files with 4 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ namespace detail {
|
||||||
vector<string> seeds = {
|
vector<string> seeds = {
|
||||||
"faucet.bitshares.org:1776",
|
"faucet.bitshares.org:1776",
|
||||||
"bitshares.openledger.info:1776",
|
"bitshares.openledger.info:1776",
|
||||||
"114.92.254.159:62015",
|
"114.92.254.159:62015", // abit
|
||||||
"seed.blocktrades.us:1776",
|
"seed.blocktrades.us:1776",
|
||||||
"seed04.bitsharesnodes.com:1776", // thom
|
"seed04.bitsharesnodes.com:1776", // thom
|
||||||
"seed05.bitsharesnodes.com:1776", // thom
|
"seed05.bitsharesnodes.com:1776", // thom
|
||||||
|
|
@ -166,7 +166,9 @@ namespace detail {
|
||||||
"40.127.190.171:1777", // betax
|
"40.127.190.171:1777", // betax
|
||||||
"185.25.22.21:1776", // liondani (greece)
|
"185.25.22.21:1776", // liondani (greece)
|
||||||
"23.95.43.126:50696", // iHashFury
|
"23.95.43.126:50696", // iHashFury
|
||||||
"109.73.172.144:50696" // iHashFury
|
"109.73.172.144:50696", // iHashFury
|
||||||
|
"128.199.143.47:2015", // Harvey
|
||||||
|
"106.185.26.162:34045" // alt
|
||||||
};
|
};
|
||||||
for( const string& endpoint_string : seeds )
|
for( const string& endpoint_string : seeds )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue