I am running Bitcoin_qt 018.1. windows
There is a file named "wallet" but it is not directly readable. How can I see the amount of bitcoins in my wallet?
Find your bitcoin-cli.exe Note the folders path
Goto Command or cmd
cd [path]
Then run
bitcoin-cli getbalance
It should show you atleast 1 confirmation balance of all addresses available.