Skip to content

Instantly share code, notes, and snippets.

@celeduc
Created May 19, 2011 02:16
Show Gist options
  • Save celeduc/980042 to your computer and use it in GitHub Desktop.
Save celeduc/980042 to your computer and use it in GitHub Desktop.
Bitcoin setup for Ubuntu 10.10 / 11.04
#!/bin/bash
sudo apt-get install python-pyopencl subversion
wget http://iweb.dl.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.3.21/bitcoin-0.3.21-linux.tar.gz
tar xvf bitcoin-0.3.21-linux.tar.gz
svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc
cd python-jsonrpc/
sudo python setup.py install
cd ..
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/BitcoinMiner.cl
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/BitcoinMiner.py
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/poclbm.py
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/sha256.py
#~/bitcoin-0.3.19/bin/64/bitcoin -server&
#python poclbm.py -d 0 --user un --pass pw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment