Rene Pickhardt
Rene Pickhardt
I imagine consumers loosing there cellphones, leaving their computer / wallet unprotected... at least for making payments there should be something like this (:
Some guy making a parody of my Lightning Network myth debunking video (in which I mentioned eclair as a wallet with a good user experience) actually talks about real user...
I think it would be really nice and useful if the amount in satoshi that a user types would be depicted in parentheses in mBTC in this way if the...
especially uncertain about line 240 because I don't know what actually happens on a protocol level if one tries to cancel an htlc that has already been canceled. would be...
which might be extended if payment channels are missing. It would be nice if you could double check that I did not mess up the check of global features and...
If `lightningd` users want to make AMP payments `lightningd` could use this plugin to compute the optimal split off the amount that helps to rebalance it's own channels in the...
This PR is a proof of concept implementation of `query_foaf_balances` and `reply_foaf_balances` Lightning messages currently with odd type 437 and 439 respectively. Read more about it [in the PR for...
In this stack exchange question https://bitcoin.stackexchange.com/questions/87488/why-is-my-lighting-node-not-routing-any-transaction/87490#87490 a lnd user assumed that the lnd autopilot would also automatically set the best routing fees. As I wanted to change the centrality measure...
you should look at this spec recommendation: https://github.com/w3c/payment-request/ to create a spec for Webln. this is hopefully to become a standard that browsers will speak at some point in time....
looking at the python API client I saw that the blocking functions are supposed to have an async keyword in order to return a future. c.f.: https://github.com/ElementsProject/lightning/blob/cf12130627599cb76ed64f26e5c7b81bc9dc99bb/contrib/pylightning/lightning/lightning.py#L89 However I could...