bitcoin-explore 0.1.7

Bitcoin Blockchain Explorer in the Terminal
bitcoin-explore-0.1.7 is not a library.

☠️⚠️ Work In Progress ⚠️☠️

Bitcoin Explore

Explore the Bitcoin Blockchain in the Terminal

Get information about a block or transaction, quickly and easily right from your terminal.

Screenshot

Install

Add package to Cargo.toml file

$ cargo install bitcoin-explore

Setup:

Must have these environment variable set for the terminal to work. Could go in your .zshrc, .bashrc, or set when running the script.

export BITCOIND_PASSWORD="..." 
export BITCOIND_USERNAME="..." 
export BITCOIND_URL="127.0.0.1:8332"

when running the script...

 BITCOIND_PASSWORD=... BITCOIND_USERNAME=...BITCOIND_URL=... bitcoin-explore 400000

Usage

 $ bitcoin-explore <blockhash|blockheight|txid>

Examples

get block at height 400,000

 $ bitcoin-explore 400000

get block with hash

 $ bitcoin-explore 00000000000000000008f1856244c2a991063b5f4a2d86a5f3935341ae508b8a

get transaction with hash

 $ bitcoin-explore 4a20c13b5fa0a867bcc2d99834f11bb0e36ea683cd4c7310b1f12c51ccf3ccca

Related

License

MIT © Joe Gesualdo