CPU port : 6010 ; GPU port : 6011
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 a miner.

3. Configure your miner.

    If your using Linux, Then type the following into the console:

    VarDiff Port : 6010 (CPU)
    Diff1 Port : 6011 (High Hashrates such as GPU's)
    	  
  • SGMiner
  • set GPU_MAX_ALLOC_PERCENT 100
    set GPU_USE_SYNC_OBJECTS 1
    ./sgminer -k quarkcoin -o stratum+tcp://stratum.weminebtq.com:6010 -u Weblogin.WorkerName -p WorkerPassword -I 13 

    If you want to mine on a Windows Operating System, then you'll need to create a batch file to start your miner.

    Simply open notepad and then copy and paste the following or Download this pre-configured BTQ-GPU.bat file and place it in your miners directory:

  • SGMiner
  • set GPU_MAX_ALLOC_PERCENT 100
    set GPU_USE_SYNC_OBJECTS 1
    sgminer -k quarkcoin -o stratum+tcp://stratum.weminebtq.com:6010 -u Weblogin.WorkerName -p WorkerPassword -I 13 
  • MinerD
  • minerd -a quark -t 6 -s 4 -o stratum+tcp://stratum.weminebtq.com:6011 -u Weblogin.WorkerName -p WorkerPassword

    You then need to change "-u Weblogin.Worker -p Worker password" to reflect your own account. Eg, "-u Steve.StevesWorker -p StevesWorkerPassword" then go to "File > Save as" and save the file as "RunMe.bat" in the same folder containing your miners application files. You are now ready to mine, double click on "RunMe.bat" to start mining. If you want, you can create additional workers with usernames and passwords of your choice here

4. Create a BitQuark address to receive payments.

  • Downloading the client & block chain: Download the BitQuark client from here.

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