Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
JaredKaragen
on 26/07/2017, 02:41:06 UTC
yeah it is an older model, nvidia770 but I've got it to mine skunk before. now its having a hard time mining the x17 algo which I've seen my card run as well...and now skein; although I've never tested that with other mining programs. but yeah all of the same errors. unsupported

this is the bat I used for mine skunk only on zpool and it worked.

ccminer-x64 --algo=skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq

now this is the line this miner uses and says my device isn't supported.

Bin\NVIDIA-skunk\ccminerskunk.exe -a skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq


try ccminer 1.7.6, or 1.8-dev for algos other than skunk which is only going to be in the newest miner apps since its a new algo;  If i stil had a 7 series, I would test all the copies I have collected over the years...  But for other algos, like X17, skein, etc... try wither of those 2 versions.

should be able to find links to them on github or cryptominingblog.

Yeah;  to test, just make a quick batch file that just launches the miner you are testing;  using a very basic batch such as this:

mineskein.bat
Code:
ccminer176.exe -a skein -o stratum+tcp://mine.zpool.ca:4933 -u BTCADDRESS -p c=BTC,skein
pause


be sure to replace the btcaddress with your BTC address.

Once you find a compatible one;  check with minerx on how to integrate it into the powershell scripts.  It may be as easy as just replacing the offending miner app itself, naming the new one just like the old one was....  but he will know best.   I haven't looked at his scripts much.

I know nemosminer right now is using SP_'s pay-for-use/private-build miner app....  the problem with it not working now could be that he switched from the tpruvot version recently... but i am unsure if he originally was serving out the tpruvot version for skunk.

*edit* check my bold highlight;  it should be '-a' as i've corrected it.  your post only had a '-'