X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=README.leveldb;fp=README.leveldb;h=a539b76a8bdcc194b9329ba21d16f75b405e3b7a;hp=4aa5f18114d7e73a2f235b2f944583ad9faef70b;hb=2fd0a9bfa81a22f2789f518d1e3e9d3767ad0d7a;hpb=d0439647dfc60efce32e0a13b0ec02428ba412cf diff --git a/README.leveldb b/README.leveldb index 4aa5f18..a539b76 100644 --- a/README.leveldb +++ b/README.leveldb @@ -8,18 +8,9 @@ As of November 2013 all public servers operate this way. Please see HOWTO.md for more detailled information. The following is a short outline: __________________________________________________________ -1. Run bitcoind. - -Install version 0.8.5 or higher. -There is no need to patch bitcoind anymore. -You need to run it with the config option txindex=1 . -If you have not previously done so, you may need to reindex the bitcoind blockchain - -Note: Even though Electrum's database uses pruning, you cannot use it -with a ultra-pruning bitcoind (forthcoming in 0.9 or later). -A full bitcoin node is required in order to know for each address -if it has been used. Pruning occurs only at the level of the Electrum database. +1. Run novacoind. +Install version 0.4.4.6u4 or higher. __________________________________________________________ 2. Install python-leveldb: @@ -80,8 +71,8 @@ Other commands are available: ______________________ Troubleshooting: -* if your server or bitcoind is killed because is uses too much -memory, configure bitcoind to limit the number of connections +* if your server or novacoind is killed because is uses too much +memory, configure novacoind to limit the number of connections * if you see "Too many open files" errors, you may need to increase your user's File Descriptors limit. For this, see