Hello all.
First off sorry I haven't been around much. I have been pretty busy with work, and then getting the HBN website back up and running. Otherwise I have been trying to spend more time with the family, especially during the holiday season.
I did find a bit of time today to work on the split/combine threshold for CAPs.
https://github.com/Tranz5/bottlecaps/commit/9f71e2356b33494f30c2ad9fedf314029361e18f?diff=unifiedThis will add the splitthreshold and combinethreshold to both start up switches and rpc command. The defaults for the split/combine are set to 10,20 respectfully. The start up switches max are set to 200/400. And the rpc max is set to wallet balance / 500 and balance / 250. Or the start up max. Whichever is greater.
So what this means is if you balance is 300,000 you can set the split max to 600, and the combine max to 1200. I think this is a good compromise on network security and ease of use for the users.
Also note that as of right now these are not persistent on restart. Using the start up switches in a batch file would take care of that, but if your rpc commands are setting to larger values, you will have to manually adjust those after the client is initialized.
For you HBN lovers, these rpc commands will also be available after the hard fork is complete.
Hopefully I can continue to find more time here to add more cool stuff.
Thanks!