A wrapper around bitcoin-cli
commands for use from emacs.
Not in any kind of package manager yet.
In your `.emacs. file
(load "path/to/bitcoin.el")
(setq btc-network "testnet")
;; can also change network with command below
btc-balance
prints and copies to kill ring the current balance of the walletbtc-address
prints and copies an address from the walletbtc-send
prompts for an address and amount (in satoshis), sends to address, copies transaction id to kill ring
btc-network
print the current network (test or main)btc-mainnet
set network to mainbtc-testnet
set network to testnet