Super Testnet's avatar
Super Testnet 8 months ago
> Multi path payments is optional for every wallet I've tried that even has it available Which wallets have you tried? It's built into LND and turned on by default. So any wallets based on LND should just do it. E.g. most custodial wallets as well as most nodes-in-a-box (Umbrel, Start9, etc.), plus many mobile phones like Breez, Zeus, Blixt, Bitkit, and ShockWallet. Multipath payments are also turned on in electrum by default and I suspect they are turned on in the other implementations by default too image

Replies (1)

Super Testnet's avatar
Super Testnet 8 months ago
I checked the Core Lightning github and multipath payments are "on" by default there too. See, for example, this issue: It involved an error report where a user encountered this entry too many times in their error logs: "Detected large payment, splitting into 100 sub-payments" I checked the Eclair github too and multipath payments are "on" by default whenever trampoline routing is used (which is the case in Phoenix, which always uses Acinq as a trampoline node)