Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.5.9 - Cryptonight/Chukwa Thread - High hashrate, Low Power
by
kerney666
on 30/09/2019, 21:02:51 UTC
Team Red Miner v0.5.9 released

https://github.com/todxx/teamredminer/releases

Changes in v0.5.9
  • Added x16rv2 for the upcoming Ravencoin fork.
  • Optimization work on x16r: +8-10% hashrate depending on clocks.
  • Optimization work on x16r: mem clock no longer as important.
  • Issue fix: kernels split into multiple binaries to fix linux amdgpu-pro driver issues.

While the biggest change in this release was the addition of x16rv2, there are also some fixes for CN algos to work around driver bugs/crashes.
If anyone was having issues with CN algos resulting in crashes in v0.5.8, we suggest trying v0.5.9.
windows 7, blockchain drivers
mixed rig - nvidia 1070 + amd rx 570

          Team Red Miner version 0.5.9
[2019-09-27 19:57:41] Auto-detected AMD OpenCL platform 0
[2019-09-27 19:57:42] Initializing GPU 0.
[2019-09-27 19:57:43] OpenCL enqueue error: -55
[2019-09-27 19:57:43] Warning: failed to initialize device number 0 (-28), retrying.

Upd: on amd rig same error

I'd also recommend upgrading the driver, but this might solve it for you: add the following line to set an environment var in your start.bat, or run it in the command prompt before starting the miner:

Code:
set GPU_MAX_WORKGROUP_SIZE=1024

I don't recommend setting this with setx to make it persistent, it can cause issues for other miners or compute setups, but if you don't care about that it's also an option.