1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-12 01:42:48 -05:00

#1756 Added results and connection reports.

This commit is contained in:
XMRig
2020-07-01 23:10:37 +07:00
parent aa5a7c3c13
commit 26c2200af3
8 changed files with 225 additions and 46 deletions

View File

@@ -52,6 +52,7 @@ public:
Miner *miner() const;
Network *network() const;
void execCommand(char command);
private:
Miner *m_miner = nullptr;