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

EPS could still start as normal, but Electrum wallet cannot connect to it. Console output: ``` WARNING:2019-02-19 22:05:00,000: Address not known to server, hash(address) = [SOME_ADDRESS_HASH]. This means Electrum is...

I love the idea of EPS but I'm struggling to install - so this is not really a software issue - more a user issue, I guess. I'm very inexperienced...

How to reproduce: 1. send funds to an address in electrum EPS: ``` 11:54:17,713776 [ LOG] Found new tx: {'fee': 3800, 'height': 0, 'tx_hash': '9a793494a83cb161d727342cf39f187bbab907440afe6c5aac17fde876d98286'} ``` electrum history: ```python {...

I setted 3 wallets, 1 multisig and 2 different zpub wallets. When I open Electrum on the multisig wallet EPS popup these errors, this is one of them, all the...

It would be nice if an electrum-personal-server client could add and remove xpubs through some sort of API, instead of messing with the config file, and without restarting the server....

Two changes to the readme suggested by a user > from: "Run electrum-personal-server /path/to/config.cfg to start Electrum Personal Server. The first time the server is run it will import all...

I am having trouble running Electrum Personal Server on OSX and was hoping someone has already figured it out. I have attached some information about what issues I am running...

There's a [Bitcoin Core PR](https://github.com/bitcoin/bitcoin/pull/12196) that proposes to add `scantxoutset` which returns UTXOs for a given `xpub`. This is obviously less powerful than the current watch-only approach, because you'd lose...

https://github.com/robust-cuttlefish/electrum-personal-server-GUI What do y'all think? Is it useful to anyone? It's 700 lines of code, but it can be improved by converting repeated procedures to functions.

If you're using BitcoinQT then the watch-only wallet used for the Electron server adds visual clutter. It would be nice if the Python script loaded the wallet at launch and...