MINING APPLICATIONS
XMRig
High performance CPU miner.
XMRigCC
Remote-controlled XMRig fork.
SRBMiner-MULTI
Multi-algorithm miner.
See SCASH, XMR, RTM configs below
--xmrigCC config.json--
Open the "miner" folder, edit the config.json
{
"algo": "rx/scash",
"pool": "scash.rbmpool.com:4444",
"user": "your_scash_wallet",
"pass": "x",
"TLS": false, <- true if using TLS Port 5555
"cc-client": {
"enabled": false <-- if running xmrigcc
on a single miner cc-client must be false
}
--SRBminer .bat file config--
Edit the start-mining-scash .bat file
SRBMiner-MULTI.exe --algorithm-cpu randomscash --pool scash.rbmpool.com:4444 --wallet your_scash_wallet
pause
------------SCASH Pool Info----------
Stratum: scash.rbmpool.com
Ports: 4444 or 5555 TLS
--Xmrig config.json
{
"algo": "rx/0",
"coin": null,
"url": "xmr.rbmpool.com:2222",
"user": "your_xmr_wallet",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": true,
"enabled": true,
}
--Xmrig command line
xmrig.exe -o xmr.rbmpool.com:2222 -u your_xmr_wallet -p X
-----------Monero Pool info---------
stratum xmr.rbmpool.com
port: 1111 (low diff)<--older CPU
port: 2222 (reg diff)<--Normal
port: 8888 (high diff/NiceHash)<--Big Hashrate MMR/NiceHash Port
--Xmrig config.json
{
"algo": "ghostrider",
"coin": null,
"url": "rtm.rbmpool.com:7777",
"user": "your_rtm_wallet",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": true,
"enabled": true,
}
--Xmrig command line
xmrig.exe -o rtm.rbmpool.com:7777 -u your_rtm_wallet -p X
-----------Raptoreum RTM Pool-----------
stratum: rtm.rbmpool.com
port: 7777
SCASH, XMR, RTM available on MiningRigRentals