Add more seed nodes
This commit is contained in:
parent
f258686fc5
commit
fe138fabbf
1 changed files with 4 additions and 1 deletions
|
|
@ -162,7 +162,10 @@ namespace detail {
|
||||||
{
|
{
|
||||||
// t.me/peerplays #seednodes
|
// t.me/peerplays #seednodes
|
||||||
vector<string> seeds = {
|
vector<string> seeds = {
|
||||||
"ppy-beatrice-seed.blckchnd.com:6666", // blckchnd
|
"ppy-beatrice-seed.blckchnd.com:6666",
|
||||||
|
"159.69.223.206:7777",
|
||||||
|
"51.38.237.243:9666",
|
||||||
|
"pbsa-beatrice.blockchainprojectsbv.com:9195"
|
||||||
};
|
};
|
||||||
|
|
||||||
for( const string& endpoint_string : seeds )
|
for( const string& endpoint_string : seeds )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue