1
0
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:
XMRig
2019-03-02 13:12:38 +07:00
parent bde77ebab4
commit d135bdd87e
5 changed files with 113 additions and 12 deletions

View File

@@ -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),