Skip to content

Commit

Permalink
added extra seed node seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonCoin committed Mar 14, 2016
1 parent 9031ee3 commit 5b436a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,7 @@ static const char *strDNSSeed[][2] = {
{"82.46.79.119", "82.46.79.119"},
{"192.52.167.140", "192.52.167.140"},
{"seed.corgicoin.co.uk", "seed.corgicoin.co.uk"},
{"seed.iminebits.com", "seed.iminebits.com"},
};

void ThreadDNSAddressSeed(void* parg)
Expand Down

0 comments on commit 5b436a3

Please sign in to comment.