You can start mining immediately by using your GRS wallet address as your username. No registration or account setup needed!
grs1q...) as the usernamex)Example:
suprminer -a groestl -o stratum+tcp://grs.suprnova.cc:5544 -u YOUR_GRS_ADDRESS -p x
Already mining? Enter your GRS wallet address to view your stats:
This will open your Anonymous Dashboard with live hashrate, balance, and worker info.
suprminer-amd-opencl (recommended)
Download suprminer-amd (Latest)Supports Groestl algorithm. Windows & Linux.
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
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.
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=256 | Sets difficulty to 256 |
-p d=8192 | Sets difficulty to 8192 |
-p d=65536 | Sets difficulty to 65536 |
-p d=131072 | Sets 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