Install CPU Miner on macOS
1. Go to CPU Miner releases and download the latest OSX 64 zip.
2. Unzip pooler-cpuminer-2.5.1-osx64.zip and you will have the minerd application on your Desktop.
3. Join a mining pool. Go to Aika Pool and find a pool to join. In this example, we will mine Dogecoin. We joined the Dogecoin mining pool and created an account.
4. Create a new worker. Go to My Account -> My Workers. Name your worker and create a password. You will need this in the next step.
5. Open Terminal. Change your working directory to your desktop (or where minerd is located).
Code: Select all
cd /Users/user/Desktop
6. Type the following command to start mining. The first part starts the minerd miner. We will mine use the scrypt algorithm. We will connect to the aikapool URL address found in our Aikapool dashboard. Finally, we specify our miner worker details including name and password. Example command is below.
Code: Select all
./minerd -a scrypt --url=stratum+tcp://stratum.aikapool.com:7915 --userpass=laptop.macbookpro:password
7. You will immediately begin mining. You can track your earnings in the Aikapool dashboard.