Implemented donate over SOCKS5.

This commit is contained in:
XMRig
2020-02-18 17:58:14 +07:00
parent 67c9c28609
commit fe3590ffa8
13 changed files with 47 additions and 15 deletions

View File

@@ -256,6 +256,7 @@ void xmrig::Network::setJob(IClient *client, const Job &job, bool donate)
if (!donate && m_donate) {
m_donate->setAlgo(job.algorithm());
m_donate->setProxy(client->pool().proxy());
}
m_controller->miner()->setJob(job, donate);