I upgraded it, restarted it, and deleted the blockchain to be safe... but now we're stuck at block 11927 and won't go past there. 5 connectoins. Version 1.0.4.0
Any clue?
You can try the first (easy) approach:
1) Close your wallet daemon
2) Backup your wallet.dat
3) Re-open your wallet daemon
4) Issue the following command:
legendarycoind repairwallet
In case the above does not work for you (which I think it won't) then you will have to dump the private key from all your addresses :
For main wallet:
legendarycoind getaddressesbyaccount ""
legendarycoind getaddressesbyaccount [accountname]
and then one by one, dump the private key (make sure that you note everything down in pairs [address / private key], copy/paste it somewhere and make sure that you secure it as much as you can ):
legendarycoind dumpprivkey [lgd address]
Then stop the wallet, remove all the files (make a backup of wallet.dat before that just in case) and restart the wallet to get a new address.
After it fully syncs, import your private keys one by one:
importprivkey [privatekey]
That should fix everything.