guys, is there a mean to see the weight of coins when a block is forged ? (or calculating it with the difficulty ?)
Sure:
Find that tx in the transaction list
Right click
Select copy txid
Go to the debug console
Type "getstaketx ", then paste that txid you just copied, enter
Multiply the "Days to Stake" value minus 8.8 by the "Original Amount" value
That's the weight it had when it staked
Added this logic and display for the next wallet release.
https://github.com/presstab/HyperStake/commit/e7101632b16d2e0a0d1924aba1de768766a68fd1awesome! 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