]> 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 0228eb61b78054ecd1cc043a936c036f474c6647..a1420f25117ed6038a451b5cc2f9904546a7fcde 100644 (file)
@@ -1,6 +1,6 @@
 "pool_list" :
 [
-{"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "rig_id": "", "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" : "monero7",