It’s rad/mystical to me how Zeus allows for circular payments but lncli does not. I love it @ZEUS 😍

Replies (8)

Super Testnet's avatar
Super Testnet 7 months ago
I managed to do it once by using lnproxy.org as a middleman I created an invoice in lnd, wrapped it at lnproxy.org, and then paid the wrapped invoice in lnd It didn't know it was paying itself!
Haha! Cool! You actually can do it with lncli you just have to add some extra commands to design the route… which is why i like the Zeus way
In the lnd.conf add the option: allow-circular-route=true Then send yourself a payment with: lncli sendpayment --fee_limit <in sats> --timeout <in seconds> --allow_self_payment --amp --dest <your pubkey> --amt <in sats> --last_hop <remote-pubkey> --outgoing_chan_id <channel-id>