From 68bbff6199a64dd32739487334260962261f7195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 21 Feb 2018 20:42:04 +0100 Subject: Add xmr-stak --- .../profile/templates/xmr_stak/xmr-stak.conf.erb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modules/profile/templates/xmr_stak/xmr-stak.conf.erb (limited to 'modules/profile/templates/xmr_stak/xmr-stak.conf.erb') diff --git a/modules/profile/templates/xmr_stak/xmr-stak.conf.erb b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb new file mode 100644 index 0000000..e483b0e --- /dev/null +++ b/modules/profile/templates/xmr_stak/xmr-stak.conf.erb @@ -0,0 +1,23 @@ +"pool_list" : +[ +{"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, +], + +"currency" : "monero", +"call_timeout" : 10, +"retry_time" : 30, +"giveup_limit" : 0, + +"verbose_level" : 3, +"print_motd" : true, +"h_print_time" : 60, +"aes_override" : null, +"use_slow_memory" : "warn", +"tls_secure_algo" : true, +"daemon_mode" : true, +"flush_stdout" : false, +"output_file" : "", +"httpd_port" : 0, +"http_login" : "", +"http_pass" : "", +"prefer_ipv4" : true, -- cgit v1.2.3