# Funds Stuck on Umbrel

**URL:** https://community.umbrel.com/t/funds-stuck-on-umbrel/11839
**Category:** Support and Troubleshooting
**Created:** [March 16, 2023, 9:28pm UTC](https://community.umbrel.com/t/funds-stuck-on-umbrel/11839 "2023-03-16T21:28:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![M0FL0](https://avatars.discourse-cdn.com/v4/letter/m/d78d45/32.png) [@M0FL0](https://community.umbrel.com/u/M0FL0)
#### Post date: [March 16, 2023, 9:28pm UTC](https://community.umbrel.com/t/funds-stuck-on-umbrel/11839/1 "2023-03-16T21:28:37Z")

</div>

**When trying to withdraw BTC from umbrel I keep getting this error…**

_Unable to send coins, unable to broadcast sweep transaction: transaction rejected: output already spent_  
_CONFIRM WITHDRAWAL_

The transaction list is not the same between my wallet on Umbrel and BlueWallet so balances are different. Umbrel says sync is complete for chain and Electrum. Any suggestions?

---

<div class="post-metadata">

### Author: ![usernameisJim](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/usernameisjim/32/3309_2.png) [@usernameisJim](https://community.umbrel.com/u/usernameisJim)
#### Post date: [March 18, 2023, 5:45am UTC](https://community.umbrel.com/t/funds-stuck-on-umbrel/11839/2 "2023-03-18T05:45:18Z")

</div>

Hmm, are you sending from Lightning Node app onchain (as opposed sending Lightning/offchain) to BlueWallet or somewhere else? Did you restore the same seed on BlueWallet already to confirm?

Let me know any other details you feel comfortable sharing and can try to further troubleshoot, feel free to share a screenshot as well.

---

<div class="post-metadata">

### Author: ![M0FL0](https://avatars.discourse-cdn.com/v4/letter/m/d78d45/32.png) [@M0FL0](https://community.umbrel.com/u/M0FL0)
#### Post date: [March 18, 2023, 6:56pm UTC](https://community.umbrel.com/t/funds-stuck-on-umbrel/11839/3 "2023-03-18T18:56:14Z")

</div>

So I was able to access my funds. I had to consolidate my UTXO’s from my Umbrel. For some reason, when I import the seed phrase into a compatible wallet, it doesn’t sync all transactions? Any idea why that would be out of sync now?

Here is the SSH command I used to consolidate my UTXO’s…Umbrel changed the location of the lnd.conf file since V0.5 so this has the updated location

`sed -i "s/\[Application Options\]/\[Application Options\]\nreset-wallet-transactions=true/g;" ~/umbrel/app-data/lightning/data/lnd/lnd.conf && sudo reboot`
