TheCoin.pw offers mining pools containing a 0% pool fee and solely rely on member donations to assist with ongoing costs/upkeep to the mining pools/website. We hope you enjoy this service!
Getting Started Guide

1. Create account.

  • Register here, or login if you already have account
  • Create a worker that will be used by the miner to login

2. Download mining software.

    The choice of mining software to use is up to you. CGMiner and BFGMiner are two of the most popular choices. Their output and set up are very similar, and we'll show in the next step how to set up either.

    Download the mining software of your choice from one of the links below:

  • BFGMiner Download here

  • CGMiner Download here

  • Once your download is completed, unzip or extract the files to your desktop, or preferred folder.

3. Select a difficulty.

    The below table displays available difficulties to mine with. If unsure of the difficulty level to select it is recommended to mine with variable difficulty.

    Mining Difficulty Stratum Connection String Miner Hashrate
    Variable stratum+tcp://note.thecoin.pw:3500 Any
    8 stratum+tcp://note.thecoin.pw:3501 0-124 KH/s
    16 stratum+tcp://note.thecoin.pw:3502 125-249 KH/s
    32 stratum+tcp://note.thecoin.pw:3503 250-499 KH/s
    64 stratum+tcp://note.thecoin.pw:3504 500-999 KH/s
    128 stratum+tcp://note.thecoin.pw:3505 1-2 MH/s
    256 stratum+tcp://note.thecoin.pw:3506 2-5 MH/s
    512 stratum+tcp://note.thecoin.pw:3507 5-10 MH/s
    1024 stratum+tcp://note.thecoin.pw:3508 10-25 MH/s
    2048 stratum+tcp://note.thecoin.pw:3509 25-50 MH/s
    4096 stratum+tcp://note.thecoin.pw:3510 50-100 MH/s
    8192 stratum+tcp://note.thecoin.pw:3511 100-250 MH/s
    16384 stratum+tcp://note.thecoin.pw:3512 > 250 MH/s

4. Configure your mining software.

    At this stage your hardware should be connected and powered on. Let's now configure your mining software. We'll aim to produce a simple, reusable "start up" file. Once we're done, you'll simply double-click on this file to launch your software. This section looks long, but it is not as difficult as it seems. If you are confused about the instructions please be sure to double check the details of each step.

    You'll need your credentials (called "worker" info) and some pool information to configure your mining software. Open your preferred text editor, such as Notepad, Notepad++, Vim, or gedit. We'll show the specifics of Notepad, but the steps are very similar for others.

    In the below example we will use the variable difficulty stratum connection string, don't forget to replace the example worker info with that of your own.

    BFGMiner
    bfgminer --scrypt -o stratum+tcp://note.thecoin.pw:3500 -u Weblogin.WorkerName -p WorkerPassword
    CGMiner
    cgminer --scrypt -o stratum+tcp://note.thecoin.pw:3500 -u Weblogin.WorkerName -p WorkerPassword

    Double check you've entered the appropriate credentials and url, then save the file. This is not just a text file, though. On Windows you'll need to save the file with the ".bat" extension.

    To do this in Notepad: Click on File, then Save As

    Next to "Save as type", open the drop-down menu and select "All Files" instead of "Text Documents(*.txt). Next to "File Name", enter "StartMining.bat", without quotes! Double check that Save as type is not "Text Documents", and click save.

    For ease later, move "StartMining.bat" to the folder containing your mining software files.

    Note for Linux users: instead of StartMining.bat, name your file StartMining.sh. After you save it, right click the file, click on "Properties", then under the "Permissions" tab tick the box for "Allow executing file as program". This will allow you to double-click the file to launch your mining software.

    Double click on your StartMining batch file.

5. Create a DNotes address to receive payments.

  • Downloading the client and block chain: Download the DNotes client from here.

    Generate a new address and input it on your account page to receive payments.

6. Advanced CGMiner 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.