Rene Pickhardt
Rene Pickhardt
yes our current tool will not provide an arpa file since a good decoder is shipped. I would still leave this bug open (maybe move it to a different milestone)...
agree it might be relevant for your bachlorthesis though. Because your beam search - if you use it - will do something similar and saving disk space is especially in...
I agree but how would you want to resolve this issue?
sounds good to me. do we have at least a "standard config file" in the same directory where the binary is and a good error message saying ether "provide config...
right we don't do that yet but I want to leave the issue open as this is an issue (enhancement)
wouldn't it be a solution to extend charged api to have a `--network` argument. The solution with passing the path was what I explained to the person with the issue...
The problem was that the user used an old docker image in which the lightning node did not make a difference about which network was used as there were not...
sure! Though i am not completely shure how the API for for the Pay class would look like. But I guess I will be able to read the code and...
https://superuser.com/questions/1420001/is-it-possible-to-create-a-qr-code-using-text actually I think UTF-8 or ANSI would be nicer and probably work better. I guess we should not use that tool otherwise I would quickly create a wrapper for...
this method does not work! in the current form as it triggers this exception: ``` INFO plugin-paytest.py: File \"/home/rpickhardt/lnplugins/plugins/paytest/paytest.py\", line 245, in rejectpaytests INFO plugin-paytest.py: for secret in plugin.pending.keys(): INFO...