bitcoin-terminal-dashboard

Crates.iobitcoin-terminal-dashboard
lib.rsbitcoin-terminal-dashboard
version0.1.7
sourcesrc
created_at2022-08-16 21:37:16.866287
updated_at2022-10-13 16:06:22.924073
descriptionA Bitcoin dashboard in the terminal
homepage
repository
max_upload_size
id647002
size865,314
Joe Gesualdo (joegesualdo)

documentation

README

Screenshot

☠️⚠️ Work In Progress ⚠️☠️

Bitcoin Terminal Dashboard

Bitcoin Dashboard in the Terminal

Screenshot

Install

Add package to Cargo.toml file

$ cargo install bitcoin-terminal-dashboard

Setup:

Must have these environment variable set for the terminal to work. Could go in your .zshrc or .bashrc:

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

Usage

 $ bitcoin-terminal-dashboard

Could optionally pass the environment variable to the script:

 BITCOIND_PASSWORD=... BITCOIND_USERNAME=...BITCOIND_URL=... bitcoin-terminal-dashboard

Related

License

MIT © Joe Gesualdo

Commit count: 0

cargo fmt