lightning community – Discovering paths NOT originating from you with lnd

0
75


I am enthusiastic about discovering paths from senders whose node you do not run to potential receivers. In accordance with https://api.lightning.group/?python#queryroutes , you are able to do that by specifying the parameter source_pub_key to be any public key you want and never simply yours. In actuality, this doesn’t work because the querryroutes command doesn’t assist every other parameters than:

OPTIONS:

dest worth: the 33-byte hex-encoded public key for the fee vacation spot

amt worth: the quantity to ship expressed in satoshis

fee_limit worth: most payment allowed in satoshis when sending the fee

fee_limit_percent worth: proportion of the fee’s quantity used as the utmost payment allowed when sending the fee

final_cltv_delta worth: variety of blocks the final hop has to disclose the preimage

use_mc: use mission management chances

Does anybody know if there was once a risk of including source_pub_key and it was eliminated or it by no means existed within the first place? Extra importantly, is there a strategy to assemble paths from a supply to a vacation spot, when you do not really run the node of the supply and you do not care about really forwarding funds and packets however fairly simply establishing paths based on the shortest paths algorithm of lnd.

LEAVE A REPLY

Please enter your comment!
Please enter your name here