2021-03-29 09:10:48 +00:00
|
|
|
# The hash of first block in a chain to know with which nodes to work
|
2021-05-13 11:18:27 +00:00
|
|
|
origin = "0000001D2A77D63477172678502E51DE7F346061FF7EB188A2445ECA3FC0780E"
|
2021-05-14 12:14:45 +00:00
|
|
|
# Paths to your key files to load automatically
|
|
|
|
key_files = ["key1.toml", "key2.toml", "key3.toml", "key4.toml", "key5.toml"]
|
2021-04-26 19:49:01 +00:00
|
|
|
# How many last blocks to check on start
|
|
|
|
check_blocks = 8
|
2021-03-31 14:50:22 +00:00
|
|
|
|
|
|
|
# Network settings
|
|
|
|
[net]
|
|
|
|
# All bootstap nodes
|
2021-07-17 11:16:00 +00:00
|
|
|
peers = ["peer-v4.alfis.name:4244", "peer-v6.alfis.name:4244", "peer-ygg.alfis.name:4244"]
|
2021-03-29 09:10:48 +00:00
|
|
|
# Your node will listen on that address for other nodes to connect
|
2021-03-06 21:40:19 +00:00
|
|
|
listen = "[::]:4244"
|
2021-03-29 09:10:48 +00:00
|
|
|
# Set true if you want your IP to participate in peer-exchange, or false otherwise
|
2021-03-23 17:55:11 +00:00
|
|
|
public = true
|
2021-03-31 14:50:22 +00:00
|
|
|
# Allow connections to/from Yggdrasil only (https://yggdrasil-network.github.io)
|
|
|
|
yggdrasil_only = false
|
2021-03-06 21:40:19 +00:00
|
|
|
|
2021-03-31 14:57:46 +00:00
|
|
|
# DNS resolver options
|
2021-03-06 21:40:19 +00:00
|
|
|
[dns]
|
2021-03-29 09:10:48 +00:00
|
|
|
# Your DNS resolver will be listening on this address and port (Usual port is 53)
|
2021-03-31 14:50:22 +00:00
|
|
|
listen = "127.0.0.1:53"
|
2021-03-29 09:10:48 +00:00
|
|
|
# How many threads to spawn by DNS server
|
2021-07-17 11:16:00 +00:00
|
|
|
threads = 50
|
2021-03-29 09:10:48 +00:00
|
|
|
# AdGuard DNS servers to filter ads and trackers
|
2021-09-05 17:05:30 +00:00
|
|
|
forwarders = ["https://dns.adguard.com/dns-query", "94.140.14.14:53", "94.140.15.15:53"]
|
2021-03-29 09:10:48 +00:00
|
|
|
# Cloudflare servers
|
2021-09-05 17:05:30 +00:00
|
|
|
#forwarders = ["https://cloudflare-dns.com/dns-query", "1.1.1.1:53", "1.0.0.1:53"]
|
|
|
|
|
|
|
|
# Bootstrap DNS-servers to resolve domains of DoH providers
|
|
|
|
bootstraps = ["9.9.9.9:53", "94.140.14.140:53"]
|
2021-04-03 12:27:43 +00:00
|
|
|
|
2021-04-01 18:59:52 +00:00
|
|
|
# Hosts file support (resolve local names or block ads)
|
|
|
|
#hosts = ["system", "adblock.txt"]
|
2021-03-29 09:10:48 +00:00
|
|
|
|
|
|
|
#Mining options
|
|
|
|
[mining]
|
2021-04-03 12:27:43 +00:00
|
|
|
# How many CPU threads to spawn for mining, zero = number of CPU cores
|
2021-04-10 12:03:52 +00:00
|
|
|
threads = 0
|
|
|
|
# Set lower priority for mining threads
|
2021-04-24 17:02:24 +00:00
|
|
|
lower = true
|