[Help needed - Ergo node wallet] wallet balance discrepancy in Ergo node wallet display, and block e
Hello. I am using an ergo node wallet for my mining payouts. Recently, I have received two new payouts, 1 ERG each. However, this is not reflected in the node UI wallet (only shows ~1 erg, which is the original balance).
erg address: 9iAMgiPmPAEvSBD1PcBfGFDhmdGtW5X9yTur31oQhqDePcYn8F8
Upon checking the block explorer, the wallet balance is correct (~3 erg). Payout dates of the 2 ergs from the recent payout are 4th and 6th September, 2022.
Then, what I tried next is I sent ~1erg to a newly created wallet (correctly reflected on the newly created wallet). While the balance of old wallet is showing ~2erg in the explorer, the node UI wallet is still showing ~1 erg, as if I have not sent out some funds. When I tried again to send out erg from the node wallet UI, the transaction does not proceed correctly.
I tried to update my node to the latest version, and upon completion of the syncing process, the problem still persists: My node UI wallet still displays ~1 erg balance, while my block address explorer displays ~2 erg balance.
For reference, this is what is contained in my *.conf file:
ergo {
directory = "C:/ergo_folder"
node {
mining = false
}
wallet.secretStorage.secretDir = "C:/ergo_folder"
}
scorex {
restApi {
# Hex-encoded Blake2b256 hash of an API key.
# Should be 64-chars long Base16 string.
# below is the hash of the string 'hello'
# replace with your actual hash
#apiKeyHash = "324dcf027dd4a30a932c441f365a25e86b173defa4b8e58948253471b81b72cf"
apiKeyHash = "###REDACTED###"
}
}
Should I just wait for the wallet UI to reflect the correct balance? Or is there some settings I need to adjust so that the node UI wallet displays the correct balance, as reflected in the explorer?
7 Replies
addendum: screenshot of the node UI wallet

updated ergo balance in the wallet explorer.

Is the node synchronised?
hello. the node UI says it's synchronised, but the current height looks incorrect

Yeah fastest way to fix would be to resync unfortunately. (If a restart doesn't kick it back into action)
got it. all good now. thanks!
