Author

Topic: Trouble with bitcoin.cz linux proxy (Read 885 times)

newbie
Activity: 23
Merit: 0
April 23, 2015, 01:33:22 PM
#5
Followed the "Installation on Linux Using Git (Advanced)" instructions and it's working now. Thank you.
newbie
Activity: 21
Merit: 0
April 23, 2015, 01:07:10 PM
#4
mabey it helps you try this link: https://mining.bitcoin.cz/user-manual/mining-proxy
newbie
Activity: 23
Merit: 0
April 23, 2015, 11:55:10 AM
#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?
legendary
Activity: 1400
Merit: 1000
April 23, 2015, 09:43:28 AM
#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
newbie
Activity: 23
Merit: 0
April 23, 2015, 09:05:16 AM
#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
    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!
Jump to: