Network Hashrate

difficulty:


Current Block Height

last block found
ago


Miners Connected

top miner


Pool Hashrate

last 10 mins


Pool Blocks

1

last block found
ago


Nodes Connected

active connections to
the Raptoreum network

Getting started with Mining Raptoreum

Its easy to start mining RTM, this page will guide you through the process step by step. If you need some help or have a technical issue with the pool, you can email us at support@pukkapool.com, please be patient and someone will get back to you.

Step 1 - Install Wallet & Create Your Mining Address
First things first, you need a Raptoreum wallet to store your mining rewards.

We always recommend that you use the official RTM wallet where possible, alternatively if you dont have the hard drive space or time required, you can mine direct to the exchange with Coinex.

Official Desktop Wallet
We recommend you use the Official Raptoreum Wallet available on github.

Step 2 - Choose Your Mining Software
Install your preferred mining software.

Raptoreum can be mined using a CPU or GPU but at the moment, it is more effficient to mine RTM using a CPU due to the nature of the Ghostrider algorithm.

Choosing your software: Any compatible mining software that can mine Raptoreum (RTM) can be used with Pukka Pool. XMRig is frequently used with our pool and works well on Windows, Mac and Linux machines.

XMRig
For mining Raptoreum with a CPU or GPU (supports Nvidia / AMD).
Available for Windows, Mac & Linux.

Wildrig Multi
For mining Raptoreum with a CPU or GPU (supports Nvidia / AMD).
Available for Windows & Linux.

Step 3 - Configure Your Mining Software
Setup the miner and configure the settings.

Quickstart Connection Details

  • URL: stratum+ssl://rtm-stratum.pukkapool.com:3053 (port 3052 for non ssl)
  • User: your_wallet_address.worker_name
  • Password: x
  • Algo: gr (ghostrider)

Before you can start the miner, you need to add the connection details either with a configuration file or alternatively you can simply start the miner using the command line as shown below. These instructions are specific to using XMRig but will be very similar for any mining software you choose.



Start miner with config file

Windows: To run the config file on a Windows machine, copy the config file to your xmrig folder (usually stored in C:\program files) to replace the default config, then click the start.cmd file to run XMRig.

Mac / Unix: To run the config file on a Mac, copy the config file to your xmrig folder (usually stored in your applications folder) to replace the default config, then double click XMRig to start the miner.

 SSL Connection


{
    "autosave": true,
    "donate-level": 1,
    "cpu": true,
    "opencl": false,
    "cuda": false,
    "pools": [
        {
            "coin": "raptoreum",
            "algo": "gr",
            "url": "stratum+ssl://rtm-stratum.pukkapool.com:3053",
            "user": "RYXeEUbM6wQ2hfcpBRgVPbDothXbh1Ywug.worker_name",
            "pass": "x",
            "tls": true,
            "keepalive": true,
            
        }
    ]
}
 Dont forget to change the example wallet address to your own wallet address.
Start miner with command line

To start the miner on a Windows machine using the command line interface (CLI), you need to open a terminal window by typing ‘cmd’ into the Windows search box (bottom left, next to the Windows icon) and pressing enter (or opening launchpad on mac and searching for terminal). Next you need to navigate the terminal to the location of your xmrig folder (click here for help navigating). Once your terminal is in the correct location, you can simply paste the following line of code to start your miner.

 Windows


xmrig.exe -a gr -o stratum+ssl://rtm-stratum.pukkapool.com:3053 -u RYXeEUbM6wQ2hfcpBRgVPbDothXbh1Ywug.worker_name -p x
 Mac


sudo ./xmrig -a gr -o stratum+ssl://rtm-stratum.pukkapool.com:3053 -u RYXeEUbM6wQ2hfcpBRgVPbDothXbh1Ywug.worker_name -p x
 Dont forget to change the example wallet address to your own wallet address.
EnglishFrenchGermanItalianRussianSpanish
Mining Rig Rentals supported Follow PukkaPool on Twitter
Copyright © 2022 PukkaPool.com