diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-24 21:21:11 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-27 20:12:01 +0200 |
commit | b0d5f15f9b3a669617efc9897d5ff7b6b1f63376 (patch) | |
tree | 63ff9fda8916e67578b90280c3db9c5a7c9b09a7 /xmrstak/jconf.hpp | |
parent | 77666c74f2facb0a46b089aab98e324110d33cdd (diff) | |
download | xmr-stak-b0d5f15f9b3a669617efc9897d5ff7b6b1f63376.zip xmr-stak-b0d5f15f9b3a669617efc9897d5ff7b6b1f63376.tar.gz |
general aeon support
- cli-miner.hpp:
- add option `--currency`
- add guided start section
- config.tpl: add value `currency`
- params.hpp: add value to store the selected currency
- executor.hpp: add dev pool address
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r-- | xmrstak/jconf.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index 688ffe1..96c7691 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -41,6 +41,8 @@ public: const char* GetPoolAddress(); const char* GetPoolPwd(); const char* GetWalletAddress(); + const std::string GetCurrency(); + bool IsCurrencyXMR(); uint64_t GetVerboseLevel(); uint64_t GetAutohashTime(); |