Post
Topic
Board Announcements (Altcoins)
Re: Offical launch of PhenixCoin.com
by
weav
on 27/06/2013, 13:55:44 UTC
which block number does the diff change on?  i want to know when to switch off from the pool to solo mine with my other pcs

I'm currently developing a small info page for PXC. But i do it in my spare time, so the development performance is bad especially due to the fact that i'm moving to a new apartment at the moment. So not all the values are 100% correct, i have to improve the calculation of some values and so on. But if you want to see the remaining blocks and some other values it may help:

http://pxc.bitcoiners-blog.de/

Have a nice day Smiley

Cool and useful site!

The next difficulty change is limited to old_difficulty * 99/55 (or +80%) if it would be increasing beyond that without the recent difficulty protocol patch, and to old_difficulty * 55/99 (or -44%) if it would be decreasing beyond that. For example currently the next difficulty will be 4.51 * 55/99 ≈ 2.51.

See: https://github.com/phenixcoin/Phenixcoin/blob/master/src/main.cpp#L925