Bitcoin Forum

Other => Beginners & Help => Topic started by: totaln00b on March 25, 2013, 04:32:40 PM



Title: LinuxCoin and Stratum
Post by: totaln00b on March 25, 2013, 04:32:40 PM
 ???
I pulled my hair out trying to get Stratum installed on LinuxCoin.  For some reason every time I installed stratum I would come up with a No open cl.

You have to skip step 4

Installation on Linux using Git:     https://github.com/slush0/stratum-mining-proxy/ (https://github.com/slush0/stratum-mining-proxy/)

This is advanced option for experienced users, but give you the easiest way for updating the proxy.

1.  git clone git://github.com/slush0/stratum-mining-proxy.git
2.  cd stratum-mining-proxy
3.  sudo apt-get install python-dev # Development package of Python are necessary
4.  sudo python distribute_setup.py # This will upgrade setuptools package
5.  sudo python setup.py develop # This will install required dependencies (namely Twisted and Stratum libraries), but don't install the package into the system.
6.  You can start the proxy by typing "./mining_proxy.py" in the terminal window. Using default settings, proxy connects to Slush's pool interface.
7.  If you want to connect to another pool or change other proxy settings, type "./mining_proxy.py --help".
8.  If you want to update the proxy, type "git pull" in the package directory.



 ;D   1DBE8HXbFXE1iiGPpNxrvkJMgqANgBNzek