I’m having troubles mining with a rig containing five RX580s.
Using the config above (plus the latest amdgpu drivers described below) I’m able to mine with a single GPU. I’m getting a hash rate of about 16 GPS, which I believe is in line with what other RX580s miner. I also confirmed that it is indeed a GPU that is running, not the CPU.
When I add multiple GPU to the configuration file like below, I will still see only 1 GPU mining, until I add more four or more GPUs in the config file. When the config file contains four or more GPUs, none of the GPUs hash.
(I am using the GrintMint mining pool, and do see correct RPC messages in the Grin client and a confirmation in the GrinMint dashboard that GrinMint is receiving hashes from the rig. When mining other coins like Ethereum, all five GPUs work.)
Is this is an issue that anyone is familiar with? How do I get all to mine using all five RX580s?
[[mining.miner_plugin_config]]
plugin_name = "ocl_cuckaroo"
[mining.miner_plugin_config.parameters]
platform = 1 # according to docs AMD is platform 1, but changing it to 0 doesn't have any effect
device = 0
[[mining.miner_plugin_config]]
plugin_name = "ocl_cuckaroo"
[mining.miner_plugin_config.parameters]
platform = 1
device = 1
etc...