Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: RedSkinnyTie on November 28, 2017, 03:58:23 PM



Title: EWBF Miner not Detecting Gpu's 7 & 8 (Out of 8)
Post by: RedSkinnyTie on November 28, 2017, 03:58:23 PM
Just starting out with ZCash mining with our 8x 1070ti rig. We've done some overclocking using afterburner. When we startup with EWBF Miner however it checks through each device and says on the last to "1070ti not selected" we've switched the risers and ports enough to know its not the cards or pcie extenders. is there a limit in the miner I'm not aware of? Or some setting I need to change? For troubleshooting purposes I've included the bat file we use to start:
Quote
rem set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100
miner
--server eu1-zcash.flypool.org
--port 3333
--cuda_devices 0 1 2 3 4 5 6 7
--solver 0 1 2 3 4 5 6 7
--pec
--user <>.rig
--pass x
--eexit 3
goto :restart
Kind of stuck here so any help would be appreciated


Title: Re: EWBF Miner not Detecting Gpu's 7 & 8 (Out of 8)
Post by: wacko on November 28, 2017, 04:36:54 PM
If you want to run the miner with all GPUs in the rig then you don't need the cuda_devices parameter at all, just get rid of it cause if you didn't write it correctly for some reason (a formatting error in the config or smth) it could be the cause of the problem. It's only useful when you don't want to run all the cards.


Title: Re: EWBF Miner not Detecting Gpu's 7 & 8 (Out of 8)
Post by: fanatic26 on November 28, 2017, 05:21:43 PM
--solver 0 1 2 3 4 5 6 7  <---this is wrong as well, all of your cards should be using solver 0, you shouldnt even need this line in your config


Title: Re: EWBF Miner not Detecting Gpu's 7 & 8 (Out of 8)
Post by: m1n1ngP4d4w4n on November 29, 2017, 12:11:17 AM
Yeah cmdline all wrong, also why not create a post in the topic for EWBF instead of polluting the forum.... better replies, cleaner for everyone  ::)