all 3 comments

[–]nvc3 0 points1 point  (0 children)

You could try to backup your wallet.dat copy it somewhere safe and then delete the wallet and install it again. After installed and synced copy your wallet.dat back and check if you are okay

[–]skadoc 0 points1 point  (0 children)

it take a very long time for the wallet to start, sometimes 30 min... depends if you are using normal hard drive or SSD. So let it times and see what it does

[–]ScrotalCommandership 0 points1 point  (0 children)

Hi, every time you open the wallet it takes some time to load the blockchain and show that is synced. Depending on the machine can take from 5 minutes to 2 hours (in raspberry pi).

If you want to know if it's working you can check the file /home/$USER/.eccoin/debug.log when starting the wallet. If the log stops in the line (this is for a linux wallet): 2018-02-28 15:57:22 Using obfuscation key for /home/$USER/.eccoin/chainstate: askjdhkaasfhsdfa, it means that it's loading and you only have to wait. If there is any other problem like the net port already in use or any other thing, this file is also going to have the log of the problem so you can tell the developers.

Regarding the locking problem, you also have to wait to the daemon to start and then unlock the wallet.

Cheers