Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FLT] Fluttercoin Ƹ̵̡Ӝ̵̨̄Ʒ | Proof of Transaction | Update v0.7.5.14
by
ofeefee
on 19/12/2014, 14:13:54 UTC
Anyone watching explorer yesterday got to see our coin perform some amazing things. Proof of Stake was generating a lot of blocks and diff rose and adjusted as expected, in addition interest went down to around 75%, we expect to see more of this as we continue development.

1) Well, could you please guess if this POS reward reducing to 75% is permanent? Will it only go down further or will it return to 100% later?
2) Is there a simple way (like using a console command, i.e. smth a newbie can do) to see a current POS yearly interest?
3) Is it possible to implement a new feature into the wallet (like it's done in HBN or CAP) where, when you click on any icon in the right bottom corner, a new window pops up with all the necessary info about POS, POW, connections, etc?


Yes we could add that, but I didn't want to overload new users with so much information.  I am thinking instead of doing it that way we may just have a statistics page, or tool where it shows similar information.  

Rpcconsole under debug has getstaknginfo, getmininginfo, and getinfo which has all this information.  I cleaned up much of this code in last update, some of the data was duplicated so now shows specifics for pow or pos type activity.

On the interest side, our code lines up with hbn and cap with the dynamic interest, much of the code is nvc based.  So it will fluctuate with the blocks on the network.  However I think we will see further interest reduction.  It could go back to 100% but this is going to get rare.  Hbn has been below 100% for awhile now.  This is good for inflation control.  Also helps bring the pos and pow a little more in balance.