forked from ayeowch/bitnodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrawl.conf
50 lines (38 loc) · 981 Bytes
/
crawl.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[crawl]
# Logfile
logfile = crawl.log
# List of DNS seeders to get a subset of reachable nodes
seeders =
seed.bitcoin.sipa.be
dnsseed.bluematt.me
dnsseed.bitcoin.dashjr.org
seed.bitcoinstats.com
seed.bitnodes.io
bitseed.xf2.org
# Number of concurrent workers (greenlets)
workers = 400
# Print debug output
debug = False
# User agent (BIP 0014) to use for outgoing version message
user_agent = /Satoshi:0.8.6/
# Socket timeout
socket_timeout = 10
# Run cron tasks every given interval
cron_delay = 10
# Max. age for peering node to be included in crawl set
max_age = 86400
# Attempt to establish connection with IPv6 nodes
ipv6 = True
# List of excluded nodes
exclude_nodes =
127.0.0.1
0.0.0.0
178.63.66.130
5.196.64.92
148.251.189.101
2a01:4f8:211:ae3::2
# List of excluded networks
exclude_networks =
46.105.210.0/24
# Relative path to directory containing timestamp-prefixed JSON crawl files
crawl_dir = data/crawl