Hi all,
I run some Windows 8 and 7 machines where I want to run some mining software. I want to test several pools and several coins.
My questions: I don't understand why i get some results on some settings and sometimes it doesn't work:
Example that's not running:
the pool site says:
If you use a command-line miner, type:
./cgminer --scrypt -o stratum+tcp://doge.cryptovalley.com:3333 -u Weblogin.Worker -p Worker password
I try to run cgminer-3.8.4-windows
with
cgminer --scrypt -o stratum+tcp://doge.cryptovalley.com:3333 -u MyNick.1 -p MyWorkerPW
miner stops because it doesn't understand "--scrypt"
With old mining software, I got it running:
CGMiner 2.10.4
cgminer -o stratum+tcp://nl1.ghash.io:3334 -u MyNick.1 -p MyWorkerPW
I have access to Windows 7 and 8 machines, i5 CPUs, NVidia graphic cards (yes, i know they are slower than AMD), but I will not buy hardware before I understand how to get it running.
Anyone can help me understand what miner software I should use?