Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
instacalm
on 07/03/2014, 19:31:04 UTC
I will be using CPUminer.  Is this the right information for the Windows batch file?

minerd.exe -a scrypt -o stratum+tcp://stratum01.pool.com:3333 -u user -p password
or should it be:
minerd.exe -o stratum+tcp://stratum01.pool.com:3333 -u user -p password

In addition to mining (and voting) with the GUI wallets, you can use an external miner.  For that, we've created a Heavycoin fork of cpuminer.

Code:
Usage: minerd [OPTIONS]
Options:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt    scrypt(1024, 1, 1) (default)
                          sha256d   SHA-256d
                          heavy     Heavycoin hash
  -v, --vote=VOTE       block reward vote
  -m, --trust-pool      trust the max block reward vote (maxvote) sent by the pool

More info: https://bitcointalk.org/index.php?topic=470391.msg5537068#msg5537068

=>
Code:
minerd.exe -a heavy -o stratum+tcp://stratum01.pool.com:3333 -u user -p password