Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.3.0 - Auto profit switching miner controller
by
djm34
on 15/10/2014, 22:53:17 UTC
************ccminer for nvidia GPUs by djm34************
then the usual stuff and donation address.
then
ccminer.exe: Heavycoin hash requires block reward vote parameter (see --vote)

will try and figure out how to do what you're requesting above,.
can you put here exactly what there is in your bat, when it exits with this kind of message it means, it didn't recognize the algo you entered (picking up the default heavycoin)

https://www.dropbox.com/s/v9d54b9movp6axc/Screenshot%202014-10-15%2017.04.56.png?dl=0

bat file:
@echo off
ccminer.exe
pause


And where do you tell to ccminer where to mine and what to mine in your bat ?
line should be like this: ccminer.exe -r 3 -R 5 --algo=x11 -o stratum+tcp://eu.wafflepool.com:3331 -u yourlogin -p yourPassword
yes, ccminer cannot be run without any argument. You (or miner control I assume) need to append the argument so it knows what to do...
I hope you'll figure out rapidly how to copy and paste the line I (or Zels) gave you so we can move on... but my guess would be a problem related to miner control (or the operator  Wink )