Member-only story
How to mine dogecoin on an Apple iMac
2 min readJun 7, 2021
Step 1:Download a wallet.
- I used Coinomi Wallet. https://www.coinomi.com/en/
- Download the DMG for macOS. Follow instructions to setup the wallet. Screenshot of what to download is below.
Step 2: Download a mining rig
- Link: https://github.com/xmrig/xmrig/releases
- Scroll to Assets and download the macos-x64 version
Step 3: Setup and configuration
- Untar the macos-x64 file
- Open config.json
- Scroll down to pools section and enter info as below. (Get your coinomi wallet address by clicking on the “Receive” button in your coinomi application and clicking the copy icon)
“algo”: “rx/0”
“url”: “rx.unmineable.com:3333”
“user”: “DOGE:<your wallet address>.IMAC#vndo-qi40”
- use the referral code as above “vndo-qi40” to get .25% rebate from the unmineable fees.
- Save the config file.
Step 4: Open rig and start mining.
- Open the mining rig from the same…