electrum-personal-server

Maximally lightweight electrum server for a single user
git clone https://git.parazyd.org/electrum-personal-server
Log | Files | Refs | README

commit a01cbe5b6ca98be8d5a83e08c9d26eecf98b7e3d
parent a1ff27d4fcdc36889c88115fb3046a570a40777c
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date:   Sat, 23 Nov 2019 13:53:16 +0000

Add README note about not supporting Lightning

Diffstat:
MREADME.md | 5+++++
Mconfig.ini_sample | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -133,6 +133,11 @@ connection to the server. Right now Electrum Personal Server can only accept one connection at a time. +##### Lightning Network + +Right now Electrum Personal Server does not support Lightning Network which +Electrum wallet 4.0 and above implements. + #### How is this different from other Electrum servers ? They are different approaches with different tradeoffs. Electrum Personal diff --git a/config.ini_sample b/config.ini_sample @@ -120,6 +120,6 @@ log_file_location = append_log = false # Format to use for logging messages -#see docs https://docs.python.org/3/library/logging.html#logging.Formatter +#see docs https://docs.python.org/3/library/logging.html#formatter-objects log_format = %(levelname)s:%(asctime)s: %(message)s