Skip to content
Snippets Groups Projects
Commit b4088ca4 authored by fireice-uk's avatar fireice-uk
Browse files

Add cn-heavy to algo report

parent b2ee59bb
No related branches found
No related tags found
No related merge requests found
...@@ -648,10 +648,13 @@ bool jpsock::cmd_submit(const char* sJobId, uint32_t iNonce, const uint8_t* bRes ...@@ -648,10 +648,13 @@ bool jpsock::cmd_submit(const char* sJobId, uint32_t iNonce, const uint8_t* bRes
algo_name = "cryptonight-lite"; algo_name = "cryptonight-lite";
break; break;
case cryptonight_monero: case cryptonight_monero:
algo_name = "cryptonight-monero"; algo_name = "cryptonight-monerov7";
break; break;
case cryptonight_aeon: case cryptonight_aeon:
algo_name = "cryptonight-aeon"; algo_name = "cryptonight-aeonv7";
break;
case cryptonight_heavy:
algo_name = "cryptonight-heavy";
break; break;
default: default:
algo_name = "unknown"; algo_name = "unknown";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment