Will Clark

Results 125 comments of Will Clark

> Have you considered using bitcoind's [`merkleblock` SPV proof format](https://developer.bitcoin.org/reference/p2p_networking.html#merkleblock)? If you're expecting Clients to have multiple transactions per block, it will be more compact because is can encode them...

> Why not just sign the replies and verify signatures? Then the whole merkle proof could be dropped. Sorry, I am not sure I follow what you mean here @Kixunil,...

I would second this feature, as I have to do the same procedure :)

I think being opportunistic here is the key. Not all nodes offering liquidty via dual-funding will be CLBOSS-managed nodes, although I appreciate now that it would not make sense to...

> Could somebody of you fork this script to make it executable even without having Docker installed? I didn't try the script, but just looks like to me you'd change...

Oh well you'll need to set the BASEDIR directory variable properly. Perhaps @openoms can help with what it should be for the blitz

Hey @gdassori I'd be curious to see your changes! I did have a go at making this work myself, including changing the call to invoice (to `ln.call`) so that it...

OK well with this hack I was able to make it work with core-ln, although I suspect some other implementations won't be too happy with the changes... The missing piece...

> The first commit looks ok (modulo the nits below). I am not sure about the second one - i2pd was [tested](https://github.com/bitcoin/bitcoin/pull/20685#pullrequestreview-601031442) and it worked with 2.35. Was it broken...

* Dropped the i2pd version recommendation for now, as it seems like this could be a system issue on my side. * Integrated spelling nits and added paragraph on where...