MaynardMiner / SWARM

Profit Switching Mining Administrator For HiveOS/Linux & Windows: HiveOS Integrated
MIT License
92 stars 40 forks source link

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

Closed UserDC-LeGrand closed 1 year ago

UserDC-LeGrand commented 1 year ago

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

image

image

image

MaynardMiner commented 1 year ago

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.

UserDC-LeGrand commented 1 year ago

image

image

image

UserDC-LeGrand commented 1 year ago

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

image