Last active
December 28, 2015 01:19
-
-
Save dmerrick/7419932 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # in stratum-mining-proxy project | |
| python setup.py install | |
| cd midstatec && make && cd .. | |
| ./mining_proxy.py -o mining.eligius.st -p 3334 --custom-user 1JT86GVai2r7sixvsJfJxNWHon9Dep2erh | |
| #TODO: figure out if we can remove midstate (-nm) | |
| # run both: | |
| #FIXME: change the wallet addresses | |
| ./mining_proxy.py -v -o mining.eligius.st -p 3334 -gp 8333 -sp 3333 --custom-user 1Do6mZGbXcRutqVxaMbdoiQrYNSQrfVuA4 --custom-password whatever | |
| ./mining_proxy.py -v -o mining.eligius.st -p 3334 -gp 8334 -sp 3334 --custom-user 1DQeV5UiVhHge95aT1vwgkMGngEtjX2ZLZ --custom-password whatever | |
| STRATUM_PROXY_PORT=3334 | |
| STRATUM_PROXY_HOST=localhost | |
| # how i got it to work with the USB stick | |
| bfgminer -S all --disable-gpu --no-stratum -o http://$HOST:$PORT -O whatever | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment