Should there be balance info under Wallet Note?
I noticed mine is empty and not sure if that’s expected behavior or if something’s wrong.
a Note is a UTXO. I’m not sure what your initial command was. If you are just checking the Notes that you have mined, it means you have not successfully mined any blocks yet.
1 Like
Got it, thanks for reply! I was using these two cmds btw:
sh ./scripts/run_nockchain_node.sh
nockchain-wallet --nockchain-socket .socket/nockchain_npc.sock list-notes
1 Like
You could rm -rf ~/.nockapp/wallet/wallet/checkpoints
first, then use list-notes
command.
1 Like
Thanks!