Post
Topic
Board Announcements (Altcoins)
Re: [ANN] $SPRTS - Download New Sprouts Wallet Release 2.2.2 - Join us on Cryptopia
by
arcmetal
on 16/09/2017, 20:38:56 UTC
We are having recurrent issues with the Sprouts wallet.

Code:
terminate called after throwing an instance of 'std::runtime_error'
  what():  CWallet::GetDebit() : value out of range

The wallet seems to be getting corrupted. We backup from the day befores wallet and the same thing happens the next day.

Could a dev please contact us by PM to help us resolve this issue.

Until this is resolved our Sprouts wallet will unfortunately be placed into maintenance mode.

i got same problem last month when i split my blocks,
after reading some post , if the block size is above then 20mil you got the problem and u lost the whole block amount.

because your backup wallet not have that transaction that u lost in crashed.

this coin wallet wont support block size above then 20mil

 Hello
 if  this coin wallet wont support block size above then 20mil

   What is a good block size ?

The block size limit is 2 billion, not 20 million.  You can read for yourself here at line 37 in main.h:
https://github.com/gjhiggins/sprouts/blob/master/src/main.h

The line is:
Code:
static const int64 MAX_MONEY = 2000000000 * COIN;

So, any block size below 2 billion will stake, anything above will not.