Closed AcharyaOne closed 6 years ago
Read first and second line, please
Read 4th, 5th, 6th and 7th lines please.
Arguments = " -b $($Variables.NVIDIAMinerAPITCPPort) -o stratum+tcp://$($Pools.(Get-Algorithm($)).Host):$($Pools.(Get-Algorithm($)).Port) -u $($Pools.(Get-Algorithm($)).User) -p $($Pools.(Get-Algorithm($)).Pass)$($Commands.$_) --cuda_devices 0,1,2,3,4,5,6,7,8,9,10,11 --cuda_threads 448,448,448,448,448,448,448,448,448,448,448,448 --cuda_blocks 48,48,48,48,48,48,48,48,48,48,48,48 --cuda_sync 0 -t 0"
these are the arguments passed on nemosminer, there are a bunch of values because the miner is implemented in a weird way where you must specify every value for each gpu
Of course I know every gpu is being used, the issue is the cuda threads argument is only being applied to first gpu...
Also I don't understand how to force MindMiner to benchmark again, I tried to delete stats but it doesn't ask to benchmark again.
thanks. fixed cuda_threads arg. clear cuballoon config. rereadstat: stop MM. remove stat. start MM.
Thanks but for some reason after deleting stats file from balloon it doesn't ask to benchmark again.
check minimum miners ... on pool & config (default is 25)
Thanks! It wasn't easy to spot that
It seems the arguments passed on this miner only affect first gpu: