I get an Error Transaction too large if i like to Deposit 100.000 Coins for 1 Month.
https://ibb.co/dgym2GThank you for your help and much praise to the dev Team !!
Hi,
please open a github issue for this and I will look into it.
https://github.com/ROIcoin/ROIcoin/issuesMake sure to provide a link to your debug.log when submitting.
You most likely have a balance made of too many inputs, each requiring
a certain amount of bytes to be stored in the transaction. ( max tx size is 100kb )
You should enable coin control via settings->options->wallet tab
This will add a new button to see which inputs to use when doing a deposit.
You can make multiple smaller deposits ( the combined maturation value will be the same )
or you need to consolidate your inputs by simply sending them to one of your receive addresses.
This is not a unique feature of ROI, its base functionality from bitcoin.
Thanks,
//Gary
Thank you for the quick explanation. Once I transfer the Coin to another Wallet, I can Deposit the whole amount. I tried it on another wallet and it works.
I think you should adjust the error message and explain it a little bit better for the User.
Thanks for your great support.