Ubuntu - setup bitcoin miner


SUBMITTED BY: Guest

DATE: Nov. 27, 2013, 11:18 p.m.

FORMAT: Bash

SIZE: 792 Bytes

HITS: 3058

  1. sudo apt-get install python-pyopencl subversion
  2. wget http://iweb.dl.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.3.20/bitcoin-0.3.20-linux.tar.gz
  3. tar xvf bitcoin-0.3.20-linux.tar.gz
  4. svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc
  5. cd python-jsonrpc/
  6. sudo python setup.py install
  7. cd ..
  8. mkdir .bitcoin
  9. echo "rpcuser=un" > .bitcoin/bitcoin.conf
  10. echo "rpcpassword=pw" >> .bitcoin/bitcoin.conf
  11. wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/BitcoinMiner.cl
  12. wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/BitcoinMiner.py
  13. wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/poclbm.py
  14. ~/bitcoin-0.3.19/bin/64/bitcoin -server&
  15. python poclbm.py -d 0 --user un --pass pw

comments powered by Disqus