Closed lioncrypter closed 1 year ago
static xmrig::cn_hash_fun get_argon2_fn(const int algo) {
"cnAlgorithm": "argon2",
static xmrig::cn_hash_fun get_argon2_fn(const int algo) {
"cnAlgorithm": "argon2",
so i need change all multihashing.cc copy and paste, or only add static xmrig::cn_hash_fun get_argon2_fn(const int algo) { switch (algo) { case 0: return FN(AR2_CHUKWA); case 1: return FN(AR2_WRKZ); case 2: return FN(AR2_CHUKWA_V2); default: return FN(AR2_CHUKWA); } }
????????????????????????????????????????????????????????????????????? config.js
"coin": "TurtleCoin",
"symbol": "TRTL",
"coinUnits": 100,
"coinDecimalPlaces": 4,
"coinDifficultyTarget": 30,
"blockchainExplorer": "https://explorer.turtlecoin.lol/block.html?hash={id}",
"transactionExplorer": "https://explorer.turtlecoin.lol/transaction.html?hash={id}",
"daemonType": "bytecoin",
"cnAlgorithm": "argon2",
"cnVariant": 2,
"cnBlobType": 2,
i no found how can i work turtlecoin because they change algo