-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
number of connections to eps #50
Comments
Only one at a time, as it's a single threaded application. |
Understood. |
Thank you |
Reopening because one day this could be fixed. It's possible to handle multiple connections at once, this thread gives a concrete example of that being useful. |
Another concrete example is people setting up one server that multiple mutually-trusting people use; for example one family in a household (although then there can be no surprise birthday gifts, as all the spending will be visible to the server operator). |
Would much appreciate this. Electrum is often used for multisig, read-only wallets etc. Having only one user be able to connect at a time limits the functionality of this. |
+1 to this feature. |
You can try bwt, an alternative personal electrum server implementation written in Rust that supports multiple simultaneous clients. |
I would rather keep using EPS, so I came from the future to further push this feature request, I realized the hard way that EPS only supports one client connection, and this is inconvenient when for example you are moving funds between two wallets you own. |
I'm afraid this issue isn't a priority for me right now. I'm working a lot on coinswap these days. Also I personally only use Electrum/EPS with one connection at a time. If someone else codes this I can help with review. If not then maybe I can do it in about a year. Here are some of my thoughts for coding:
|
How many connections can eps handle? When I tried connecting with desktop it disconnected my smartphone.
The text was updated successfully, but these errors were encountered: