mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
Added classes Rx, RxAlgo, RxCache, RxDataset.
This commit is contained in:
@@ -119,7 +119,7 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
|
||||
|
||||
bool xmrig::Config::finalize()
|
||||
{
|
||||
Algorithm algorithm(Algorithm::CN_0); // FIXME algo
|
||||
Algorithm algorithm(Algorithm::RX_WOW); // FIXME algo
|
||||
|
||||
if (!m_threads.cpu.empty()) {
|
||||
m_threads.mode = Advanced;
|
||||
|
||||
Reference in New Issue
Block a user