Skip to content

Commit 5b436a3

Browse files
committedMar 14, 2016
added extra seed node seeder
1 parent 9031ee3 commit 5b436a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/net.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,7 @@ static const char *strDNSSeed[][2] = {
12861286
{"82.46.79.119", "82.46.79.119"},
12871287
{"192.52.167.140", "192.52.167.140"},
12881288
{"seed.corgicoin.co.uk", "seed.corgicoin.co.uk"},
1289+
{"seed.iminebits.com", "seed.iminebits.com"},
12891290
};
12901291

12911292
void ThreadDNSAddressSeed(void* parg)

0 commit comments

Comments
 (0)
Please sign in to comment.