Skip to content

I have mined some tokens, but they disappeared from my wallet! #6271

Discussion options

You must be logged in to vote

It is possible that you were mining on a fork. To track reorgs in the base node there is a setting in the config file

[base_node.storage]
# Set to true to record all reorgs. Recorded reorgs can be viewed using the list-reorgs command. Default = false
track_reorgs = true

If you had this setting on the entire time then if you type the command list-reorgs into the base node terminal it will list all reorgs it witnessed.

On an expert level, you can also check the earmarked wallet's database, just be very careful about editing anything in there (serious expert level)!
The earmarked wallet continuously scans the blockchain for mined coinbases, which are reflected in the completed_transactions

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hansieodendaal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant