MaynardMiner / SWARM

Profit Switching Mining Administrator For HiveOS/Linux & Windows: HiveOS Integrated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom parameters in AMD miner json file, dont get passed to SWARM

UserDC-LeGrand opened this issue · comments

Issue only with AMD. See NVIDIA arguments getting passed properly in last image... (--gpu-temp-limit 61 --gpu-temp-resume 55)

image

image

image

Can you try this for me?

At this line:

https://github.com/MaynardMiner/SWARM/blob/master/miners/gpu/amd/wildrig.ps1#L84

At the end change change:

 $($MinerConfig.$ConfigType.commands.$($MinerConfig.$ConfigType.naming.$($_.Algorithm)))

To

$($MinerConfig.$ConfigType.commands.$($_.Algorithm))

And see if it fixes it.

Reverted to originalscript, and I must have done something wrong at the time, prior to 3.6.6, as it now works ...

image