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

It would be great if users could have a full node + electrum personal server running in their home, and then connect their smartphone electrum wallet to it. (Or any...

I just found this old unfinished code. Dated from March 2017. I started working on this in the context of BU and Classic in the scalability conflict. It's meant to...

### Where? Under heading: **Links to other setup guides** ---> **[How to setup Electrum Personal Server on a Raspberry Pi](https://raspibolt.github.io/raspibolt/raspibolt_64_electrum.html)** The page itself doesn't throw a 404 but the blogpost...

Plain socket (no ssl) option added by configuration. SSL socket is still default one, not breaking compatibility.

Having an issue using sparrow wallet connecting to electrum personal server. I have imported my public key correctly, the initial connection worked fine. The EPS is connected to my bitcoin...

Hello, Yesterday, I tried to help a bitcoiner about connecting its BitBox02 hardware wallet in Sparrow, which was connected to his Bitcoin Node through an Electrum Personal Server (+ TOR)....

![image](https://github.com/chris-belcher/electrum-personal-server/assets/57223696/1651c4cd-be75-427a-a9a8-599cb78de41d) If desoriptor wallet is checked when creating a wallet in bitcoin core, it seems that the listening port cannot be run. ![image](https://github.com/chris-belcher/electrum-personal-server/assets/57223696/8c67eecb-4aa8-4aec-bb4d-a2eb8e7a5cd4)

Followed commands from https://github.com/chris-belcher/electrum-personal-server/issues/286#issuecomment-1465354568 ``` $ openssl genrsa -des3 -passout pass:x -out server.pass.key 2048 $ openssl rsa -passin pass:x -in server.pass.key -out server.key $ rm server.pass.key $ openssl req -new...

I'm attempting to run an Electrum Personal Server on my Ubuntu Machine After reaching step 8 I get the following errors, here's a copy of my config.ini file with the...

I'm starting a new setup with bitcoin core and electrum. I'm thinking of using electrum personal server but I'm afraid this project is not going to be maintained anymore. Does...