Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- To Install:
- 1) Add your ssh key to github according to these instructions here:
- https://help.github.com/articles/generating-ssh-keys/
- 2) Install dependencies:
- 2a) Use your OS' package manager & install python 3 with this command:
- sudo aptitude -y update && sudo aptitude install -y python3-all-dev
- 2b) Clone the 'jgarzik/pythonbitcoinrpc' git repository into a dir in your home dir, using this command:
- git clone [email protected]:jgarzik/python-bitcoinrpc.git
- 2b1) change to the newly created directory with the following command:
- cd python-bitcoinrpc
- 2b2) Install pythonbitcoinrpc using the following command:
- python setup.py install
- 2c) Clone the 'python-base58' git repository into a dir in your home dir, using this command:
- git clone https://gitlab.com/bitcoin/python-base58.git
- 2c1) Install python-base58 using the following command:
- python base58.py install
- 3) Clone the eloipool git repository locally somewhere in your home directory with this command:
- git clone [email protected]:luke-jr/eloipool.git
- 3a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement