Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
vancefox
on 11/10/2017, 21:26:59 UTC
Which isn't going to help with Bottlecaps.

From memory the relevant switches in Bottlecaps are splitthreshold and combinethreshold.
The limits of these depend on where they are set, which is slightly mad.
In the .conf or command line the max is (IIRC) 200/400 whilst via the RPC is walletbalance/500 and walletbalance/250 respectively.
So to set these to maximum you would need to type into the debug window,
splitthreshold 9999999999
and
combinethreshold 9999999999

And repeat every time you restart the wallet. Alternatively you could have a script that sends the RPC commands at start up.
Thanks for the correction.

And after every stake... because it'll increase your max threshold.
What threshold you put in, it just gives you a different one. Someone mentioned that the threshold goes up as the amount you have goes up.

Right... it only goes up if you set the threshold higher after your balance goes up.  It does not go up automatically.