Skip to content
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ This is advanced option for experienced users, but give you the easiest way for
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.
6. cd ..
7. sudo python setup.py develop # This will install required dependencies (namely Twisted and Stratum libraries), but don't install the package into the system.
8. 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.
9. If you want to connect to another pool or change other proxy settings, type "./mining_proxy.py --help".
10. If you want to update the proxy, type "git pull" in the package directory.

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