Welcome to Suprnova's Groestl Pool ! We are happy to serve you the best mining experience.

For GroestlCoin (GRS) Mining Instructions look here

This Pool supports all ASIC's on all Stratums.

EU stratum+tcp://grs.suprnova.cc:5544
US stratum+tcp://stratum-us.suprnova.cc:5544

Getting Started — Mine Groestlcoin (GRS)

Getting Started Guide
Anonymous Mining (No Registration Required)

You can start mining immediately by using your GRS wallet address as your username. No registration or account setup needed!

  1. Use your GRS address (e.g. grs1q...) as the username
  2. Set any value as the password (e.g. x)
  3. Payouts are sent automatically to your wallet address

Example:

suprminer -a groestl -o stratum+tcp://grs.suprnova.cc:5544 -u YOUR_GRS_ADDRESS -p x

Check Your Mining Stats

Already mining? Enter your GRS wallet address to view your stats:

This will open your Anonymous Dashboard with live hashrate, balance, and worker info.

1. Create an Account (Optional)

  • Register here, or login if you already have an account
  • Create a worker that will be used by the miner to login
  • Set your GRS payout address in Edit Account

2. Download a Miner

NVIDIA GPU (CUDA)

suprminer (recommended)

Download suprminer (Latest)

Supports Groestl algorithm. Windows & Linux.

AMD GPU (OpenCL)

suprminer-amd-opencl (recommended)

Download suprminer-amd (Latest)

Supports Groestl algorithm. Windows & Linux.

3. Configure Your Miner

NVIDIA (suprminer)

Linux:

./suprminer -a groestl -o stratum+tcp://grs.suprnova.cc:5544 -u Weblogin.WorkerName -p WorkerPassword

Windows: Create a .bat file with:

suprminer.exe -a groestl -o stratum+tcp://grs.suprnova.cc:5544 -u Weblogin.WorkerName -p WorkerPassword
pause

AMD (suprminer-amd-opencl)

Linux:

./suprminer-amd -a groestl -o stratum+tcp://grs.suprnova.cc:5544 -u Weblogin.WorkerName -p WorkerPassword

Windows: Create a .bat file with:

suprminer-amd.exe -a groestl -o stratum+tcp://grs.suprnova.cc:5544 -u Weblogin.WorkerName -p WorkerPassword
pause

Replace Weblogin.WorkerName with your username and worker name (e.g. Steve.rig1) and WorkerPassword with your worker password. You can create additional workers here.

Custom Difficulty (ASIC / FPGA / Advanced)

You can set a static difficulty for your worker by using the password field. This is especially useful for ASIC and FPGA miners, which are fully supported.

Use the format d=VALUE as your password:

-p d=65536

Examples:

-p d=256Sets difficulty to 256
-p d=8192Sets difficulty to 8192
-p d=65536Sets difficulty to 65536
-p d=131072Sets difficulty to 131072

If you do not set a difficulty, the pool will automatically adjust it (vardiff) based on your hashrate.

Full ASIC example (anonymous):

... -o stratum+tcp://grs.suprnova.cc:5544 -u YOUR_GRS_ADDRESS -p d=65536

4. Get a Groestlcoin Wallet

  • Download the official Groestlcoin wallet from http://www.groestlcoin.org
  • Generate a new address and enter it on your account page to receive payouts
  • Or use your address directly for anonymous mining (see above)

5. Monitor Your Stats

  • Registered users: Dashboard
  • Anonymous miners: Use the lookup box at the top of this page, or go to Getting Started and enter your wallet address
  • You can also use the API for automated monitoring