I am involved in discovering paths from senders whose node you do not run to potential receivers. In keeping 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 help some other parameters than:
OPTIONS:
dest worth: the 33-byte hex-encoded public key for the cost vacation spot
amt worth: the quantity to ship expressed in satoshis
fee_limit worth: most charge allowed in satoshis when sending the cost
fee_limit_percent worth: share of the cost’s quantity used as the utmost charge allowed when sending the cost
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 solution 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 slightly simply developing paths in keeping with the shortest paths algorithm of lnd
.