Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Update README.md #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ Installation using Github
-------------------------
This is advanced option for experienced users, but give you the easiest way for updating the proxy.

1. git clone https://github.com/CryptoManiac/stratum-mining-proxy.git
2. cd stratum-mining-proxy
3. sudo apt-get install python-dev # Development package of Python are necessary
4. sudo python distribute_setup.py # This will upgrade setuptools package
5. cd litecoin_scrypt
sudo python setup.py install # Build and install LTC scrypt extension
cd ..
6. sudo python setup.py develop # This will install required dependencies (namely Twisted and Stratum libraries), but don't install the package into the system.
7. You can start the Stratum proxy by typing "./mining_proxy.py" in the terminal window. Using default settings, it connects to Itzod's mining pool.
Also you have ability to start Stratum/LTC proxy by typing "./mining-proxy.py -pa scrypt". Using default settings, it connects to LTCMine mining pool.
8. If you want to connect to another pool or change other proxy settings, type "./mining_proxy.py --help".
9. If you want to update the proxy, type "git pull" in the package directory.
```bash
git clone https://github.com/CryptoManiac/stratum-mining-proxy.git
cd stratum-mining-proxy
sudo apt-get install python-dev # Development package of Python are necessary
sudo python distribute_setup.py # This will upgrade setuptools package
cd litecoin_scrypt
sudo python setup.py install # Build and install LTC scrypt extension
cd ..
sudo python setup.py develop # This will install required dependencies (namely Twisted and Stratum libraries), but don't install the package into the system.
```

1. You can start the Stratum proxy by typing "./mining_proxy.py" in the terminal window. Using default settings, it connects to Itzod's mining pool.
2. Also you have ability to start Stratum/LTC proxy by typing "./mining-proxy.py -pa scrypt". Using default settings, it connects to LTCMine mining pool.
3. If you want to connect to another pool or change other proxy settings, type "./mining_proxy.py --help".
4. If you want to update the proxy, type "git pull" in the package directory.

Compiling midstate C extension
------------------------------
Expand Down