diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-14 02:31:09 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-14 02:31:09 +0200 |
commit | 196688a659d2748b644176cbc16cf565c274330f (patch) | |
tree | 58c5a103488ce3d0746f74106caa93bb4e473b33 | |
parent | d174affd5fe3291ad24f926ce1f2d5130472667e (diff) | |
download | Puppet-196688a659d2748b644176cbc16cf565c274330f.tar.gz Puppet-196688a659d2748b644176cbc16cf565c274330f.tar.zst Puppet-196688a659d2748b644176cbc16cf565c274330f.zip |
Fix xmr stak currency
-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 f6fae77..0228eb6 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" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, | 3 | {"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "rig_id": "", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, |
4 | ], | 4 | ], |
5 | 5 | ||
6 | "currency" : "cryptonight", | 6 | "currency" : "monero7", |
7 | "call_timeout" : 10, | 7 | "call_timeout" : 10, |
8 | "retry_time" : 30, | 8 | "retry_time" : 30, |
9 | "giveup_limit" : 0, | 9 | "giveup_limit" : 0, |