Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
jordixal
on 03/08/2016, 14:30:44 UTC
Hi dooglus, how did you made outputs of 100 CLAMS and also how did you split them once they stake? Is there any instructions to put in conf file or so?

To make the outputs I did something like:

    $ clamd sendtoaddress '{"amount":100,"count":50}'

And to auto split on stake, I put this in my clam.conf:

    splitsize=25
    combinelimit=50


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?