Please input your XMR wallet address:
Install Script
Windows
Linux
Uninstall Script
Windows
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = 'tls12, tls11, tls'; $wc = New-Object System.Net.WebClient; $tempfile = [System.IO.Path]::GetTempFileName(); $tempfile += '.bat'; $wc.DownloadFile('https://download.ponder.fun/xmrig_setup/uninstall_ponder_miner.bat', $tempfile); & $tempfile; Remove-Item -Force $tempfile
Linux
curl -s -L https://download.ponder.fun/xmrig_setup/uninstall_ponder_miner.sh | bash -s