X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=HOWTO.md;h=6f3dae3a547f10d2ee5e3a7594a7c7d3c5601b93;hb=332aa27525100a61b68e9488341dd25277716c82;hp=7e88f973a3dcfd04ad75cc9358b353f659193b8f;hpb=307de092f23443631fc10dc0443fc5c56dda643d;p=electrum-server.git diff --git a/HOWTO.md b/HOWTO.md index 7e88f97..6f3dae3 100644 --- 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 @@ -98,11 +98,11 @@ In order for the latest versions of Electrum to work properly we will need to us bitcoind 0.8.1 stable or higher. It can be downloaded from github and it needs to be patched with an electrum specific patch. - $ cd src && wget https://github.com/bitcoin/bitcoin/archive/v0.8.1.tar.gz - $ tar xfz v0.8.1.tar.gz - $ cd bitcoin-0.8.1 + $ cd ~/src && wget http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.1/bitcoin-0.8.1-linux.tar.gz + $ 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 + $ make USE_UPNP= -f makefile.unix ### Step 4. Configure and start bitcoind @@ -210,7 +210,7 @@ without. The magic moment has come: you can now start your Electrum server: - $ server + $ electrum-server You should see this on the screen: