Hello, I manged to figure out how to get mode C of TeamRedMiner to work which fully utilizes the 16GB of VRAM on the Radeon VIIs on Hive OS. Doing this unlocks the potential of getting hash rates of 100+MH/s while ETH mining with Radeon VIIs. Please note that by doing this sometimes hash rates on non-VII cards are slightly reduced. I found all of this info in the ethash tuning guide for team red miner (starting at line 462): teamredminer/ETHASH_TUNING_GUIDE.txt at master · todxx/teamredminer · GitHub
Step 1: Access shellinabox so you can get to the terminal of your mining rig.
Step 2: Once you’re at the terminal, install Vim so you can edit the grub file:
apt install vim
Step 3: Start editing the grub file (If you don’t know how to use vim this quick tutorial video will help Vim Basics in 8 Minutes - YouTube ):
vim /etc/default/grub
Step 4: Go to the line where you see GRUB_CMDLINE_LINUX_DEFAULT and insert these parameters inside the quotes and then save/quit the file:
amdgpu.vm_block_size=10 amdgpu.vm_size=1024
Step 5: Update grub:
update-grub2
Step 6: Reboot your mining rig for the changes to take effect and go back into shellinabox.
Step 7: Double check if you did the previous steps properly by using the following command. If you did everything properly, you should see ‘block size is 10-bit’
dmesg | grep “drm.*block size”
Step 7: Tune the overclock settings of your GPUs to get that hash rate up. The parameters that worked for me are:
Hello, I have 2 watercooled Radeon VII, and I followed the steps until the update update-grub2, where i get and error ( Syntax error: EOF in backquote substitution)
i have a VII with Samsung memory, can i push it a little more than in the tuning guide?
would it better be more on Core or Memory, Timing are for Samsung from the guide.
and for a hynix card, stay with 1700 core 1100 mem and agressive timings , is it better to push core or mem?
Hi dude, can you maybe send me your bios file from your vii.
i want to compare my to your file, because my vii is showing but not mining, not error 43 in win nothng.
now i put it on pcie 16x, i was comparing in HdX the bios files, the look pretty same.
Did you got the exact issue like me? Discord Miners told me the card is death, but i got output and no error 43 … can i have your original stock bios before u flashed and the flashed one to compare the structure inside the bios
My 2nd radeon vii goes down until 77 mh/s (upload://zSGhxczz9iBJw0iEpJzqlWI4YQE.png)
with the config
/hive/sbin/amdmemtweak --i 8 --ref 7500 --rtp 6 --rrds 3 --faw 12 --ras 19 --rc 30 --rcdrd 11 --rp 11
sleep 60
tail -f /run/hive/miner.1
It goes to 85 and no more
So I am having the same problem. i get EOF error. I deleted the quotation and moved it to the end of the line. The only thing that i can see that is different from the guide and videos out there on how to do it is after the mititgations=off i have e1000e.EEE=0 at the end of the line, i added amdgpu.vm_block_size=10 amdgpu.vm_size=1024” after it then saved it. When i try to update-grub2 it gives me the EOF error …