Downloads

AMD GPUs - SGMiner
  • X11 SPH-sgminer for Windows: Download here
  • X11 SGMiner SOURCE for Linux: Download here
  • Example miner settings:
    ./sgminer -k darkcoin -o stratum+tcp://coinspool.cu.cc:7801 -u Wallet-address -p x
    AMD GPUs - SGMiner X11/X13 Mod
  • X11 MOD SPH-sgminer for Windows: Download here
  • X11 MOD SGMiner SOURCE for Linux: Download here
  • Example miner settings:
    ./sgminer -k x11coin -o stratum+tcp://coinspool.cu.cc:7801 -u Wallet-address -p x
    Nvidia GPUs
  • Latest official cudaMiner: Download here
  • CPU Miner - Minerd
  • Windows: Download here
  • Windows 1.2 avx-aes: Download here
  • Windows source: Download here
  • Example miner settings:
    ./minerd -a X11 -o stratum+tcp://coinspool.cu.cc:7801 -u Wallet-address -p x
    ASIC miner
  • Official cgminer: Download here
  • Official BFGMiner: Download here
  • Example miner settings:
    ./cgminer -o stratum+tcp://coinspool.cu.cc:7801 -u Wallet-address -p x

    Advanced settings / FAQ

    • Scrypt readme
    • Don't set intensity too high, I=11 is standard and safest. Higher intensity takes more GPU RAM. Check for hardware errors in cgminer (HW). HW=0 is good, otherwise lower intensity :)
    • Set shaders according to the readme (or look at your graphic cards specifications). Cgminer uses this value at first run to calculate thread-concurrency. Easiest way to get this optimized is to use same settings as others have used here: here.
    • There's also an interesting project which gives you a GUI for cgminer. Windows only it seems.
    • Here's a great guide how to get up and running with Xubuntu.