electrum-personal-server icon indicating copy to clipboard operation
electrum-personal-server copied to clipboard

Maximally lightweight electrum server for a single user

Results 66 electrum-personal-server issues
Sort by recently updated
recently updated
newest added

This is a question, not an issue. In order to host multiple connections, is it possible to run more than one instance of the electrum personal server?

My setup used to work just fine a few months back around April. I just tried to boot EPS up (with Bitcoin Core, Electrum Wallet) and I get the following...

I am trying to use this software as an electrum server for the above mentioned blockchain explorer... But it can't connect. I have raised this on the explorer git hub...

This PR is another step towards [getting rid of unused functions from the pybitcointools library](https://github.com/chris-belcher/electrum-personal-server/pull/276#issuecomment-1153907695) which was imported in the first commit. Note that the changes are deliberately kept minimal...

Hi, I just wanted to add add the descriptor and taproot support for eps. But then it let to more changes as intended that were needed. So I let this...

Add the following API methods: * blockchain.scripthash.listunspent - returns unspent transaction object information for the given scripthash * import_addresses - imports the specified addresses and rescans from the specified block_height.

Python 2 has reached its end-of-life almost two and a half years ago (https://www.python.org/doc/sunset-python-2/), i.e. I would argue that all the compatibility code (e.g. `sys.version_info.major == 2`/`sys.version.info.major == 3` branches)...

I have done several rescans and all the XPUBS are right (verified also the addresses are correct). The wallet below called w_mal_trezor_segwit3 definitely has balance and Txs from last days,...

I am running btcoincore 23.0 and eps 0.2.3, when I run electrum-personal-server config.ini I get this: INFO:2022-05-17 13:09:23,130: Starting Electrum Personal Server 0.2.3 INFO:2022-05-17 13:09:23,130: Logging to /tmp/electrumpersonalserver.log ERROR:2022-05-17 13:09:23,805:...