Suvayu Ali

Results 81 comments of Suvayu Ali

@playermanny2 I digged a bit deeper, it turns out this error happens when there is an empty column name in the csv. In my case I had exported the csv...

> However, when I go to ~/.local/bin and try to run “electrum-personal-server ~/electrum-personal-server-eps-v0.1.6/config.cfg_sample” I get > > “electrum-personal-server: command not found” > > Same for “electrum-personal-server-rescan” You do not have...

This is a separate issue. You have now successfully installed EPS, but you are providing it with a malformed config file. Could you please close this issue, and open a...

I have been thinking about this since I started using EPS. > Electrum Personal Server shouldn't have other people connecting to it ... I guess the obvious solution, authentication (e.g....

@chris-belcher, I wrote this [script](https://gist.github.com/suvayu/57bf7f8529c0f9057879a0993ce15bb0). It creates an ephemeral hidden service with "basic authentication". I could not test the script with V3 hidden service because the latest released version of...

@chris-belcher, thanks for the vote of confidence. I was in fact inspired by Bitcoin Core's feature ;). Before I get on this though, I would like to make things easier...

If someone wants to try out EPS with Tor hidden service support before #40 is merged, you can test the `tor` branch on [my fork](https://github.com/suvayu/electrum-personal-server/tree/tor). You will need to install...

With the following, you are trying to run the config file as an executable: anons-MacBook-Pro:electrum-personal-server-eps-v0.1.6 anonanon1$ /Users/anonanon1/Desktop/electrum-personal-server-eps-v0.1.6/config.cfg You should be running the `electrum-personal-server` script with the config file as argument....

I think you misunderstood my suggestion. You are trying to run it from the directory where you unpacked EPS. Also, you should be able to check if the script exists...

Glad I could be of help. Thanks for asking, but no donations are necessary; welcome to the world of opensource software :)