I am excited by discovering paths from senders whose node you do not run to potential receivers. In response to https://api.lightning.neighborhood/?python#queryroutes , you are able to do that by specifying the parameter source_pub_key
to be any public key you would like and never simply yours. In actuality, this doesn’t work because the querryroutes
command doesn’t help 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 price allowed in satoshis when sending the fee
fee_limit_percent worth: share of the fee’s quantity used as the utmost price 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 possibilities
Does anybody know if there was a chance of including source_pub_key
and it was eliminated or it by no means existed within the first place? Extra importantly, is there a option 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
.