forked from PoC-Consortium/aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
33 lines (28 loc) · 2.6 KB
/
config.yaml
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
# aggregator configuration
listenAddr: "0.0.0.0:7777" # address proxy listens on, set miners to this devices IP and this port.
scanTime: 100 # your maximum scantime in seconds (collision avoidance only need adjustment if multi-mining). set this to half the block time or 10 seconds more than the maximum time it takes to scan all of your plots.
displayMiners: true # displays info on connected miners at the beginning of each round
#primary signum pool
primarySubmitURL: "https://signapool.notallmine.net" # primary chain: url of mining pool
primaryTargetDeadline: 31536000 # primary chain: target deadline
primaryPassphrase: "" # primary chain: passphrase overwrite (normally not required)
primaryIpForwarding: false # primary chain: set X-Forwarded-For Headder
primaryIgnoreWorseDeadlines: true # primary chain: ignore a deadline if a better deadline has already been found.
primaryAccountKey: "" # primary chain: account key (not used for nam)
#TESTNET signum pool or secondary chain
secondarySubmitURL: "https://t-pool.notallmine.net" # secondary chain: url of mining pool
secondaryTargetDeadline: 31536000 # secondary chain: target deadline
secondaryPassphrase: "" # secondary chain: passphrase overwrite (normally not required)
secondaryIpForwarding: false # secondary chain: set X-Forwarded-For Headder
secondaryIgnoreWorseDeadlines: true # secondary chain: ignore a deadline if a better deadline has already been found.
secondaryAccountKey: ""
# additonal info
minerName: "Aggregator" # miner name
minerAlias: "" # miner alias
# logging
fileLogging: false # log information to log.txt
# aggregator protection
minersPerIP: 100 # miners allowed per ip
rateLimit: 45 # maximum requests per second per IP
burstRate: 10 # rate limiter burst rate
lieDetector: false # ignore miner for 15min if false deadline has been sent