Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

Maximum wallet size needs increasing #834

Closed jim618 closed 8 years ago

jim618 commented 8 years ago

Looks like there is a limit (68MB?) of wallet size with Classic. The protobuf is quite similar in MBHD so there is probably a similar limit: https://github.com/bitcoin-solutions/multibit/issues/744

Suggest increasing it as per the Classic suggestion

jim618 commented 8 years ago

This is already set to 512 MB in bitcoinj-alice (WalletProtobufSerializer, line 550) so nothing to do.

Closing

Documentation of the method used:

https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/CodedInputStream#setSizeLimit(int)