Registry / testing / bitcoind

bitcoind

JSON →
library0.39.0rscratesunverified

Utility to run a regtest bitcoind process for integration testing environments.

# Cargo.toml [dependencies] bitcoind = "0.39.0"
INSTALL
IMPORT
SIG · BITCOIND
B
bitcoind
testingrustv0.39.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bitcoind
use bitcoind::Bitcoind;

Start a regtest bitcoind instance.

use bitcoind::Bitcoind; let bitcoind = Bitcoind::new("/path/to/bitcoind").unwrap();
Debug
Known issues
gotchaRequires bitcoind binary to be installed and accessible.
fix
Install Bitcoin Core and ensure bitcoind is in PATH or provide explicit path.
affects: >=0.39.0
Upgrade
Version history
0.39.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
bitcoind — cargo add bitcoind · libregistry