Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HYP] HyperStake | 750% PoS | Advanced Coin Control Wallet | 11 Markets
by
presstab
on 31/10/2014, 01:57:58 UTC
awesome! just keeps getting better and better!

since we are in the topic of stake weight during a successful minting and it can be extracted on next wallet release
can this be added as a column on block explorer? that way we can see on average what weight is needed for a successful mint

or was thinking of adding the info as rpc command similar to moneysupply but weightstakeavg

with output:
average weight last 960 blocks: 10000
average weight last 6720 blocks: 9000
average weight last 28800 blocks: 5000

I have tried to add an RPC call with this, spent 5 hours or so. And still couldn't get it to pull exactly what was needed. Part of the problem is that the weight info used in the moneysupply call uses information that is internal to your wallet. Ever tried the getransaction rpc call? it returns more information if the transaction is your own.

So thats my problem there. Would love to have this, but have to figure it out first.