Created
May 19, 2011 02:16
-
-
Save celeduc/980042 to your computer and use it in GitHub Desktop.
Bitcoin setup for Ubuntu 10.10 / 11.04
This file contains 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
#!/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