But ive got 9 gpus. It isnt possible to use 9 gpus in windows. Is there a version for linux? Is it possible now in claymore for linux (like ubuntu) to use -cvddc, -mvccd, -clock and -mclock ?
Is the last Blockchain AMD Driver out for Linux?
I don't think the Blockchain driver is out for Linux, but tbh I've seen many miners migrating to Windows just because of this issue.
wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
sudo apt-get update
sudo apt-get install rocm
#edit grub
sudo nano /etc/default/grub
#2MB fragments for Ellesmere are enabled with a grub option:
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"
sudo update-grub
sudo reboot
choose new Kernel and its done!
Thx to gstoner from ROCm Github.
(this is from post I found on net, don't have linux rig to try personally)