]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Fix xmr stak currency
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 14 Apr 2018 00:31:09 +0000 (02:31 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 14 Apr 2018 00:31:09 +0000 (02:31 +0200)
modules/profile/templates/xmr_stak/xmr-stak.conf.erb

index f6fae77563cc32ec648725aee9779ef30cf27579..0228eb61b78054ecd1cc043a936c036f474c6647 100644 (file)
@@ -3,7 +3,7 @@
 {"pool_address" : "<%= @mining_pool %>", "wallet_address" : "<%= @wallet %>.<%= @instance %>", "rig_id": "", "pool_password" : "<%= @password %>", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
 ],
 
-"currency" : "cryptonight",
+"currency" : "monero7",
 "call_timeout" : 10,
 "retry_time" : 30,
 "giveup_limit" : 0,