Command-line interface to explore the Bitcoin ecosystem.
usage: tuxbit [-a ADDRESS [-t]] [-b HASH/HEIGHT] [-bl] [-d] [-f] [-h] [-tx TXID [-v]] [--version]
Command-line interface to explore the Bitcoin ecosystem.
--------------------------------------------------------------------------
https://gitlab.com/sinkibrant/tuxbit
optional arguments:
-a, --address HASH_ADDRESS Return information about a Bitcoin address
-t, --transactions Return the latest 50 transactions associated with the address
-b, --block HASH/HEIGHT Return information about a block using its hash or height
-bl, --block-latest Return information about the latest block
-d, --difficulty Return information about the network difficulty adjustment
-f, --fee Return the currently suggested transaction fees
-h, --help Show this help message and exit
-tx HASH_TRANSACTION Return simplified information about a transaction
-v, --verbose Return detailed information about the associated transaction
--version Show the version number and exit
Install the latest stable version here and follow these steps:
Navigate to the directory where the binary was installed and move it to /usr/local/bin/
sudo mv tuxbit /usr/local/bin/
Ensure the tuxbit binary can be executed
sudo chmod +x /usr/local/bin/tuxbit
Verify installation by running the binary with the help flag; if a message appears, it indicates success:
tuxbit -h
If you prefer to download manually and compile on your machine, follow these steps:
git clone https://gitlab.com/sinkibrant/tuxbit.git
- With Golang installed, navigate to the downloaded files and execute:
go build .
- Now that the binary is ready, follow the steps outlined in "Simple Installation" for configuration.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.