Skip to content

Instantly share code, notes, and snippets.

@pooler
Created March 16, 2012 21:58
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save pooler/2053044 to your computer and use it in GitHub Desktop.
Save pooler/2053044 to your computer and use it in GitHub Desktop.
#!/bin/bash
OPTIONS="--retries=3 --userpass=username.1:x"
while :
do
./minerd $OPTIONS --url=http://ejpool.info:9332/
./minerd $OPTIONS --url=http://lc.ozco.in:9332/
./minerd $OPTIONS --url=http://litecoinpool.org:9332/
./minerd $OPTIONS --url=http://mine.pool-x.eu:8337/
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment