qubic Ubuntu系统的docker方便运行方式。
| .github/workflows | ||
| cpu-dockerfile | ||
| gpu-dockerfile | ||
| itgpt-setup.sh | ||
| README.md | ||
基础环境(ubuntu)
curl -SLs https://gitee.com/muaimingjun/qubic-docker/raw/main/itgpt-setup.sh | bash
CPU挖矿
运行挖矿程序
docker run -itd --name qubic-cpu --restart=always \
-e name=矿机名称 \
-e token="钱包地址" \
-e num=使用线程数 \
itgpt/qubic-cpu:latest
GPU 挖矿
运行挖矿程序
docker run -itd --name qubic-gpu --gpus all --restart=always \
-e name=矿机名称 \
-e token="钱包地址" \
-e num=使用线程数 \
itgpt/qubic-gpu:latest
卸载挖矿
cpu
docker rm -f qubic-cpu
gpu
docker rm -f qubic-gpu