#include <clientversion.h>
#include <common/args.h>
#include <dnsseeds.h>
#include <logging.h>
#include <protocol.h>
#include <seeder/bitcoin.h>
#include <seeder/db.h>
#include <seeder/dns.h>
#include <seeder/options.h>
#include <streams.h>
#include <util/fs.h>
#include <util/strencodings.h>
#include <util/time.h>
#include <util/translation.h>
#include <algorithm>
#include <atomic>
#include <cinttypes>
#include <csignal>
#include <cstdlib>
#include <fstream>
#include <functional>
#include <pthread.h>
Go to the source code of this file.
◆ GetIPList()
uint32_t GetIPList |
( |
void * |
thread, |
|
|
char * |
requestedHostname, |
|
|
addr_t * |
addr, |
|
|
uint32_t |
max, |
|
|
uint32_t |
ipv4, |
|
|
uint32_t |
ipv6 |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ StatCompare()
◆ ThreadCrawler()
void * ThreadCrawler |
( |
void * |
data | ) |
|
◆ ThreadDNS()
void * ThreadDNS |
( |
void * |
arg | ) |
|
◆ ThreadDumper()
void * ThreadDumper |
( |
void * |
data | ) |
|
◆ ThreadSeeder()
void * ThreadSeeder |
( |
void * |
| ) |
|
◆ ThreadStats()
void * ThreadStats |
( |
void * |
| ) |
|
◆ db
◆ dnsThread
◆ G_TRANSLATION_FUN
const std::function<std::string(const char *)> G_TRANSLATION_FUN = nullptr |
Translate string to current locale using Qt.
Translate a message to the native language of the user.
Definition at line 29 of file main.cpp.
◆ MAX_HOSTS_PER_SEED
const unsigned int MAX_HOSTS_PER_SEED = 128 |
|
static |