CPU mining requires CPU mining software. This guide will focus on the best CPU mining software that exists.
If you pay for your own electricity, this may not be a profitable way to mine.
cpuminer Setup (Windows)1. Download the latest cpuminer from the Bitcointalk thread:
https://bitcointalk.org/index.php?topic=55038.02. Extract the zip folder (I prefer to use c:\bin)
3. Create a shortcut to minerd.exe, edit the properties of the shortcut and append to the target the required parameters mentioned below.
minerd Command Line Options:The standard command line options are as follows. This will connect minerd to a pool and start mining.
minerd -a scrypt -o [poolurl]:[port] -u [username].[workername] -p [password]
Example of Pool Mining:
minerd -a scrypt -o stratum+tcp://gld.cryptocoinmine.com:2020 -u Dayne.1 -p x -t 5
Example of Solo Mining (While Goldcoin Client is running):
minerd -a scrypt -o 127.0.0.1:8122 -u <gldcoin.conf user_name> -p <gldcoin.conf password>
Useful optional parameters to set are:-t | ~ | The number of threads to use. |
Example SetupsReferences:The Litecoin Mining Hardware Comparison (includes settings) -
http://litecoin.info/Mining_Hardware_Comparison