Post
Topic
Board Bitcoin Technical Support
Re: Pushpool - Tech Support | Web design donation pot: 4.15 BTC
by
genewitch
on 12/06/2011, 06:34:22 UTC
for those hitting my errors earlier:

use these command to pull the latest source for pushpool

git clone https://github.com/jgarzik/pushpool.git
cd pushpool
./autogen.sh
./configure
make
sudo make install


setup your server.json properly, make sure you add
Code:
"sharelog" : true,
to the "database" section.

start pushpoold. handle your business.

*autogen.sh fails on EC2 ubuntu natty narwhal, you have to
Code:
apt-get install automake
to get aclocal!