7 releases
0.1.7 | Oct 13, 2022 |
---|---|
0.1.6 | Oct 10, 2022 |
0.1.5 | Aug 26, 2022 |
#45 in #dashboard
29 downloads per month
690KB
2.5K
SLoC
☠️⚠️ Work In Progress ⚠️☠️
Bitcoin Terminal Dashboard
Bitcoin Dashboard in the Terminal
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
- bitcoind-request - Type-safe wrapper around bitcoind RPC commands
- bitcoin-node-query - Query information about the bitcoin network
License
MIT © Joe Gesualdo
Dependencies
~15–32MB
~484K SLoC