diff --git a/contrib/seeds/nodes_test.txt b/contrib/seeds/nodes_test.txt index d9cdc9aed..4e6d200d8 100644 --- a/contrib/seeds/nodes_test.txt +++ b/contrib/seeds/nodes_test.txt @@ -1,5 +1,2 @@ -# List of fixed seed nodes for testnet - -# Onion nodes - - +163.47.9.51:14222 +45.55.127.117:14222 \ No newline at end of file diff --git a/src/chainparamsseeds.h b/src/chainparamsseeds.h index ad15f3ab4..9364bfcfb 100644 --- a/src/chainparamsseeds.h +++ b/src/chainparamsseeds.h @@ -13,6 +13,8 @@ static SeedSpec6 pnSeed6_main[] = { }; static SeedSpec6 pnSeed6_test[] = { - + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xa3,0x2f,0x09,0x33}, 14222}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2d,0x37,0x7f,0x75}, 14222} }; + #endif // ADNETCOIN_CHAINPARAMSSEEDS_H