X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=README.leveldb;h=0b5437b76c3b69100653335a6d68070e624f74f1;hb=a71f02d33aceec0b70bb365c7d89663a55c47f0a;hp=249350b962aaa2adedb80c8595a7a63d72367cfb;hpb=f0e95a1211511d197c21a15d8a25cc1f63b4bcc9;p=electrum-server.git diff --git a/README.leveldb b/README.leveldb index 249350b..0b5437b 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 @@ -21,6 +22,12 @@ __________________________________________________________ sudo apt-get install python-leveldb +alternatively build yourself, see +http://code.google.com/p/py-leveldb/ +and +http://peter-hoffmann.com/2011/installation-leveldb-ubuntu-python.html +make sure you have libtool, automake and pkg-config + __________________________________________________________ 3. edit /etc/electrum.conf : @@ -38,7 +45,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