Registry / networking / bitcoin-node

bitcoin-node

JSON →
library0.1.16-alpha.0rscratesunverified

A node representing a peer in the Bitcoin network.

# Cargo.toml [dependencies] bitcoin-node = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-NODE
B
bitcoin-node
networkingrustv0.1.16-alpha.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.

Node
use bitcoin_node::Node;

Create and start a Bitcoin network node.

use bitcoin_node::Node; fn main() { let node = Node::new(); node.start(); }
Debug
Known issues
breakingAlpha version; API may change without notice.
fix
Pin to a specific version and monitor updates.
affects: >=0.1.0 <1.0.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
bitcoin-node — cargo add bitcoin-node · libregistry