Skip to content

Instantly share code, notes, and snippets.

@BlinkyStitt
Created December 4, 2013 03:22
Show Gist options
  • Save BlinkyStitt/7781832 to your computer and use it in GitHub Desktop.
Save BlinkyStitt/7781832 to your computer and use it in GitHub Desktop.
libbitcoin/obelisk/sx on OS X Mavericks
# I'm not sure any of this is right, but assuming you have a blockchain from bitcoin-qt or bitcoind...
$ brew tap homebrew/versions
$ brew tap WyseNynja/bitcoin
$ brew prune
$ brew install libbitcoin-tools sx
$ cd /usr/local/var
$ mkdir -p bitcoin/worker
$ cd bitcoin
$ tmux
# window 1
$ bitcoin-bootstrap blockchain ~/Library/Application\ Support/Bitcoin/blocks/blk00000.dat
# wait...
$ obworker
# window 2
$ obbalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment