added desired pseudoshare target to user string, now ADDRESS[/SHARE_DIFF][+PSEUDOSHAR...
[p2pool.git] / README-Litecoin
index 31dfa28..d76b433 100644 (file)
@@ -6,7 +6,7 @@ Linux:
     sudo apt-get install python-twisted
     sudo apt-get install python-twisted-web
     sudo apt-get install python-argparse (if on Python 2.6 or older)
-    cd p2pool/litecoin
+    cd litecoin_scrypt
     sudo python setup.py install
 
 Windows:
@@ -16,7 +16,7 @@ Windows:
     Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
         unzip the files into C:\Python27\Lib\site-packages
 
-    cd p2pool\litecoin
+    cd litecoin_scrypt
     C:\Python27\python.exe setup.py build --compile=mingw32 install
 
     If you run into an error with unrecognized command line option '-mno-cygwin', see this: