Daniel McNally

Results 97 comments of Daniel McNally

I came across this bug myself and decided to fix it. I have a fix working locally and I'll try and put it into a pull request soon after testing...

I could certainly bind to 0.0.0.0, but that's not always going to be an adequate solution for others. It's definitely possible to listen on multiple interfaces - bitcoind has the...

A comma separated list on the command line seems fine to me, or if it's too much trouble it would also be OK if specifying multiple listening interfaces is only...

When I try running this on testnet, it gets stuck on: ``` 2021-12-07T15:26:36.578Z INFO plugin-clboss: ChannelFinderByPopularity: Not enough nodes with >0 channels in routemap (only 309, need 800), will try...

Making the node count minimum configurable would be good I think. I could even imagine wanting to make this limit much smaller for private regtest networks or something. I actually...

Is this PR still active? If the conflicts can be resolved I'd be happy to review & test locally.

I haven't looked into the code but I tried testing this manually. I confirmed that if I do `GetTransactions` with a certain start height, I get back a list of...

> I don't think this is a good idea. gRPC is a variant of HTTP/2 that only works through normal HTTP/2 infrastructure (e.g. reverse proxies, load balancers) because its content...

Sorry this fell off my radar, I'll take a shot at it in the next day or two. If not I'll let you know. I appreciate it.

I've been running the latest code for a little while now and just stress tested it a bit by pulling up an address with a lot of transactions and the...