Verify lamassu-send-coins works with LNbits lightning source #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Verify that the
lamassu-send-coinscommand works correctly when using LNbits as the lightning source.Tasks
lamassu-send-coinswith LNbits configured as the lightning funding sourceContext
LNbits integration was added as a lightning funding source. Need to ensure the send-coins CLI tool properly handles lightning payments through LNbits.
Closing as part of
aiolabs/lamassu-serverarchival.Obsolete under the Nostr-native architecture.
lamassu-send-coinsCLI was for the legacy server-driven cash-in path. In our current stack, bitspire (the ATM,aiolabs/lamassu-next) directly creates invoices via lnbits'nostr-transportcreate_invoiceRPC — no CLI / server-side coin-sending machinery involved. Lightning settlement is end-to-end between the ATM and lnbits over the kind-21000 RPC channel.Disposition tracked in
aiolabs/satmachineadmin#40.