From: ThomasV Date: Wed, 21 Nov 2012 13:54:47 +0000 (+0400) Subject: fix typo, add 1 phrase. X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=9dc7d29da08206a6a576714770431e0fc895d356 fix typo, add 1 phrase. --- diff --git a/README.leveldb b/README.leveldb index 249350b..a06d5a8 100644 --- a/README.leveldb +++ b/README.leveldb @@ -9,6 +9,7 @@ __________________________________________________________ 1. patch and compile bitcoind. Install version 0.8 or equivalent. +Patch it with the patch distributed with Electrum. Note: Even though Electrum's database uses pruning, you cannot use it with a pruning bitcoind. A full bitcoin node is required in order to @@ -38,7 +39,7 @@ ______________________________________________________________ In order to speed up the initial catch_up phase, it is recommended to locate your database in shared memory: - dbpath = /run/shm/electrum_db + path = /run/shm/electrum_db Once your server has finished catching up, copy your database to disk and update the path in /etc/electrum.conf