-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.yaml
33 lines (28 loc) · 2.54 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: "127.0.0.1:7777" # address proxy listens on
scanTime: 20 # your maximum scantime in seconds (collision avoidance)
displayMiners: true # displays info on connected miners at the beginning of each round
#primary chain
primarySubmitURL: "http://50-50-pool.burst.cryptoguru.org:8124" # primary chain: url to forward nonces to (pool, wallet)
primaryTargetDeadline: 31536000 # primary chain: target deadline
primaryPassphrase: "" # primary chain: passphrase overwrite (optional), empty -> passphrase from client will be forwarded if any
primaryIpForwarding: false # primary chain: set X-Forwarded-For Headder
primaryIgnoreWorseDeadlines: false # primary chain: ignore a deadline if a better deadline has already been found.
primaryAccountKey: "" # primary chain: account key
#secondary chain
secondarySubmitURL: "wss://ecominer.hdpool.com" # secondary chain: url to forward nonces to (pool, wallet)
secondaryTargetDeadline: 1000000000 # secondary chain: target deadline
secondaryPassphrase: "" # secondary chain: passphrase overwrite (optional), empty -> passphrase from client will be forwarded if any
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: "" # secondary chain: account key
# 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