pull down to refresh
12 sats \ 8 replies \ @k00b 18 Nov \ on: Issues with commenting & 1sat payments - self hosted AlbyHub meta
Hm given they aren’t showing on your lightning node, I wonder if Alby Hub is enforcing some minimum
reply
I am opening a direct channel to stacker news to see if this will mitigate. I'm seeing "no route" errors in alby:
2024-11-18T14:18:04-07:00 {"app_id":4,"bolt11":"lnbc10n1pnnhtctpp5frtldan6apvdn6ywu2y7nps2lqsn6rfuef785tqs563hn7s0uycqdpg2d8r5gr6v9czqvfqwdshgueqw3hjqgehxuenzdf3cqzzsxqzjcsp5wyalknd26nchkdq0ksl0em56uk5hhw6t0nle34t0nmdpxjrp4j2s9qxpqysgqqf8jlugmgkumygw4vu30xmanglxzxawtyzfs7w60muppu7ewaxt9lpvxz4h6cg7esly4u38rajtlls4nns46gxe73eq40ftvntfwl8sqw4mdnw","level":"info","msg":"Sending payment","request_event_id":1822,"time":"2024-11-18T21:18:04Z"} 2024-11-18T14:18:04-07:00 {"level":"info","msg":"Received payment failed notification","payment":{"payment_hash":"48d7f6f67ae858d9e88ee289e9860af8213d0d3cca7c7a2c10a6a379fa0fe130","value":1,"creation_date":1731964684,"payment_preimage":"0000000000000000000000000000000000000000000000000000000000000000","value_sat":1,"value_msat":1000,"payment_request":"lnbc10n1pnnhtctpp5frtldan6apvdn6ywu2y7nps2lqsn6rfuef785tqs563hn7s0uycqdpg2d8r5gr6v9czqvfqwdshgueqw3hjqgehxuenzdf3cqzzsxqzjcsp5wyalknd26nchkdq0ksl0em56uk5hhw6t0nle34t0nmdpxjrp4j2s9qxpqysgqqf8jlugmgkumygw4vu30xmanglxzxawtyzfs7w60muppu7ewaxt9lpvxz4h6cg7esly4u38rajtlls4nns46gxe73eq40ftvntfwl8sqw4mdnw","status":3,"creation_time_ns":1731964684062362536,"payment_index":37355,"failure_reason":2},"time":"2024-11-18T21:18:04Z"} 2024-11-18T14:18:04-07:00 {"level":"info","msg":"Marked transaction as failed","payment_hash":"48d7f6f67ae858d9e88ee289e9860af8213d0d3cca7c7a2c10a6a379fa0fe130","time":"2024-11-18T21:18:04Z"} 2024-11-18T14:18:04-07:00 {"bolt11":"lnbc10n1pnnhtctpp5frtldan6apvdn6ywu2y7nps2lqsn6rfuef785tqs563hn7s0uycqdpg2d8r5gr6v9czqvfqwdshgueqw3hjqgehxuenzdf3cqzzsxqzjcsp5wyalknd26nchkdq0ksl0em56uk5hhw6t0nle34t0nmdpxjrp4j2s9qxpqysgqqf8jlugmgkumygw4vu30xmanglxzxawtyzfs7w60muppu7ewaxt9lpvxz4h6cg7esly4u38rajtlls4nns46gxe73eq40ftvntfwl8sqw4mdnw","error":"no_route","level":"error","msg":"Failed to send payment","time":"2024-11-18T21:18:04Z"}
But those seem to be limited to the 1 sat HTLCs right now.
reply
I suspect you have a peer with a strict htlc forwarding config.
; The smallest HTLC we are willing to accept on our channels, in millisatoshi. ; bitcoin.minhtlc=1 ; The smallest HTLC we are willing to send out on our channels, in millisatoshi. ; bitcoin.minhtlcout=1000
Thanks for bringing our attention to this! It wasn't something we had considered.
reply
Ok, I added a channel directly to Stacker News. I also edited my LND config to change the send-out HTLC on my channels to 200 millisats.
Now this reply should work with zero sats on SN and all from my node.