> sudo chmod a+wx utxo.sh
> sudo chmod a+wx address.sh
> sudo chmod a+wx balance.sh
>./balance 1myaddress
| #!/usr/bin/env bash | |
| ./utxo 'addr('$1')' |
| #!/usr/bin/env bash | |
| ./address $1 | jq -r '.total_amount' |
| #!/usr/bin/env bash | |
| bitcoin-cli scantxoutset start '["'"$1"'"]' |