Registry / networking / bitcoin-sam

bitcoin-sam

JSON →
library0.1.16-alpha.0rscratesunverified

I2P SAM session for Bitcoin-related applications.

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

SamSession
use bitcoin_sam::SamSession;

Creates an I2P SAM session for anonymous communication.

use bitcoin_sam::SamSession; fn main() -> Result<(), Box<dyn std::error::Error>> { let session = SamSession::new("127.0.0.1:7656")?; println!("Session created: {:?}", session); Ok(()) }
Debug
Known issues
gotchaRequires an I2P router running with SAM enabled.
fix
Install and configure an I2P router (e.g., i2pd) with SAM API enabled.
affects: >=0.1.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Amazon
1
Resources
bitcoin-sam — cargo add bitcoin-sam · libregistry