Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
Woody20285
on 08/10/2017, 02:30:33 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.