Post
Topic
Board Announcements (Altcoins)
Re: [ANN][YAC] YACoin ongoing development
by
Beave162
on 03/07/2014, 21:59:53 UTC
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/67

More 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
Code:
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!  Cheesy

I always say more choices is the key to happiness. But why would anyone want the option of having the inputs split? The original reason for it is obsolete right?