mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-24 23:30:29 -05:00
Implemented donate over SOCKS5.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user