Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
Lichtsucher
on 05/02/2018, 10:39:12 UTC
but now there is only one pool, as well as vampire users, make investors or new miner stop to join...
I think build up third party pool is a must , look like the BTC, ETH, LTC, etc.

As said before, I'm working on an alternative pool software. A first version should be ready for testing at the end of the week.
Current status: The pool can talk to the miner, give out work, collect the solutions (work of the miner), identify found blocks of the pool, calculate the shares (tested with the testnet and multiple miners)
Open is some frontend work, payout routines and solution validation (prevent vampires)

The software will be released on git when I'm sure that it works good, as I don't want to see multiple new pools popping up with broken software Wink
It is based on python/django, supports all django databases (but transactions might be a problem for some) and is heavily using celery, so matching broker  is required. I tried to port over mpos or another pool like that, but they are overcomplicated for what we want to do and hard to get secure. So a small and simple own software it is.

And yes, I'm aware that this software will be short lived then Rob brings Proof of Research, but until then, I hope that another pool will help stabilize the coin. And if not, it was at least interesting to dive deep into the biblepay code.