How to mine Electroneum in a pool on Mac using Docker

Note: This will only allow for CPU-mining, not GPU. Instructions Install docker Open applications/Docker.app Open Terminal and run: docker pull hmage/cpuminer-opt After installation run this in Terminal: docker run -d hmage/cpuminer-opt -a cryptonight -o [POOL_URL:PORT] -u [YOUR_WALLET_ADDRESS] -p x Make sure to replace [POOL_URL:PORT] and [YOUR_WALLET_ADDRESS], so for example for me this was: docker run […]