Title: Pool software other than jgarzik's? Post by: error on May 03, 2011, 03:28:25 AM jgarzik's poold was the only mining pool software I could find on the wiki. Are there others released?
Title: Re: Pool software other than jgarzik's? Post by: xf2_org on May 03, 2011, 04:03:16 AM jgarzik's poold was the only mining pool software I could find on the wiki. Are there others released? You mean the python demo proxy? There's a C version being used in production at several sites, that's much better: https://github.com/jgarzik/pushpool Also, see signature if you need hosting :) Title: Re: Pool software other than jgarzik's? Post by: error on May 03, 2011, 04:36:25 AM Much nicer, thanks!
Title: Re: Pool software other than jgarzik's? Post by: error on May 04, 2011, 07:54:14 AM OK, so this built on my Fedora box OK, and on CentOS OK. But when I built on Ubuntu 10.04 Server, I get the following nasty error:
Code: gcc -DHAVE_CONFIG_H -I. -fno-strict-aliasing -pthread -g -O2 -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c I've installed libjansson4 libjansson-dev from the developer's PPA. Title: Re: Pool software other than jgarzik's? Post by: error on May 04, 2011, 09:08:01 AM Oops! Found the problem (I have jansson 2.0 and you don't) and sent you a pull request to fix it. Also had to put in a fix to make old versions of libmemcached compile.
Title: Re: Pool software other than jgarzik's? Post by: Leonassan on May 08, 2011, 07:54:09 AM Hey all, trying to get this to build, I think I have all the dependencies right, and when I try to run autogen.sh, I get this:
Code: configure.ac: installing `./install-sh' I'm getting more errors further along, but I'm taking it one error at a time since one of these might clear it up. Anyone have any ideas? |