Jonas Schnelli

Results 59 comments of Jonas Schnelli

utACK e1d42f9f437681342d872b03b67d953fe7da711d

This application is capable of crawling the bitcoin network (testnet or main net) and send the fetched addresses via a DNS request. You can modify the software that it only...

Not out of the box... it would require a split between the crawler and DNS server... non trivial work.

Agree that the seeder (maybe true for every CLI app) should not start when printing the help screen.

This is an experiment right now. It's unclear where it will lead to. I personally see this as an architectural improvement. It makes little sense to have all sorts of...

@ChristopherA: There is a pull request that can do that (even for pruned peers): https://github.com/bitcoin/bitcoin/pull/12196 It scans the utxo set based on addresses (eventually deriven from keys or xpubs). A...

The default should probably be to compile with libusb. In our use case, we cross compile static binaries with hidraw and don't need the libusb part. During full static cross...

I'm using 0.8.0-rc1. Maybe it was fixed with https://github.com/signal11/hidapi/commit/54eb31dc16dcc67d0b689ed947bc53a038608c0e which is not in 0.8.0-rc1. What about doing a 0.8.0 release (current master)?

It seems to be a difference between `hid-libusb` and `hid-hidraw` (at least on linux).