mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
New API settings.
This commit is contained in:
@@ -104,10 +104,10 @@ int xmrig::App::exec()
|
||||
|
||||
# ifdef XMRIG_FEATURE_HTTP
|
||||
m_httpd = new Httpd(
|
||||
m_controller->config()->apiPort(),
|
||||
m_controller->config()->apiToken(),
|
||||
m_controller->config()->isApiIPv6(),
|
||||
m_controller->config()->isApiRestricted()
|
||||
m_controller->config()->http().port(),
|
||||
m_controller->config()->http().token(),
|
||||
false,
|
||||
m_controller->config()->http().isRestricted()
|
||||
);
|
||||
|
||||
m_httpd->start();
|
||||
|
||||
Reference in New Issue
Block a user