Post
Topic
Board Mining (Altcoins)
Re: [ANN] Open source Stratum to Stratum Proxy pool
by
roy7
on 28/02/2014, 14:47:47 UTC
You need redis (the database) - the pool will publish shares into redis, and you can subscribe on the channel to get the shares out.

Code:
$ sudo apt-get install redis-server

https://library.linode.com/databases/redis/ubuntu-12.04-precise-pangolin

With cabal

Code:
$ cabal run server

Work as well.

If you want to come chat, come in my pool's IRC - #dogestreet on Freenode

Great, thanks. Had never heard of Haskell before your proxy project or redis. Smiley I do hang out on irc but normally #p2pool and #p2pool-vtc.

Edit: Here's a nice summary:

http://stackoverflow.com/questions/7888880/what-is-redis-and-what-do-i-use-it-for

As a first glance it seems to remind me of the Amazon SQS / SNS services I use on my TRC pool.

For anyone else following along, you run "cabal run server" inside the proxypool folder.