Home - modulix/pool-prime.net GitHub Wiki

Welcome to the pool-prime.net wiki!

I'm trying to create something like that:

Architecture

For now, pool-prime.net use candypool daemon. The goal is to use "standard" primecoind daemon with a front-end which manage pool workers and forward to primecoind worker's requests. Worker's username should be a valid wallet address (no password required) to get rewards in case of block discover. Requests about blocks and transactions are redirected to couchdb to avoid to overload primecoind server. The couchdb database is quite real-time maintained (by xpm2couchdb) copy of primecoind database.

  1. xpm2couchdb: copy blocks and transactions from primecoind database to couchdb
  2. pool-prime: daemon acting as proxy (Should also be compatible with xpt protocol) in front of primecoind with passthrough for pool workers RPC requests but use couchdb for requests about blocks and trans, transmiting to primecoind workers requests.
  3. WSGI: Web site and API to access couchdb data

I'm working on 1 and 3 parts, when achieved i will start to play with miners...