Created
December 4, 2013 03:22
-
-
Save BlinkyStitt/7781832 to your computer and use it in GitHub Desktop.
libbitcoin/obelisk/sx on OS X Mavericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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