Roman Zeyde

Results 503 comments of Roman Zeyde

I'll be happy to help with reviewing `rust-bitcoincore-rpc` PRs - please let me know where can I help :)

> Also `electrsd` is a lagging a little bit behind usually and it also has the issue of lacking binary released "officially", at the moment I am building the binary...

I think that you are running https://github.com/mempool/electrs or https://github.com/Blockstream/electrs... not this repository.

IIUC you can use the following endpoint: https://mempool.space/api/address/1PuJjnF476W3zXfVYmJfGnouzFDAXakkL4/utxo https://blockstream.info/api/address/1PuJjnF476W3zXfVYmJfGnouzFDAXakkL4/utxo

Good catch, thanks! Could you please open a PR to remove the unused flags?

Good idea - thanks for reporting the issue and suggesting a solution :)

Should be resolved by https://github.com/romanz/electrs/pull/1091.

It seems like an issue with `hid` Python module: ``` 0 CoreFoundation 0x1855ac874 __CFCheckCFInfoPACSignature + 44 1 CoreFoundation 0x1854b1350 CFRunLoopAddSource + 136 2 IOKit 0x188bf87a0 IOHIDDeviceScheduleWithRunLoop + 92 3 IOKit...

Please make sure `bitcoind` is running and that it has written its cookie to `/var/run/bitcoin-mainnet/cookie`. The path is usually logged when `bitcoind` is started: ``` 2024-10-15T14:19:57.329325Z Using random cookie authentication....