☠️⚠️ Work In Progress ⚠️☠️
Bitcoin Dashboard in the Terminal
This library provides helpful functions to query common information about the bitcoin network.
Add package to Cargo.toml file
bash $ cargo install bitcoin-terminal-dashboard
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
bash
$ bitcoin-terminal-dashboard
Could optionally pass the environment variable to the script:
BITCOIND_PASSWORD=... BITCOIND_USERNAME=...BITCOIND_URL=... bitcoin-terminal-dashboard
MIT © Joe Gesualdo