#1.9.0 (#236)
# 1.9.0 - Integrated Monero CN-R variant so called CNv4, aka CN-R, aka CNv5, aka Cryptonight-R #233 (algo: "cryptonight", variant: "r") - Integrated Wownero CN-R variant #233 (algo: "cryptonight", variant: "wow") - Integrated Graft variant (algo: "cryptonight", variant: "rwz" OR variant: "graft") - Integrated X-Cash variant #234 (algo: "cryptonight", variant: "double" OR variant: "heavyx" OR variant: "xcash") - Integrated Zelerius variant (algo: "cryptonight", variant: "zls" OR variant: "zelerius") - Add miner version column to the Dashboard (version turns red when its outdated) - Fixed crash when remote logging is disabled
This commit is contained in:
parent
e48436cc91
commit
862c34b31e
50 changed files with 15657 additions and 2303 deletions
|
@ -84,7 +84,8 @@ public:
|
|||
inline bool ccPushZeroHashrateMiners() const { return m_ccPushZeroHashrateMiners; }
|
||||
inline bool ccUsePushover() const { return ccPushoverUser() && ccPushoverToken(); }
|
||||
inline bool ccUseTelegram() const { return ccTelegramBotToken() && ccTelegramChatId(); }
|
||||
inline bool forcePowVariant() const { return m_forcePowVariant; };
|
||||
inline bool forcePowVariant() const { return m_forcePowVariant; }
|
||||
inline bool skipSelfCheck() const { return m_skipSelfCheck; }
|
||||
inline const char *fileName() const { return m_fileName; }
|
||||
inline const char *apiToken() const { return m_apiToken; }
|
||||
inline const char *apiWorkerId() const { return m_apiWorkerId; }
|
||||
|
@ -171,6 +172,7 @@ private:
|
|||
bool m_ccPushPeriodicStatus;
|
||||
bool m_ccPushZeroHashrateMiners;
|
||||
bool m_forcePowVariant;
|
||||
bool m_skipSelfCheck;
|
||||
const char* m_fileName;
|
||||
char *m_apiToken;
|
||||
char *m_apiWorkerId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue