Commit Graph

6 Commits

Author SHA1 Message Date
Johann Bauer
f3bffb5bb2 Minimize default config file (#147)
The current config file has a few issues:

 - It suggests that a syntax like `COIN = Bitcoin # comment` would do something else than setting `COIN` to `Bitcoin # comment`
 - It doesn't contain all settings
 - It contains some settings that are not used (e.g. `ELECTRUMX`)

To minimize maintainment overhead, I suggest to keep the default config file small and link to the appropriate documentation that should  be up to date.
2017-03-14 07:42:08 +09:00
Neil Booth
c958b3af49 Remove LMDB
Performance of history writes was very poor even with
the code rewritten to accommodate the environment concept
(see db_abstraction branch)
2017-01-16 22:03:45 +09:00
Neil Booth
dcc2c92bd6 Rename NETWORK envvar to NET
For consistency with lib/coins.py

SegWit testnet needs its own NET
2017-01-08 10:07:58 +09:00
Neil Booth
c9b4412df8 Update samples 2017-01-07 14:40:03 +09:00
Johann Bauer
337f351b6e Tweak systemd unit file settings
- Set the open file limit to 8192, which should hopefully be enough
- Set the timeout for process termination to 30 minutes. Systemd will send another SIGTERM after 30 minutes and then a SIGKILL after 60 minutes. That should be plenty of time for electrumx to cleanly finish whatever it's doing
2016-12-08 15:12:18 +01:00
cluelessperson
84faf6cc8d Reorganization of init systems files, adding systemd sample config 2016-11-20 08:51:27 -06:00