-
Notifications
You must be signed in to change notification settings - Fork 64
/
config.yaml
60 lines (49 loc) · 2.97 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# PLEASE ONLY ENTER YOUR PASSPHRASE BELOW IF YOU ARE GOING TO MINE SOLO!
# YOU DO NOT NEED TO ENTER YOUR PASSPHRASE FOR POOL MINING.
# NEVER POST YOUR CONFIG.YAML INCLUDING YOUR PASSPHRASE TO ANY BOARD OR CHAT!
account_id_to_secret_phrase: # define accounts and passphrases for solo mining
10282355196851764065: 'glad suffer red during single glow shut slam hill death lust although' # Bold's example wallet
1796535821016683299: 'stand rude those door invite reflection anywhere lace safe hidden fur horrible' # Johnny's example wallet
plot_dirs:
- 'test_data'
# - 'C:\second\windows\plot\dir'
# - '/first/linux/plot/dir'
# - '/second/linux/plot/dir'
url: 'http://pool.burstcoin.ro:8080' # pool mining (BMF pool as example)
#url: 'http://127.0.0.1:8125' # solo mining with local wallet
hdd_reader_thread_count: 0 # default 0 (=auto: number of disks)
hdd_use_direct_io: true # default true
hdd_wakeup_after: 240 # default 240s
cpu_threads: 0 # default 0 (=auto: number of logical cpu cores)
cpu_worker_task_count: 4 # default 4 (0=GPU only)
cpu_nonces_per_cache: 65536 # default 65536
cpu_thread_pinning: false # default false
gpu_threads: 0 # default 0 (=GPU off)
gpu_platform: 0 # default 0
gpu_device: 0 # default 0
gpu_worker_task_count: 0 # default 0 (=CPU only)
gpu_nonces_per_cache: 262144 # default 262144
gpu_mem_mapping: false # default false
gpu_async: false # default false
target_deadline: 31536000 # default 31536000 (1 year)
account_id_to_target_deadline: # target dls for multi-id (optional)
10282355196851764065: 600000
1796535821016683299: 55555555
get_mining_info_interval: 3000 # default 3000ms
timeout: 5000 # default 5000ms
send_proxy_details: true # default false
#additional_headers: # add/overwrite html header
# "AccountKey" : "1234567890"
console_log_level: 'info' # default Info, options (off, error, warn, info, debug, trace)
logfile_log_level: 'warn' # default Warn, options (off, error, warn, info, debug, trace)
logfile_max_count: 10 # maximum number of log files to keep
logfile_max_size : 20 # maximum size per logfile in MiB
show_progress: true # default true
show_drive_stats: false # default false
benchmark_only: 'disabled' # default disabled, options (disabled, I/O, XPU)
# Low noise log patterns
console_log_pattern: "{({d(%H:%M:%S)} [{l}]):16.16} {m}{n}"
logfile_log_pattern: "{({d(%Y-%m-%d %H:%M:%S)} [{l}]):26.26} {m}{n}"
# More detailed log patterns
#console_log_pattern: "{d(%H:%M:%S.%3f%z)} [{h({l}):<5}] [{T}] [{t}] - {M}:{m}{n}"
#logfile_log_pattern: "{d(%Y-%m-%dT%H:%M:%S.%3f%z)} [{h({l}):<5}] [{T}]-[{t}] [{f}:{L}] - {M}:{m}{n}"