Advertisement
NginUS

eloipool install inst

Sep 26th, 2015
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. To Install:
  2.  
  3.  
  4. 1) Add your ssh key to github according to these instructions here:
  5. https://help.github.com/articles/generating-ssh-keys/
  6.  
  7. 2) Install dependencies:
  8.  
  9. 2a) Use your OS' package manager & install python 3 with this command:
  10. sudo aptitude -y update && sudo aptitude install -y python3-all-dev
  11.  
  12. 2b) Clone the 'jgarzik/pythonbitcoinrpc' git repository into a dir in your home dir, using this command:
  13. git clone [email protected]:jgarzik/python-bitcoinrpc.git
  14.  
  15. 2b1) change to the newly created directory with the following command:
  16. cd python-bitcoinrpc
  17.  
  18. 2b2) Install pythonbitcoinrpc using the following command:
  19. python setup.py install
  20.  
  21. 2c) Clone the 'python-base58' git repository into a dir in your home dir, using this command:
  22. git clone https://gitlab.com/bitcoin/python-base58.git
  23.  
  24. 2c1) Install python-base58 using the following command:
  25. python base58.py install
  26.  
  27. 3) Clone the eloipool git repository locally somewhere in your home directory with this command:
  28. git clone [email protected]:luke-jr/eloipool.git
  29.  
  30. 3a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement