there seems to be a bug -
each time when i re-open the daemon+terminal -
i type 'account'
then it see nothing (even though i have multiple addresses with balance on them)
then, after a few minutes - i re-type 'account' and then i can finally see all my addresses and balances
it seems like it takes a few minutes to re-sync or something ..
it's a bit confusing because every time you re open the daemon it appears to be an empty wallet for the first few minutes ..
tell me if i wasn't understood
Yes, every time the daemon is started, it takes time to synchronize. Nowhere is written how much money you have on your wallet. At each launch, all balances are recalculated. First, the daemon should read the saved blocks from the disk. Then it requests the missing blocks from the network. This takes time. Therefore, every time you start the daemon, you first need to make sure that you are connected to the network, then that you are synchronized, and then enter other commands, such as an 'account'. In general, the purpose of the daemon is to work constantly, and the terminal can be connected and disconnected from it from time to time.
maybe there should be a message saying 'syncing.. type stats for more info" when the terminal starts