Created
March 30, 2024 20:17
-
-
Save vincenzopalazzo/4d59fdd4d3a88f142152dd72f551d464 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ VincentSSD clightning --signet invoice 5000sat "lampo-test-7" "this is an invoice payed by lampo" | |
{ | |
"payment_hash": "5729b4345dbec9d14afa20e4368401a085788ed0d4448fa12f5ddc3875a83427", | |
"expires_at": 1712434584, | |
"bolt11": "lntbs50u1pnqsuccsp5jmzm2d28sfcmwrlxhd5lvhnmzmr739u227pey64fycu7t2atacfqpp52u5mgdzahmyazjh6yrjrdpqp5zzh3rks63zglgf0thwrsadgxsnsdp4w35xjueqd9ejqctwyp5kuan0d93k2grsv9uk2epqvfujqmrpd4cx7xqyjw5qcqp29qx3qysgqhw9w5c40ty5xatezwnjhqtc8s28ehy6ykgh9fhs0s43pdslygvd4uemd9u7vw0tyrle8j45p9gp9ax90e7usn3r0jn6w8mnq9v5wwrcpkw9avz", | |
"payment_secret": "96c5b535478271b70fe6bb69f65e7b16c7e8978a5783926aa92639e5ababee12", | |
"created_index": 11, | |
"warning_deadends": "Insufficient incoming capacity, once dead-end peers were excluded" | |
} | |
➜ VincentSSD lampo-cli --network signet pay --invoice_str lntbs50u1pnqsuccsp5jmzm2d28sfcmwrlxhd5lvhnmzmr739u227pey64fycu7t2atacfqpp52u5mgdzahmyazjh6yrjrdpqp5zzh3rks63zglgf0thwrsadgxsnsdp4w35xjueqd9ejqctwyp5kuan0d93k2grsv9uk2epqvfujqmrpd4cx7xqyjw5qcqp29qx3qysgqhw9w5c40ty5xatezwnjhqtc8s28ehy6ykgh9fhs0s43pdslygvd4uemd9u7vw0tyrle8j45p9gp9ax90e7usn3r0jn6w8mnq9v5wwrcpkw9avz | |
{ | |
"path": [ | |
{ | |
"node_id": "026b92e6cc3e0f24b42494672ecf65f3d147b9deb95186bf024da7a7745008ee75", | |
"short_channel_id": 192540978698518529, | |
"hop_fee_msat": 5000000, | |
"cltv_expiry_delta": 16, | |
"private_hop": true | |
} | |
], | |
"payment_hash": "5729b4345dbec9d14afa20e4368401a085788ed0d4448fa12f5ddc3875a83427", | |
"state": "Success" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment