hi guys, need a bit of help here:
new classic wallet invalidated all transactions since September 10, and i reloaded entire chain with new wallet and it was stuck and not updating chain even though in conf file i added nodes and i had connections in qt.
used instructions on how to fix wallet, and now i have that exception: 11db exception not enough space. that's after i repaired wallet. also after repair all stakes since sept 10 showed orphaned.
transactions from tradesatoshi went through, staking works.
is it ok to keep it like that with an error message or is there a further fix?
also, i have unconfirmed amount sitting there for about 10 days... please advise how to fix it.
last question: could any one confirm that 2 billions is not a limit anymore and it is safe to combine larger inputs. and if yes - what is good input size to produce a stake shortly after maturity?
for those asking if smaller amount like 70-80 mils will stake - yes, it may take very long time though. i have an input of 77,7 mils sitting there for 117 days with a chance to stake of 39.98% within the next 24 hours.
thank you!
Hi cryptomob,
Are you able to try the repairwallet again with regards to the 11db exception:
Click on the Help menu
Click on Debug window
Click on the Console button
In the console type 'repairwallet' and hit the enter key
Close and re-open the Sprouts Classic wallet
@cryptomob
...invalidated all transactions since September 10...
...all stakes since sept 10 showed orphaned...
These are signs that your on the wrong chain.
(fixing this problem first might remove the other error)
The solution is to delete all of the files in the data directory (except
wallet.dat), install the latest version from the OP, and re-sync.
So, be sure you have saved a copy of your current
wallet.dat file, before trying anything.
Here is the
sprouts.conf file I am using. Try it and see if it connects to the right chain:
addnode=104.248.8.52
addnode=108.41.213.216
addnode=92.230.42.116
addnode=142.112.238.229
addnode=165.227.101.66
addnode=77.160.23.113
addnode=77.187.236.127
addnode=46.180.158.166
addnode=193.96.224.73
addnode=78.51.184.194
addnode=24.56.231.67
addnode=100.2.97.212
addnode=178.151.228.68
addnode=81.169.251.230
addnode=174.93.56.119
addnode=102.253.136.234
addnode=87.213.162.202
addnode=213.127.86.122
addnode=162.216.72.120
addnode=74.64.38.208
addnode=92.230.42.99
addnode=77.188.65.87
addnode=165.227.101.66
addnode=24.56.231.67
addnode=46.180.158.166
addnode=193.96.224.68
addnode=174.93.56.119
Concerning your last question about the 2 billion transaction limit. Not only I, but you can confirm for yourself that its now set to 100 billion by looking at the code. The link to the source code is in the OP.
Here is a snippet of the posted source code. The file
main.h, contains the lines that shows this:
...
//static const int64 MAX_MONEY = 2000000000 * COIN;
//The below variable increases the ability have a maximum of 100 billion Sprouts Classic coins in the wallet instead of the 2 billion.
static const int64 MAX_MONEY_2 = 100000000000 * COIN;
...
And, a few comments back DZPrince mentions that 500 million is a decent minimum for staking:
I join, and the question is, how many coins do I need in my wallet to receive POS. While I have 80 million
The minimum needed for staking is 500 million.
thank you for detailed answer, arcmetal, appreciate it much. error in qt appeared after i ran repair wallet from debug tab. should i do it again?