Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2. OPTIONS="--retries=3 --user=username.1 --pass=password"
  3. while :
  4. do
  5. ./cpuminer $OPTIONS -n 1048576 -o stratum+tcp://vrm.poolium.win:3333
  6. ./cpuminer $OPTIONS -n 1048576 -o stratum+tcp://vrm.bloxstor.com:3333
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement