]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/templates/xmr_stak/xmr-stak.conf.erb
Disable xmr-stak if mining_pool is empty
[perso/Immae/Projets/Puppet.git] / modules / profile / templates / xmr_stak / xmr-stak.conf.erb
index e483b0e0eac9ac6f05ba8bbc5b3a8bc83c330340..a1420f25117ed6038a451b5cc2f9904546a7fcde 100644 (file)
@@ -1,9 +1,9 @@
 "pool_list" :
 [
-{"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
+{"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "rig_id": "", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : true, "tls_fingerprint" : "", "pool_weight" : 1 },
 ],
 
-"currency" : "monero",
+"currency" : "monero7",
 "call_timeout" : 10,
 "retry_time" : 30,
 "giveup_limit" : 0,