Add more seed nodes

This commit is contained in:
Fabian Schuh 2018-12-11 11:20:16 +01:00
parent f258686fc5
commit fe138fabbf
No known key found for this signature in database
GPG key ID: F2538A4B282D6238

View file

@ -162,7 +162,10 @@ namespace detail {
{
// t.me/peerplays #seednodes
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 )