diff options
Diffstat (limited to 'xmrstak/config.tpl')
-rw-r--r-- | xmrstak/config.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmrstak/config.tpl b/xmrstak/config.tpl index 60d85cd..5567841 100644 --- a/xmrstak/config.tpl +++ b/xmrstak/config.tpl @@ -11,6 +11,12 @@ R"===( "pool_password" : "POOLPASSWD", /* + * currency to mine + * allowed values: 'xmr' or 'aeon' + */ +"currency" : "CURRENCY", + +/* * Network timeouts. * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for |