Thanks for new wallet running great can you upload somewhere magi.conf or what I have write inside.
Please have a look at
http://coinmagi.org/bin/example-conf/magi.conf, and these two lines:
# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=500
# Transactions with values less than the threshold will combine into one
stakecombinethreshold=250
You can check whether settings are set properly by running commands from Console (on Qt wallet):
getstakesplitthreshold
getstakecombinethreshold
the default values are mixed up and the description is wrong
splittreshhold should be always lower than stakecombinetreshhold
if u have splittreshhold at 100 for example and merge treshhold at 1000
what will happen is coin pile split each stake if its above 100 size
and later on the below 100 size coin piles will merge together towards 1000 or higher
i tested ur wallet and it behave exact as i said
wont split coin pile below splittreshhold size
and merge below splittreshhold size together into a combinestreshholdsize pile