Skip to content

Instantly share code, notes, and snippets.

@snoby
Created November 29, 2023 03:27
Show Gist options
  • Save snoby/c1496290e160ce82ffa4b9a2368208b4 to your computer and use it in GitHub Desktop.
Save snoby/c1496290e160ce82ffa4b9a2368208b4 to your computer and use it in GitHub Desktop.
Docker run command for abel miner
#!/bin/bash
USERNAME=e4003cb89d30389a94563aa3e946cace4552273b5b8ce0e32d0f6223f67f0a13
PASSWORD=vrIUJCLJ5x
docker run -d --name=abel \
--rm \
-e USERNAME=e4003cb89d30389a94563aa3e946cace4552273b5b8ce0e32d0f6223f67f0a13 \
-e PASSWORD=vrIUJCLJ5x \
-e NVIDIA_VISIBLE_DEVICES=all \
--gpus=all \
--uts="host" \
iotapi322/abel:v1.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment