1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-02-01 17:53:03 -05:00

Added cn/2 to algo test

This commit is contained in:
MoneroOcean
2018-10-11 11:48:27 +02:00
parent e314fa8ec9
commit faecf408d6

2
mt.js
View File

@@ -14,7 +14,7 @@ const net = require('net');
// *** CONSTS *** // *** CONSTS ***
// ***************************************************************************** // *****************************************************************************
const algos = [ "cn/1", "cn/xtl", "cn/msr", "cn/xao", "cn/rto", "cn-heavy/0", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1" ]; const algos = [ "cn/1", "cn/2", "cn/xtl", "cn/msr", "cn/xao", "cn/rto", "cn-heavy/0", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1" ];
// ***************************************************************************** // *****************************************************************************
// *** WORKING STATE *** // *** WORKING STATE ***