Skip to content

Conversation

NTL00000
Copy link

@NTL00000 NTL00000 commented Jun 4, 2024

Added dumptxout rpc call.
This call encounters JsonRpc(Transport(SocketError(Os { code: 35, kind: WouldBlock, message: "Resource temporarily unavailable" }))) error if used on a default client connected to mainnet due to the time it takes to complete the process.
Simple workaround consists of creating the client through bitcoincore_rpc::jsonrpc::simple_http::Builder with an increased timeout parameter.
It must be noted that the aforementioned rpc error does not affect the process of creating the dump file by bitcoincore.

@NTL00000 NTL00000 closed this Jun 4, 2024
@NTL00000
Copy link
Author

NTL00000 commented Jun 4, 2024

This rpc call was added from version 26.0. Hence, not supported by the versions targeted by this crate.

@NTL00000 NTL00000 reopened this Jun 4, 2024
@luisschwab
Copy link

#365 fixes this timeout problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants