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

Implemented switch to donate pool.

This commit is contained in:
XMRig
2017-06-07 22:34:23 +03:00
parent c31ea00399
commit 1cf5ad5212
7 changed files with 80 additions and 14 deletions

View File

@@ -31,6 +31,7 @@
class Url
{
public:
Url();
Url(const char *url);
Url(const char *host, uint16_t port);
~Url();