This .bashrc file was specifically designed for a raspberrypi runing a qtum node. It is a work in progress and more features will be added over time.
Make sure you are in your home directory and then run the following commands:
sudo apt-get update
yes | sudo apt-get install git jq
git clone https://github.com/tsmcalister/qtumpi-bashrc.git
- Edit line 113 of the .bashrc file to fit your qtum-cli location (default is ~/qtum-wallet/bin/qtum-cli)
cp qtumpi-bashrc/.bashrc .
source .bashrc