VERGE (XVG) PPLNS PAYOUT POOL 0.49% Fee
EMAIL Service is OFF, after sign-up you can direct login to your VERGE mining account.

Application Note:
Auto-payment (AP) for your XVG, VERGE is mandatory!
No long-term deposited VERGE possible!
Account whitout Auto-payment will auto blocked and delete after 30days!
It is better for both sides! Set AP before mining!

PORTS:
3181 varDiff "minDiff": 8, "maxDiff": 1048576, for Smallminer and Bigminer the Ultimate Port is 3181
3216 "diff" 1024
3217 "diff" 2048
3218 "diff" 4096
3219 "diff": 8192
3220 "diff": 16384
3221 "diff": 16384
3222 "diff": 32768
3223 "diff": 65536
3224 "diff": 131072
3225 "diff": 525288 , (*NiceHash compatible)
3226 "diff": 1048576 , (*NiceHash compatible)

OUR VERGE POOL IS NOW READY UP-TO 4000GH`s ++++
Please withdraw always direct all your Coins.
The automatic payment is obligatory!
  We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

  • PPLNS payout disabled, round credit transactions are delayed
  • 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:

    • CGMiner
    • ./cgminer --scrypt -o stratum+tcp://xvg.mastermining.net:3181 -u Weblogin.WorkerName -p WorkerPassword
    • BFGMiner
    • ./bfgminer --scrypt -o stratum+tcp://xvg.mastermining.net:3181 -u Weblogin.WorkerName -p WorkerPassword

      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:

    • CGMiner
    • cgminer --scrypt -o stratum+tcp://xvg.mastermining.net:3181 -u Weblogin.WorkerName -p WorkerPassword
    • BFGMiner
    • bfgminer --scrypt -o stratum+tcp://xvg.mastermining.net:3181 -u Weblogin.WorkerName -p WorkerPassword
    • MinerD
    • minerd -a --scrypt -t 6 -s 4 -o stratum+tcp://xvg.mastermining.net:3181 -u Weblogin.WorkerName -p WorkerPassword
    • Cudaminer For NVIDIA Cards
    • cudaminer -o stratum+tcp://xvg.mastermining.net:3181 -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 Verge address to receive payments.

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

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

    5. 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.