HowTo fix a stuck Wallet
-
A) Try restart the wallet, if that does not work, try B.
popOff some blocks
-
find the /conf dir within your wallet
-
create a file named 'nxt.properties' (will 'overrule' the nxt.default.properties)
-
add the following line to 'nxt.properties'
nxt.enableDebugAPI=true
-
Re-/start your wallet and open: http://localhost:8125/test?requestTag=DEBUG
-
Click on 'popOff', insert maybe '10' in numBlocks and click 'submit'
-
Check if it is still stuck.
-
If still stuck, repeat from 5. an popOff more.
-
Turn off nxt.enableDebugAPI again.
-