Update readme to github-flavored-markdown format
authorhardcpp <mail@hardcpp.net>
Tue, 23 Apr 2013 14:30:48 +0000 (16:30 +0200)
committerhardcpp <mail@hardcpp.net>
Tue, 23 Apr 2013 14:30:48 +0000 (16:30 +0200)
README.md

index e708635..021eeee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
+Global:
+=========================
 Requirements:
-=============
+-------------------------
 Generic:
        Bitcoin >=0.6.4
        Python
@@ -17,7 +19,7 @@ Windows:
                Unzip the files into C:\Python27\Lib\site-packages
 
 Running P2Pool:
-=============
+-------------------------
 To use P2Pool, you must be running your own local bitcoind. For standard
 configurations, using P2Pool should be as simple as:
 
@@ -32,34 +34,36 @@ router. Forward port 9333 to the host running P2Pool.
 Run "python run_p2pool.py --help" for additional options.
 
 Donations towards further development:
-=============
+-------------------------
 1HNeqi3pJRNvXybNX4FKzZgYJsdTSqJTbk
 
 Official wiki :
-=============
+-------------------------
 https://en.bitcoin.it/wiki/P2Pool      
        
 Notes for Litecoin:
-=============
+=========================
 Requirements:
-       In order to run P2Pool with the Litecoin network, you would need to build and install the
-       ltc_scrypt module that includes the scrypt proof of work code that Litecoin uses for hashes.
+-------------------------
+In order to run P2Pool with the Litecoin network, you would need to build and install the
+ltc_scrypt module that includes the scrypt proof of work code that Litecoin uses for hashes.
 
-       Linux:
-               cd litecoin_scrypt
-               sudo python setup.py install
+Linux:
+       cd litecoin_scrypt
+       sudo python setup.py install
 
-       Windows:
-               Install MinGW: http://www.mingw.org/wiki/Getting_Started
-               Install Python 2.7: http://www.python.org/getit/
+Windows:
+       Install MinGW: http://www.mingw.org/wiki/Getting_Started
+       Install Python 2.7: http://www.python.org/getit/
 
-               cd litecoin_scrypt
-               C:\Python27\python.exe setup.py build --compile=mingw32 install
+       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:
-                       http://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-o
+       If you run into an error with unrecognized command line option '-mno-cygwin', see this:
+               http://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-o
 
 Running P2Pool:
+-------------------------
        Run P2Pool with the "--net litecoin" option.
        Run your miner program, connecting to 127.0.0.1 on port 9327.
        Forward port 9338 to the host running P2Pool.