diff options
Diffstat (limited to 'modules/profile/templates')
-rw-r--r-- | modules/profile/templates/xmr_stak/xmr-stak.conf.erb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/profile/templates/xmr_stak/xmr-stak.conf.erb b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb new file mode 100644 index 0000000..e483b0e --- /dev/null +++ b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb | |||
@@ -0,0 +1,23 @@ | |||
1 | "pool_list" : | ||
2 | [ | ||
3 | {"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, | ||
4 | ], | ||
5 | |||
6 | "currency" : "monero", | ||
7 | "call_timeout" : 10, | ||
8 | "retry_time" : 30, | ||
9 | "giveup_limit" : 0, | ||
10 | |||
11 | "verbose_level" : 3, | ||
12 | "print_motd" : true, | ||
13 | "h_print_time" : 60, | ||
14 | "aes_override" : null, | ||
15 | "use_slow_memory" : "warn", | ||
16 | "tls_secure_algo" : true, | ||
17 | "daemon_mode" : true, | ||
18 | "flush_stdout" : false, | ||
19 | "output_file" : "", | ||
20 | "httpd_port" : 0, | ||
21 | "http_login" : "", | ||
22 | "http_pass" : "", | ||
23 | "prefer_ipv4" : true, | ||