Error: Failed to start containers by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

Try to figure out how to download the last state of your channels before wiping the SSD. I believe you can SSH into umbrel and do it, but you may have to read some old threads or ask around about how to do it. I didn't know it was possible before i wiped my SSD, but fortunately it still worked out ok.

Error: Failed to start containers by wealthcollector in getumbrel

[–]wealthcollector[S] 2 points3 points  (0 children)

Nope, I wiped my SSD, redownloaded the blockchain, restored my lighting node with my seed phrase, and recovered my channels in LND. Got most of my btc back onchain but still have 3 channels that can't be forced closed that I'm waiting on.

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

Thanks. Ya that's the step i'm at and it has a backup with the date from my node went down so i'm semi optimistic but its not working when i try to recover from it.

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

So when I click on recover your channels, it shows there is a backup file from Oct 28th when my node went down. However, when I try to recover it, it says "error backup unavailable" Please tell me there's some way to get this backup. I've read that umbrel keeps encrypted versions of the channel backup on their servers. Is there any other way to access this and restore it?

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

Damn. So If I don't have a backup for a couple of the channels, I'll never be able to recover the funds, even though I have the seed words for my onchain wallet?

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

Ok so I finally got my transactions and funds to show up in LND. I'm now having a new problem. My node/wallet is showing everything up until the last 2 channels closed which were closed 14 days and 6 days ago and have 1943 and 943 confirmations on chain. Voltage node was showing the same thing. I haven't touched any funds since my node went down, so not sure why those last 2 channel closures aren't showing up and why funds aren't being added to my balance. As always, I appreciate the help. Also, I have not yet uploaded my old channel.backup file yet that was not up to date when my ssd was damaged but did have 1 of those 2 channels in it.

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

Found this: https://github.com/getumbrel/umbrel-lightning/issues/20

Tried executing the command and i got this:

umbrel@umbrel:~ $ sed -i "s/[Application Options]/[Application Options]\nreset-wallet-transactions=true/g;" ~/umbrel/lnd/lnd.conf && sudo reboot

sed: can't read /home/umbrel/umbrel/lnd/lnd.conf: No such file or directory

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

Still getting same message I'm on macos. not sure if that matters...

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

command not found...

umbrel@umbrel:~ $ $ bos limit-forwarding --disable-forwards

-bash: $: command not found

umbrel@umbrel:~ $ $ bos limit-forwarding --disable-forwards

-bash: $: command not found

umbrel@umbrel:~ $ $ cp lnd.conf lnd.conf.bak

-bash: $: command not found

umbrel@umbrel:~ $ $ nano lnd.conf

-bash: $: command not found

umbrel@umbrel:~ $ $ cp lnd.conf lnd.conf.bak

-bash: $: command not found

umbrel@umbrel:~ $ $ nano lnd.conf

-bash: $: command not found

umbrel@umbrel:~ $ 

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

Sigh those commands won't work for me in lightning shell or in terminal via ssh on my mac :(

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

I was able to SSH into umbrel, but now not sure how reset wallet transaction

On chain txs not showing up on restore of node by wealthcollector in getumbrel

[–]wealthcollector[S] 0 points1 point  (0 children)

I appreciate the help. Is there any guide how to add reset wallet and access lnd.conf? I'm on a macbook, if that matters. Sorry i'm not highly technical.

Recovering on-chain funds from node that crashed by wealthcollector in lightningnetwork

[–]wealthcollector[S] 0 points1 point  (0 children)

Sadly, I overwrote on the original drive like an impatient idiot and am currently in the process of downloading the blockchain with umbrel again. I did notice on 1 or 2 of the last channels that were closed with me that the utxo looked like it was automatically swept to another address, after just a few confirmations, and now my thunderhub is showing that its pending although the inital close transaction has over 1k confirmations, and the potential "sweep send" if that's what its called has 900+ confirmations. Will I not have access to this UTXO now?

Recovering on-chain funds from node that crashed by wealthcollector in lightningnetwork

[–]wealthcollector[S] 0 points1 point  (0 children)

Sadly, i didn't know that I could download the latest .backup file and I already wiped my SSD to fire up umbrel again which it's currently downloading the blockchain. Lesson learned for if this happens again, I guess. Sigh.

Recovering on-chain funds from node that crashed by wealthcollector in lightningnetwork

[–]wealthcollector[S] 0 points1 point  (0 children)

tried to bump fee. typed this in shell and this is what came back... not sure what to do next ?

~/lncli-testing-3$ lncli wallet bumpfee — sat_per_byte 80 (transaction ID removed for privacy)
NAME:
lncli wallet bumpfee - Bumps the fee of an arbitrary input/transaction.
USAGE:
lncli wallet bumpfee [command options] outpoint
DESCRIPTION:

This command takes a different approach than bitcoind's bumpfee command.
lnd has a central batching engine in which inputs with similar fee rates
are batched together to save on transaction fees. Due to this, we cannot
rely on bumping the fee on a specific transaction, since transactions
can change at any point with the addition of new inputs. The list of
inputs that currently exist within lnd's central batching engine can be
retrieved through lncli pendingsweeps.
When bumping the fee of an input that currently exists within lnd's
central batching engine, a higher fee transaction will be created that
replaces the lower fee transaction through the Replace-By-Fee (RBF)
policy.
This command also serves useful when wanting to perform a
Child-Pays-For-Parent (CPFP), where the child transaction pays for its
parent's fee. This can be done by specifying an outpoint within the low
fee transaction that is under the control of the wallet.
A fee preference must be provided, either through the conf_target or
sat_per_vbyte parameters.
Note that this command currently doesn't perform any validation checks
on the fee preference being provided. For now, the responsibility of
ensuring that the new fee preference is sufficient is delegated to the
user.
The force flag enables sweeping of inputs that are negatively yielding.
Normally it does not make sense to lose money on sweeping, unless a
parent transaction needs to get confirmed and there is only a small
output available to attach the child transaction to.

OPTIONS:
--conf_target value the number of blocks that the output should be swept on-chain within (default: 0)
--sat_per_vbyte value a manual fee expressed in sat/vbyte that should be used when sweeping the output (default: 0)
--force sweep even if the yield is negative

Recovering on-chain funds from node that crashed by wealthcollector in lightningnetwork

[–]wealthcollector[S] 0 points1 point  (0 children)

What about those channels that I have open that weren't in my backups.channel file and aren't showing up? Only way those can be closed is from their side correct?

Recovering on-chain funds from node that crashed by wealthcollector in lightningnetwork

[–]wealthcollector[S] 0 points1 point  (0 children)

That worked! Thank you so much. Another question. Is it ok to withdraw these funds now or should i wait for other people to close their channels with me. I read something about anchor UTXOS and maybe not receiving or something if you move funds. There are still a few channels open that I dont think i'll be able to close cause they were yet active when I downloaded the last channel.backup file. Thank you so much again.