Fixed some things in the Bitcoind compile description
[electrum-server.git] / HOWTO.md
index 8231394..d39bb5c 100644 (file)
--- a/HOWTO.md
+++ b/HOWTO.md
@@ -90,7 +90,7 @@ our ~/bin directory:
     $ cd ~/src/electrum
     $ git clone https://github.com/spesmilo/electrum-server.git server
     $ chmod +x ~/src/electrum/server/server.py
-    $ ln -s ~/src/electrum/server/server.py ~/bin/electrum
+    $ ln -s ~/src/electrum/server/server.py ~/bin/electrum-server
 
 ### Step 3. Download Bitcoind stable from git & patch it
 
@@ -102,7 +102,9 @@ it needs to be patched with an electrum specific patch.
     $ tar xfz bitcoin-0.8.1-linux.tar.gz
     $ cd bitcoin-0.8.1-linux/src
     $ patch -p1 < ~/src/electrum/server/patch/patch
+    $ cd src
     $ make USE_UPNP= -f makefile.unix
+    $ ln -s ~/src/bitcoin-0.8.1-linux/src/src/bitcoind ~/bin/bitcoind
 
 ### Step 4. Configure and start bitcoind
 
@@ -210,7 +212,7 @@ without.
 
 The magic moment has come: you can now start your Electrum server:
 
-    $ server
+    $ electrum-server
 
 You should see this on the screen: