Skip to content

Commit

Permalink
Update nodes_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sipa committed Jul 1, 2018
1 parent 8a7e527 commit bf95a24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions contrib/seeds/nodes_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# List of fixed seed nodes for testnet

# Onion nodes


163.47.9.51:14222
45.55.127.117:14222
4 changes: 3 additions & 1 deletion src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf95a24

Please sign in to comment.