diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-10-31 09:57:18 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-10-31 10:14:31 +0100 |
commit | 42c7bdd646cc90d156a2f02176a539540ffaaf48 (patch) | |
tree | 639f8dd1384bf81860c5a988b6b6ab42b383dde3 /modules/profile/templates | |
parent | b3ac23bb9960207194de901275f33a72b0779690 (diff) | |
download | Puppet-42c7bdd646cc90d156a2f02176a539540ffaaf48.tar.gz Puppet-42c7bdd646cc90d156a2f02176a539540ffaaf48.tar.zst Puppet-42c7bdd646cc90d156a2f02176a539540ffaaf48.zip |
Switch xmr stak cpu to xmr stak
Diffstat (limited to 'modules/profile/templates')
-rw-r--r-- | modules/profile/templates/xmr_stak/xmr-stak.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/templates/xmr_stak/xmr-stak.conf.erb b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb index a1420f2..b9d75a5 100644 --- a/modules/profile/templates/xmr_stak/xmr-stak.conf.erb +++ b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb | |||
@@ -3,7 +3,7 @@ | |||
3 | {"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "rig_id": "", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : true, "tls_fingerprint" : "", "pool_weight" : 1 }, | 3 | {"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "rig_id": "", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : true, "tls_fingerprint" : "", "pool_weight" : 1 }, |
4 | ], | 4 | ], |
5 | 5 | ||
6 | "currency" : "monero7", | 6 | "currency" : "monero", |
7 | "call_timeout" : 10, | 7 | "call_timeout" : 10, |
8 | "retry_time" : 30, | 8 | "retry_time" : 30, |
9 | "giveup_limit" : 0, | 9 | "giveup_limit" : 0, |