Replies: 1 comment 2 replies
-
I wonder if its htlc is not set too low? My node is set to fee: 0/0 - htlc: 1/max
Merci :) |
Beta Was this translation helpful? Give feedback.
-
I wonder if its htlc is not set too low? My node is set to fee: 0/0 - htlc: 1/max
Merci :) |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to balance 2 channels (triangle ln.plus) but it doesn't work, here's what I tried:
lncli addinvoice --amt 10000
lncli buildroute --amt 10000 --hops 0240b2b1f91d742327ebd34ea1129985ec98f9c08f7ab9a884a77ff3472897242e,038fdaa84188212e7aec321d443c3206a3ea4e009aa41f37be194154b1be6726c1,0368083d4e4705f261e365cb29bb65299e7c62fe3953b3f4820efce5af89b737be | jq -r '(.route.hops[-1] | .mpp_record) |= {payment_addr:"16bebb92e90d7e7bb3449ec5017e40404d26879e526b6df8471ab43376c076dc", total_amt_msat: "10000000"}' | lncli sendtoroute --payment_hash=b76ebfba2ce01dd4870b79c8f952c5c01bd8e714b514dc06f1ac09cd32cb06ed -
Logs:
Earlier today, but also failed:
lncli buildroute --amt 10000 --hops 0240b2b1f91d742327ebd34ea1129985ec98f9c08f7ab9a884a77ff3472897242e,038fdaa84188212e7aec321d443c3206a3ea4e009aa41f37be194154b1be6726c1,0368083d4e4705f261e365cb29bb65299e7c62fe3953b3f4820efce5af89b737be | jq -r '(.route.hops[-1] | .mpp_record) |= {payment_addr:"42b4425c11166f45ab4b7522644d7ffe6c9ca6ed97aff302745a1716f8382cae", total_amt_msat: "10000000"}' | lncli sendtoroute --payment_hash=23144e2c4b1ef792e7d84d726b06123f43ba8fd3b1aa94654dd788c2e73560c2 -
I am well connected to these two nodes and the channels are active.
I did a sat send test with --keysend or --amp , it works fine.
I don't know why but since I use a hybrid tor/clearnet node I have a little more difficulty routing payments it seems, before with clearnet only, the routings were almost instantaneous, is this normal or did I misconfigured something?
I would like to point out that Tor works well, no errors.
Thanx.
Beta Was this translation helpful? Give feedback.
All reactions