Groko's been doing some work on the POS miner through the YACoin client. Looks like he found a world around to some of the long-term concerns. I thought I would share the link here to increase awareness. I believe he recently made a pull request to have this items added to the sourcecode.
http://yacointalk.grokonet.com/t/pos-mining-performance-boost/67More excellent additions by Groko! Well need some community consensus on this, so everyone that can, please provide your opinion.
I was asking this feature long ago! So I'm for it.
Can we set an option in wallet under advanced settings? You set the manual "nSplitThreshold" for splitting.
By default it can be as Groko have choosen for nCombineThreshold
int64 nCombineThreshold = GetProofOfWorkReward(GetLastBlockIndex(pindexBest, false)->nBits) * 10 ;
So we will have
two rules for not splitting the output of PoS block:
1) if age more than 90 days (as it was hardcoded by pocopoco)
2) if output less than nSplitThreshold
This will be a good compromise for those who wants to split and for those who wants to not split!
