Bitcoin Forum
August 26, 2024, 12:19:29 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Trouble with bitcoin.cz linux proxy  (Read 881 times)
0toinvestor (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 23, 2015, 01:05:16 PM
 #1

Hello. I have been trying to get the bitcoin.cz mining proxy running on my Ubuntu 14.04 machine. The OS is a fresh install and I've followed the instructions on the website for setting up the proxy exactly. However when I run the command to start the proxy I get the following error:

Traceback (most recent call last):
  File "./mining_proxy.py", line 51, in <module>
    from stratum import settings
ImportError: No module named stratum

I have spent some time searching the web and looking for a solution for this error but cannot find anything helpful. Does anyone know what's causing this and can you help resolve it?

Thanks!
fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
April 23, 2015, 01:43:28 PM
 #2

try
Code:
git clone https://github.com/slush0/stratum-mining-proxy.git
sudo apt-get install python-dev
sudo python setup.py develop

You're welcome  Wink
0toinvestor (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 23, 2015, 03:55:10 PM
 #3

I had to install git, but once I did and followed your commands I was returned:

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'develop'

Am I missing another package?
BittiNura
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 23, 2015, 05:07:10 PM
 #4

mabey it helps you try this link: https://mining.bitcoin.cz/user-manual/mining-proxy
0toinvestor (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 23, 2015, 05:33:22 PM
 #5

Followed the "Installation on Linux Using Git (Advanced)" instructions and it's working now. Thank you.
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!