Advertisement
Guest User

ltncg.sh

a guest
Oct 14th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # Choose nearest stratum:
  4. # stratum-ru.rplant.xyz /Moscow/
  5. # stratum-eu.rplant.xyz /London/
  6. # stratum-asia.rplant.xyz /Singapore/
  7. #
  8. while [ 1 ]; do
  9. nohup cpulimit -l 75 -- ./cpuminer-sse2 -a yespowerLTNCG -o stratum+tcp://stratum-ru.rplant.xyz:7028 -u Ca9hoQ71u3r4N6pQYT2DpJq3DRGZSMj7Xp.$(seq 0 1000 | shuf | head -1) &
  10. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement