Skip to content

micmarsh/bitcoin.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bitcoin For Emacs

A wrapper around bitcoin-cli commands for use from emacs.

Usage

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

Commands

Wallet

  • btc-balance prints and copies to kill ring the current balance of the wallet
  • btc-address prints and copies an address from the wallet
  • btc-send prompts for an address and amount (in satoshis), sends to address, copies transaction id to kill ring

Network

  • btc-network print the current network (test or main)
  • btc-mainnet set network to main
  • btc-testnet set network to testnet

About

[WIP] Simple Bitcoin Wallet Tools For Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published