X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=HOWTO.md;h=2a837570d13bce8eb3c66298ea5e78511e0c6ec1;hp=ac0cd48d3701cea6f0b7f926cd2ae48db8aaa229;hb=7ff0c0c3850066a935e272f2ddd11422d0871042;hpb=3c336f83c39fe77ac4cb26f2efd3f2ec262cf0ad diff --git a/HOWTO.md b/HOWTO.md index ac0cd48..2a83757 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -97,11 +97,11 @@ our ~/bin directory: $ chmod +x ~/src/electrum/server/server.py $ ln -s ~/src/electrum/server/server.py ~/bin/electrum-server -### Step 3. Download Bitcoind +### Step 3. Download bitcoind Older versions of Electrum used to require a patched version of bitcoind. This is not the case anymore since bitcoind supports the 'txindex' option. -We currently recommend bitcoind 0.8.5 stable. +We currently recommend bitcoind 0.8.5 stable. ### Step 4. Configure and start bitcoind @@ -119,7 +119,13 @@ Write this in `bitcoin.conf`: daemon=1 txindex=1 -Restart `bitcoind`: + +If you have an existing installation of bitcoind and have not previously +set txindex=1 you need to reindex the blockchain by running + + $ bitcoind -reindex + +If you have a fresh copy of bitcoind start `bitcoind`: $ bitcoind