X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=README.leveldb;fp=README.leveldb;h=a06d5a8031c90923123c9092818cdedf81771405;hp=249350b962aaa2adedb80c8595a7a63d72367cfb;hb=9dc7d29da08206a6a576714770431e0fc895d356;hpb=78307d0aa520bbac533e70d6ea6c3e98b011cd8e 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