craigraw
craigraw
On the P2P branch: Testnet is experiencing one of it's occasional "rapid blocks" periods, where new blocks are being mined very quickly. After an indefinite amount of time where Electrs...
When building the initial index using Fulcrum on a RPi (connected to a 1Tb SSD), my expectation was that the process would be entirely CPU bound parsing blocks. This is...
The configuration parameter `--bitcoind_timeout` was added in 5f92c47, which configures the connect, read and write timeouts on socket connections to Core RPC. However, one does not typically want the same...
Although I expect this will require some of the dependencies to be updated first, I would like to start by adding this issue to request support for Taproot (P2TR) wallets....
The `SystemModulesPlugin` used by `jlink` builds two class files, `SystemModules$all.class` and `SystemModules$default.class`. These class files encode and build the modules for the application. The `build` method takes an `int` as...
When HWI experiences a crash (which can happen for example when Ledger Live is also running), pyinstaller fails to delete the temporary directory it creates when expanding `hwi` into a...
Unchained Capital uses two unusual derivation paths when creating their standard P2SH 2-of-3 multisig wallets: `m/45'/0/0/0` and `m/45'/0'/0'/0`. These derivation paths cause HWI to return an error when attempting to...
Although I haven't encountered the issue myself, I am getting regular reports (3 in the last week) that the `installudevrules` command is failing. See one example here: https://github.com/sparrowwallet/sparrow/issues/330 The output...
OS Catalina has introduced stricter security on running binaries, which has dramatically affected the performance of the hwi binaries. Because of the way the binaries are packaged, the full security...
It is legal to call the Bitcoin Core JSON-RPC interface with named parameters, and in fact there are several examples of doing so in the API help. However, all named...