|
|
|
@ -30,7 +30,7 @@ public:
@@ -30,7 +30,7 @@ public:
|
|
|
|
|
const char *host; |
|
|
|
|
const char *tor; |
|
|
|
|
|
|
|
|
|
CDnsSeedOpts() : nThreads(96), nDnsThreads(4), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL) {} |
|
|
|
|
CDnsSeedOpts() : nThreads(96), nDnsThreads(4), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL), fUseTestNet(false), fWipeBan(false), fWipeIgnore(false) {} |
|
|
|
|
|
|
|
|
|
void ParseCommandLine(int argc, char **argv) { |
|
|
|
|
static const char *help = "Bitcoin-seeder\n" |
|
|
|
|