1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-05 01:12:40 -05:00

Add nice messages for accepted and rejected shares with diff and latency.

This commit is contained in:
XMRig
2017-07-02 05:33:10 +03:00
parent 71522214ae
commit 074db6bb72
17 changed files with 128 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ protected:
void onClose(Client *client, int failures) override;
void onJobReceived(Client *client, const Job &job) override;
void onLoginSuccess(Client *client) override;
void onResultAccepted(Client *client, uint32_t diff, uint64_t ms, const char *error) override;
private:
void idle();