{"id":70634,"library":"bitcoin-remote","title":"Bitcoin Remote","description":"Low-level, Bitcoin Core–compatible JSON-RPC helper crate providing HTTP status mapping, RPC error codes, auth-cookie management, parameter-conversion tables, and UniValue-based request/reply utilities.","status":"active","version":"0.1.22","language":"rust","source_language":null,"source_url":"https://github.com/klebs6/bitcoin-rs","tags":["bitcoin","rpc","json-rpc","blockchain"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbitcoin-remote = \"0.1.22\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bitcoin-remote","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use bitcoin_remote::Client;"}],"quickstart":{"code":"use bitcoin_remote::Client;\n\nlet client = Client::new(\"http://localhost:8332\", \"user\", \"pass\").unwrap();\nlet block_count: u64 = client.call(\"getblockcount\", &[]).unwrap();","lang":"rust","description":"Connect to a Bitcoin Core node and call RPC methods."},"warnings":[{"fix":"Ensure bitcoind is running with server=1 and rpcuser/rpcpassword set.","message":"Requires a running Bitcoin Core instance with RPC enabled.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'auth':22 'auth-cooki':21 'base':32 'bitcoin':1,6,35 'blockchain':40 'code':20 'compat':8 'convers':27 'cooki':23 'core':7 'crate':13 'error':19 'helper':12 'http':15 'json':10,38 'json-rpc':9,37 'level':5 'low':4 'low-level':3 'manag':24 'map':17 'paramet':26 'parameter-convers':25 'provid':14 'remot':2 'request/reply':33 'rpc':11,18,36,39 'status':16 'tabl':28 'univalu':31 'univalue-bas':30 'util':34","created_at":"2026-06-17T18:17:18.468832+00:00","updated_at":"2026-06-17T18:17:18.468832+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/klebs6/bitcoin-rs","github":"https://github.com/klebs6/bitcoin-rs","docs":"https://docs.rs/bitcoin-remote/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}