Why creating a new topic when you could have posted in the EWBF topic....
What should i use for p106-100 cards, --solver 0 ?
And i'm trying to use dstm miner, but whenever i want to run the .bat file, it opens and closes immediately
zm --server stratum+tcp://btg.suprnova.cc --port 8816 --user Pr0ph3t.1 --pass x --logfile --list-devices 0 1 2 3 4 5
Can you mine bitcoin gold with the miner, its equihash right ...
This isn't right
--list-devices 0 1 2 3 4 5
Help from first topic page of ZM
--dev Space separated list of cuda devices
--list-devices List available cuda devices
You should use
--dev 0 1 2 3 4 5
Also if you want to mine with all cards on your rig just don't use --dev, it will select all available GPU's.
Also when you test out stuff, better put a "pause" at the end of the bat if the miner exit you have the error code or test directly from the cmdline for the same effect, also in the zm log you should have seen the error.
And to note that aside from some exotic GPU's, the solver is automatically selected for EWBF, still it's good to test them out, and force it so that at the start of the miner you don't have the "auto-selection" process started each time.