Ergo wallet stuck in synchronization

Wallet is stuck on synchronization, Id rather not recopy and retrieve wallet if I don’t have to

"Please specify when reporting:

what are you running (jar or docker image)
how (launch command)
config

"
ergo-4.0.12.jar

cd I:\Users\REDACTED\Downloads\ergo_folder
start java -jar ergo-4.0.12.jar --mainnet -c ergo.conf
start firefox http://127.0.0.1:9053/panel/wallet

ergo {
node {
mining = true
}
}

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 = “REDACTED”
}
}

Hello, I had the same issue - please follow this thread -

1 Like

Thanks I didn’t want to have to resort to that method if I didn’t need to but looks like there’s no other way

1 Like