Post
Topic
Board Announcements (Altcoins)
Re: [HYP] HyperStake | High PoS | Secure | MultiSend | liteStake | Adv Coin Control
by
CodeR70
on 28/04/2015, 23:14:31 UTC
You are close...

Quote
setstakesplitthreshold Edit

Syntax: setstakesplitthreshold <1 - 999,999>

Description: A stake output will split (in two parts), when the resulting amount for each of the outputs equals or exceeds the threshold value specified. For example: by setting a threshold of 5,000, stake outputs greater than 10,000 will be split into two.

groovy?

OK I get that now Smiley no problems there but I still have the problem that when I enter

setstakesplitthreshold 10000

 it says

{
"split stake threshold set to " : 10000,
"saved to wallet.dat " : "true"
}

But it sure does not seem to be doing it. I had a block of 17449 that staked and then split into 2 blocks of 9224.75. Shouldnt it have not split this block as the 2 blocks it made were both under 10,000 HYP ? Is there something I am missing here.

17,449 is greater than 10,000 so it split the Block into two.

If you want your Block of 17,449 not to split into two then you could set the threshold at 20,000.

That is not how it's explained in the help example. The example specifically says 5000 so blocks bigger then 10000 are split.