Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Muhammed Zakir
on 21/06/2015, 11:57:05 UTC
I installed ubuntu 15.04 then installed bitcoin and let it synchronize. created a bitcoin.conf to have it run as a server and attempted to install p2pool

I first followed the instructions on p2pool.in

sudo apt-get install git
git clone https://github.com/forrestv/p2pool.git
cd p2pool
make

up until I typed make.. I was doing great  but when I did I got this

nubminer@bit-server:~/p2pool$ make
mkdir -p "/home/nubminer/p2pool/.cache"/pyenv
curl -L 'https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.6.tar.gz' >'/home/nubminer/p2pool/.cache/pyenv/virtualenv-1.11.6.tar.gz' || { rm -f '/home/nubminer/p2pool/.cache/pyenv/virtualenv-1.11.6.tar.gz'; exit 1; }
/bin/sh: 1: curl: not found
Makefile:51: recipe for target '/home/nubminer/p2pool/.cache/pyenv/virtualenv-1.11.6.tar.gz' failed
make: *** [/home/nubminer/p2pool/.cache/pyenv/virtualenv-1.11.6.tar.gz] Error 1

so I decided to ram a python down its throat with

sudo apt-get install python-twisted python-argparse

and make still does nothing for me.

I never installed python or twisted since I really dont know the path

so I tried following your litecoin guide and I believe I am at the same point .. I need to Make or install

so I tried and I get the following

nubminer@bit-server:~/p2pool$ sudo python setup.py install
[sudo] password for nubminer:
Traceback (most recent call last):
  File "setup.py", line 9, in
    import py2exe
ImportError: No module named py2exe

Run sudo apt-get install python-zope.interface python-twisted python-twisted-web, navigate to p2pool directory and then run python run_p2pool.py --help.

Note: --help lists all commands you can use.