mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-11 09:22:48 -05:00
#957 Added optional embedded JSON config support.
This commit is contained in:
@@ -132,6 +132,7 @@ xmrig::Pool::Pool(const rapidjson::Value &object) :
|
||||
|
||||
|
||||
xmrig::Pool::Pool(const char *host, uint16_t port, const char *user, const char *password, int keepAlive, bool nicehash, bool tls) :
|
||||
m_enabled(true),
|
||||
m_nicehash(nicehash),
|
||||
m_tls(tls),
|
||||
m_keepAlive(keepAlive),
|
||||
|
||||
Reference in New Issue
Block a user