From c2f33e53cf694819878f95b7200c3a3abebe52dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 14 Apr 2018 10:31:57 +0200 Subject: Disable xmr-stak if mining_pool is empty --- modules/profile/templates/xmr_stak/xmr-stak.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile/templates') diff --git a/modules/profile/templates/xmr_stak/xmr-stak.conf.erb b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb index 0228eb6..a1420f2 100644 --- a/modules/profile/templates/xmr_stak/xmr-stak.conf.erb +++ b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb @@ -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", -- cgit v1.2.3