Quake4 / MindMiner

MindMiner - the miner manager programm with online monitoring
http://mindminer.online
GNU General Public License v3.0
110 stars 33 forks source link

Ccminer Balloon 102 arguments issue #144

Closed AcharyaOne closed 6 years ago

AcharyaOne commented 6 years ago

It seems the arguments passed on this miner only affect first gpu: image

Quake4 commented 6 years ago

Read first and second line, please

AcharyaOne commented 6 years ago

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

AcharyaOne commented 6 years ago

Of course I know every gpu is being used, the issue is the cuda threads argument is only being applied to first gpu...

AcharyaOne commented 6 years ago

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.

Quake4 commented 6 years ago

thanks. fixed cuda_threads arg. clear cuballoon config. rereadstat: stop MM. remove stat. start MM.

AcharyaOne commented 6 years ago

Thanks but for some reason after deleting stats file from balloon it doesn't ask to benchmark again.

Quake4 commented 6 years ago

check minimum miners ... on pool & config (default is 25)

AcharyaOne commented 6 years ago

Thanks! It wasn't easy to spot that