Crates.io | bitcoin-terminal-dashboard |
lib.rs | bitcoin-terminal-dashboard |
version | 0.1.7 |
source | src |
created_at | 2022-08-16 21:37:16.866287 |
updated_at | 2022-10-13 16:06:22.924073 |
description | A Bitcoin dashboard in the terminal |
homepage | |
repository | |
max_upload_size | |
id | 647002 |
size | 865,314 |
☠️⚠️ Work In Progress ⚠️☠️
Bitcoin Dashboard in the Terminal
Add package to Cargo.toml file
$ 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"
$ bitcoin-terminal-dashboard
Could optionally pass the environment variable to the script:
BITCOIND_PASSWORD=... BITCOIND_USERNAME=...BITCOIND_URL=... bitcoin-terminal-dashboard
MIT © Joe Gesualdo