i would like to ask for advice.
My Bitcoin node wallet does not change balance after i sent sats out.
Transaction was normally confirmed and whole amount well received on destination adress.
However no reduction of balance happened on node wallet…
I am also stuck to sent out more funds with message:
“Unable to send coins, bad-txns-inputs-missingorspent”
Any idea why this happend and how to fix this shit?
Open a terminal window on your computer. On macOS, you can open the Terminal app that’s installed by default on every Mac. On Windows, you can open Command Prompt or the PowerShell app.
Type in the following command ssh -t umbrel@umbrel.local and press the Enter key
Run the command sed -i "s/\[Application Options\]/\[Application Options\]\nreset-wallet-transactions=true/g;" ~/umbrel/app-data/lightning/data/lnd/lnd.conf
Restart your Lightning Node app from the “Advanced Settings" menu in the Lightning Node app by clicking the “Save and restart” button.
Wait for the rescanning process to complete.
Once complete, run the following command to ensure that the lengthy rescanning process does not occur again on subsequent restarts.
sed -i "s/reset-wallet-transactions=true//g;" ~/umbrel/app-data/lightning/data/lnd/lnd.conf
Restart your Lightning Node app from the “Advanced Settings” menu in the Lightning Node app by clicking the “Save and restart” button.