#957 Added optional embedded JSON config support.
This commit is contained in:
parent
bde77ebab4
commit
d135bdd87e
5 changed files with 113 additions and 12 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue