Add Flex algo (for KCN coin) algo support
This commit is contained in:
parent
7445870414
commit
bf3831c05b
43 changed files with 5160 additions and 23 deletions
|
@ -54,7 +54,7 @@ xmrig::DonateStrategy::DonateStrategy(Controller *controller, IStrategyListener
|
|||
m_controller(controller),
|
||||
m_listener(listener)
|
||||
{
|
||||
# ifdef XMRIG_ALGO_KAWPOW || defined XMRIG_ALGO_GHOSTRIDER
|
||||
# if defined(XMRIG_ALGO_KAWPOW) || defined(XMRIG_ALGO_GHOSTRIDER)
|
||||
constexpr Pool::Mode mode = Pool::MODE_AUTO_ETH;
|
||||
# else
|
||||
constexpr Pool::Mode mode = Pool::MODE_POOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue