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
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
@@ -418,6 +418,25 @@ The following flags are supported:
418
418
|`--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`|
419
419
|`--help` (`-h`) | show help | bool |`false`|
420
420
421
+
### `recover` command
422
+
423
+
restore static address and L402 state from a local backup file.
424
+
425
+
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 |
438
+
|`--help` (`-h`) | show help | bool |`false`|
439
+
421
440
### `reservations` command (aliases: `r`)
422
441
423
442
manage reservations.
@@ -529,9 +548,9 @@ The following flags are supported:
529
548
530
549
### `static new` subcommand (aliases: `n`)
531
550
532
-
Create a new static loop in address.
551
+
Return the static loop in address.
533
552
534
-
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.
553
+
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