#569 - TESTNET build should connect to current test net
This commit is contained in:
parent
07dad6bcf2
commit
cb916a0473
2 changed files with 677 additions and 10217 deletions
10889
genesis-testnet.json
10889
genesis-testnet.json
File diff suppressed because it is too large
Load diff
|
|
@ -836,6 +836,11 @@ void application::set_program_options(boost::program_options::options_descriptio
|
||||||
|
|
||||||
std::vector<string> seed_nodes = {
|
std::vector<string> seed_nodes = {
|
||||||
#ifdef BUILD_PEERPLAYS_TESTNET
|
#ifdef BUILD_PEERPLAYS_TESTNET
|
||||||
|
"134.209.113.44:19777",
|
||||||
|
"165.232.84.196:19777",
|
||||||
|
"24.199.104.149:19777",
|
||||||
|
"92.119.90.95:19777",
|
||||||
|
"test-api.i9networks.net.br:19777"
|
||||||
#else
|
#else
|
||||||
"51.222.110.110:9777",
|
"51.222.110.110:9777",
|
||||||
"95.216.90.243:9777",
|
"95.216.90.243:9777",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue