1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 22:12:53 -05:00

Implemented donate over SOCKS5.

This commit is contained in:
XMRig
2020-02-18 17:58:14 +07:00
parent 1e2d011705
commit 2fea4e72b5
13 changed files with 47 additions and 15 deletions

View File

@@ -61,6 +61,7 @@ protected:
void connect() override;
void resume() override;
void setAlgo(const Algorithm &algo) override;
void setProxy(const ProxyUrl &proxy) override;
void stop() override;
void tick(uint64_t now) override;