diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-21 20:42:04 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-22 08:51:03 +0100 |
commit | 68bbff6199a64dd32739487334260962261f7195 (patch) | |
tree | 794e241f90cc71d9e198e3d45c7c67fa54ccbddf /modules/profile/templates | |
parent | 5de12d78299821e8ed09c492fa884e9742ed95d6 (diff) | |
download | Puppet-68bbff6199a64dd32739487334260962261f7195.tar.gz Puppet-68bbff6199a64dd32739487334260962261f7195.tar.zst Puppet-68bbff6199a64dd32739487334260962261f7195.zip |
Add xmr-stak
Diffstat (limited to 'modules/profile/templates')
-rw-r--r-- | modules/profile/templates/xmr_stak/xmr-stak.conf.erb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
1 | "pool_list" : | ||
2 | [ | ||
3 | {"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, | ||
4 | ], | ||
5 | |||
6 | "currency" : "monero", | ||
7 | "call_timeout" : 10, | ||
8 | "retry_time" : 30, | ||
9 | "giveup_limit" : 0, | ||
10 | |||
11 | "verbose_level" : 3, | ||
12 | "print_motd" : true, | ||
13 | "h_print_time" : 60, | ||
14 | "aes_override" : null, | ||
15 | "use_slow_memory" : "warn", | ||
16 | "tls_secure_algo" : true, | ||
17 | "daemon_mode" : true, | ||
18 | "flush_stdout" : false, | ||
19 | "output_file" : "", | ||
20 | "httpd_port" : 0, | ||
21 | "http_login" : "", | ||
22 | "http_pass" : "", | ||
23 | "prefer_ipv4" : true, | ||