You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"WARNING: Be aware that loosing your l402.token file in .loop under your home directory will take your ability to spend funds sent to the static address via loop-ins or withdrawals. You will have to wait until the deposit expires and your loop client sweeps the funds back to your lnd wallet. The deposit expiry could be months in the future.\n",
45
+
"WARNING: Be aware that losing your l402.token file in .loop under your home directory will take your ability to spend funds sent to the static address via loop-ins or withdrawals. You will have to wait until the deposit expires and your loop client sweeps the funds back to your lnd wallet. The deposit expiry could be months in the future.\n",
Copy file name to clipboardExpand all lines: docs/loop.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -419,6 +419,25 @@ The following flags are supported:
419
419
|`--i_know_what_i_am_doing`| Specify this flag if you made sure that you read and understood the following consequence of applying this command | bool |`false`|
420
420
|`--help` (`-h`) | show help | bool |`false`|
421
421
422
+
### `recover` command
423
+
424
+
restore static address and L402 state from a local backup file.
425
+
426
+
Restores the local static-address state and L402 token from an encrypted backup file. If --backup_file is omitted, loopd selects the latest decryptable active-network backup candidate and fully validates it before restoring state.
|`--backup_file="…"`| path to an encrypted backup file; if omitted, loopd selects and validates the latest active-network backup candidate | string |
439
+
|`--help` (`-h`) | show help | bool |`false`|
440
+
422
441
### `reservations` command (aliases: `r`)
423
442
424
443
manage reservations.
@@ -530,9 +549,9 @@ The following flags are supported:
530
549
531
550
### `static new` subcommand (aliases: `n`)
532
551
533
-
Create a new static loop in address.
552
+
Return the static loop in address.
534
553
535
-
Requests a new static loop in address from the server. Funds that are sent to this address will be locked by a 2:2 multisig between us and the loop server, or a timeout path that we can sweep once it opens up. The funds can either be cooperatively spent with a signature from the server or looped in.
554
+
Returns the current static loop in address. On a fresh installation loopd initializes the current static-address generation during startup. If the address is still missing, this call will create it on demand. Funds sent to the address will be locked by a 2:2 multisig between us and the loop server, or a timeout path that we can sweep once it opens up. The funds can either be cooperatively spent with a signature from the server or looped in.
0 commit comments