Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 16/03/2019, 11:18:25 UTC
0.4.1 is working just fine...

Here is the clinfo


Based on your clinfo output, setting the option "--platform 0" should work.  Can you double check that setting this option doesn't work?

Also the clinfo output you pasted seems to be cut off at the end.  Can you paste your full clinfo output, but maybe put it inside of a code block so not too spam the thread? (You can insert code blocks using the # button when editing posts.)
It would also help to know which driver version you are running.


C:\Users\MiNe\Desktop\Monero TRM\teamredminer-v0.4.2-win>teamredminer.exe --list_devices --platform 0 --log_file=miner.log -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat
          Team Red Miner version 0.4.2
[2019-03-16 09:55:23] Detected 6 devices, listed in OpenCL order:
[2019-03-16 09:55:23] Miner Platform OpenCL BusId    Name          Model                     Nr CUs
[2019-03-16 09:55:23] ----- -------- ------ -------- ------------- ------------------------- ------
[2019-03-16 09:55:23]     0        0      0 01:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     1        0      1 02:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     2        0      2 09:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     3        0      3 03:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     4        0      4 08:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     5        0      5 10:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23] Successful clean shutdown.

C:\Users\MiNe\Desktop\Monero TRM\teamredminer-v0.4.2-win>pause
Press any key to continue . . .

Plarform 0 worked now, it started mining

Hi! Yeah, so what happened between 0.4.1 and 0.4.2 was this:

  • In 0.4.2, we added support for multiple AMD platforms. Before, we only looked at the first auto-detected platform.
  • In your case, there are two AMD platforms, I'm guessing the second one (platform 2) must be the CPU.
  • Therefore, in 0.4.1 we only looked at platform 0 in your setup, and it worked.
  • In 0.4.2, we try to scan all devices on both platform 0 and 2, and I'm guessing it crashes trying to scan platform 2.
  • When you add --platform 0 yourself, platform 2 is never included and it works again.

The clinfo output is still truncated, but since I'm only interested in the last platform, can you do a final paste of just the last devices in the full clinfo output?


Thanx for your help and time
For the clinfo i can not post it here, the text is too large and it cuts it off when i paste it here.
Any other way to post it, can i upload a .txt file?