todxx / teamredminer

AMD GPU Optimized Cryptocurrency Miner
955 stars 203 forks source link

6600XT fault after update #602

Open kotopuz opened 2 years ago

kotopuz commented 2 years ago

after update to v0.9.4.7 multiple 6600XT (Samsung DDR6) does not start. GPU fault :) RaveOS: core 1500hz, mem :1150 hz, coe V 700mv, mem V: 700mv Minerlog shows nothing. Please advise.

Miner additional parameters config: --ton -o stratum+tcp://eu1.stratum.ton-pool.com:443/stratum -u TONaddress -p x --ton_end

Here is what miner log shows Team Red Miner version 0.9.4.7 [2022-05-18 07:04:04] Pool eu1.stratum.ton-pool.com/stratum: using tonpool pool dialect for TON Pool (ton-pool.com). [2022-05-18 07:04:04] Pool eu1.stratum.ton-pool.com/stratum: enabling wss proxy mode in TRM for TON Pool (ton-pool.com). [2022-05-18 07:04:04] Auto-detected AMD OpenCL platform 0 [2022-05-18 07:04:06] Starting wss local proxy on port 4445 pointing to wss://eu1.stratum.ton-pool.com/stratum, port 443 [2022-05-18 07:04:06] GPU 0 Using dual mining ethash kernels. [2022-05-18 07:04:06] Initializing GPU 0. [2022-05-18 07:04:07] Wss proxy: Host 'eu1.stratum.ton-pool.com' url '/stratum' [2022-05-18 07:04:07] Wss proxy: Accepting connections on 0.0.0.0:4445 [2022-05-18 07:04:07] GPU 1 Using dual mining ethash kernels. [2022-05-18 07:04:07] Initializing GPU 1. [2022-05-18 07:04:07] GPU 2 Using dual mining ethash kernels. [2022-05-18 07:04:07] Initializing GPU 2. [2022-05-18 07:04:07] GPU 3 Using dual mining ethash kernels. [2022-05-18 07:04:07] Initializing GPU 3. [2022-05-18 07:04:08] GPU 0 Dual mining tuner initiated with range 96-576, start 320, step 32. [2022-05-18 07:04:09] GPU 1 Navi20 boost applied. [2022-05-18 07:04:09] GPU 1 Dual mining tuner initiated with range 96-448, start 256, step 32.

Weird that IP is 0.0.0.0

On Asus RogStrix 5700xt (Micron) I do not see ETH or TON (dualmine) hashrate or efficiency increase. In 10 mins I have few MH lower than before and 2 watts lower consumption.

Somehow new mode is not working for me.

kotopuz commented 2 years ago

Tried to add to command --kernel_vm_mode=RR, then tried --kernel_vm_mode=R, no effect, still getting 6600XT failure.

kotopuz commented 2 years ago

Tried to lower core from 1500hz to core 1300hz as per recommendation, not helps.

kotopuz commented 2 years ago

Finally was able to get what's the error

Failed to execute command '/app-data/miners/teamredminer-0.9.4.7/ubuntu_mode_script.sh', errno 2 (No such file or directory) [2022-05-18 09:29:35] Linux kernel vm mode script failed, see output. [2022-05-18 09:29:35] Failed executing linux kernel vm mode script, check output.

IMarkoMC commented 2 years ago

Failed to execute command '/app-data/miners/teamredminer-0.9.4.7/ubuntu_mode_script.sh', errno 2 (No such file or directory)

Check where the miner is downloaded and execute the .sh manually ./ubuntu_mode_script.sh RR That'll add the required GRUB args and reboot the rig

kotopuz commented 2 years ago

I use RAVEOS. Somehow with previous versions of teamred no additional steps were required, hope developers will fix it. Connected via SSH and it does not give access to installation directory of miner (it's downloaded automatically). Typed "ls" and it shows no directories. Anyone knows to how navigate to miner installation directory in RAVEOS ?