Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
dooglus
on 05/08/2016, 15:54:19 UTC
Thanks for yout reply, so in clam.conf splitsize line is for splitting clams when they stake in outputs of 25 each, and combinelimit is used for always having inputs between 25-50 clams in the wallet right?

Also 25/50 ratio is good enough to any clam holdings in a wallet?

When staking, if the output size is going to be more than twice 'splitsize' then it will add an output of size splitsize, and repeat. So if you have an output of size 100 which stakes (making 101) and splitsize=25, you will get 4 outputs (25, 25, 25, and 26).

...............
Wow dooglus, amazing explanation. I'm gonna save this post and check it everytime I forget how clam staking works  Cheesy Thank you

In that case I should get it right.

Change:

  if the output size is going to be more than twice 'splitsize'

to

  if the output size is going to be at least twice 'splitsize'

If you have a 99 that stakes, you will get 25,25,25,25 (not 25,25,50, which would be the result of how I previously explained it).

In unrelated news, the JD staking wallet just made its first 34 CLAM output (starting from 100 -> 25/26 -> 27 -> 28 -> ...)