mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-11 09:22:48 -05:00
Updated pools usage
This commit is contained in:
@@ -124,7 +124,7 @@ int xmrig::Controller::init()
|
|||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
if (strstr(config()->pools()[0].host(), "moneroocean.stream")) config()->setDonateLevel(0);
|
if (strstr(config()->pools.data()[0].host(), "moneroocean.stream")) config()->setDonateLevel(0);
|
||||||
|
|
||||||
d_ptr->network = new Network(this);
|
d_ptr->network = new Network(this);
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user