For anyone having troubles with mining.
AMD GPU Windows Mining:Step 1: Download the XC Wallet and have your wallet address ready.
http://xc-official.com/downloads.htmlStep 2: Download the sgminer_x11mod.
https://bitcointalk.org/index.php?topic=623409.0 Or the direct download link for the newest miner:
https://www.dropbox.com/s/sodbzky1e3p2d32/sgminer_x11x13mod_03_06_2014.zipStep 3: Unzip the miner somewhere on your computer.
Step 4: Open up Notepad and copy the following into notepad:
setx GPU_MAX_ALLOC_PERCENT 100
color 04
sgminer -k x11mod -o stratum+tcp://stratum.hashevolved.com:5555 -u
XW3ftzWsDCcrFSUxsepkE6XY4R274tgfwh -p x --intensity 18 --worksize 256 -g 2 --thread-concurrency 8192
Save this notepad file where you unzipped your miner. Save it as anything you want but make sure to type “.bat” at the end of it. For example “XCmpool.bat”
This will mine on the XC multipool. Change the address I posted above to your address or you will be mining for me. The password can be anything you please. You will have to mess around with the other settings for it to work properly with your GPU.
With those settings on a ASUS 7870 I get ~1.860Mhash and on intensity 12 I get ~1.3MH.
Step 5: If you want you can download MSI Afterburner to further watch and tweak your GPU settings.
Step 6: Double click the “.bat” file you created. It may take a couple seconds or even a minute to load.
If you did everything correctly you should be mining. If the Command Prompt window opens briefly and then closes, then carefully make sure what you wrote in that Notepad .bat file matches to what I posted.
To Edit your notepad .bat file, side click the file and click Edit.
CPU Mining, Windows 64 Bit:Step 1: See previous Step 1.
Step 2: Download the modifed minerd CPU miner from elmad:
https://bitcointalk.org/index.php?topic=421615.msg5183682#msg5183682 Direct link to miner:
https://mega.co.nz/#!pBZzQAII!yuvzhcnx3ezLre9fek_G67D0_IyiNqIbEHKY4cKdovA
Step 3: Unzip the file onto your computer.
Step 4: Open up Notepad and copy the following into notepad:
color 04
minerd-bdver1 -a X11 -o stratum+tcp://stratum.hashevolved.com:5555 -u
XW3ftzWsDCcrFSUxsepkE6XY4R274tgfwh -p x
-t4Save this notepad file where you unzipped your miner. Save it as anything you want but make sure to type “.bat” at the end of it. For example “XCmpool.bat”
Again change the username to YOUR address unless you want to give me free coins.
You will need to read the README included with this miner to see which minerd you will use. I am using "bdver1" because I am running a AMD 8350.
Where it says "-t" is to designate how many cores/threads you want to run. If you want to run all cores just delete the "-t".
Step 5: Double click the “.bat” file you created. It should load up and start mining immediately if everything in the .bat file is correct.
Step 6: You don't have to, but I run a widget to display core usage and temperatures. This is solely for monitoring purposes.
For some CPU mining isn't worth it. Running half of my threads, ie: 4 threads on my 8350 I get 334 khash/s.
If your CPU is not supported you might have to look into a different CPU miner.
Hope this helps anyone.