lpsm-dev / docker-crypto-miner

👾 A user-friendly image that can be used for mining cryptocurrencies with your CPU
Do What The F*ck You Want To Public License
52 stars 19 forks source link

no linux/arm64 #133

Closed lanphan closed 3 weeks ago

lanphan commented 5 months ago

Hello,

I tried to download your image to run it on Mac M1 with command below:

docker container run \
  --restart unless-stopped --name crypto-miner -d \
  -e MINING_POOL="rx.unmineable.com:3333" \
  -e MINING_COIN="SHIB" \
  -e REFERRAL_CODE="7lkr-kmhq" \
  -e WALLET_ADDRESS="yyyy" \
  -e WORKER_NAME="xxxx" \
  --platform=linux/arm64 \
  ghcr.io/lpsm-dev/docker-crypto-miner:main

however, it said

docker: no matching manifest for linux/arm64 in the manifest list entries.

Would you please check that your image is supported for this platform? In addition, the platform required for Mac M1 is linux/arm64/v8, would you please build image for this?

Thanks.

lpsm-dev commented 2 months ago

Hi @lanphan!

Test again. I've published a new version with builds for other architectures.

Thx