Bitcoin Forum
May 25, 2024, 12:37:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: LinuxCoin and Stratum  (Read 720 times)
totaln00b (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 25, 2013, 04:32:40 PM
 #1

 Huh
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/

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.



 Grin   1DBE8HXbFXE1iiGPpNxrvkJMgqANgBNzek
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!