Electrum protocol timeout sometimes too small for a slow Electrum Personal Server
See original GitHub issueHi, I get the following error when trying to connect Electrum wallet to EPS on Lubuntu.
2018-08-08 16:31:07,926835 [ LOG] Electrum connected from (‘127.0.0.1’, 39146) 2018-08-08 16:31:40,306907 [ LOG] IOError: BrokenPipeError(32, ‘Broken pipe’) 2018-08-08 16:40:11,107133 [ LOG] IOError: OSError(0, ‘Error’) 2018-08-08 16:40:11,710609 [ LOG] IOError: OSError(0, ‘Error’) 2018-08-08 16:40:11,925471 [ LOG] IOError: OSError(0, ‘Error’) 2018-08-08 16:40:13,560771 [ LOG] Electrum connected from (‘127.0.0.1’, 39464) 2018-08-08 16:41:17,486015 [ LOG] IOError: BrokenPipeError(32, ‘Broken pipe’) 2018-08-08 16:41:17,708431 [ LOG] IOError: OSError(0, ‘Error’) 2018-08-08 16:41:17,947199 [ LOG] IOError: OSError(0, ‘Error’)`
Issue Analytics
- State:
- Created 5 years ago
- Comments:38 (13 by maintainers)
Top Results From Across the Web
Electrum timing out in command line - Reddit
I am running a Bitcoin full node running an Electrs server. I was upgrading my Electrum wallet to 4.2.1. While doing so, I...
Read more >nopara73 on Twitter: "@four_liberty @NicolasDorier ...
Electrum protocol timeout sometimes too small for a slow Electrum Personal Server · Issue #46 ·... Hi, I get the following error when...
Read more >Electrum server performance report (2022) - Casa Blog
They tend to be an order of magnitude slower and as such, their performance results are not included.
Read more >Time-Dilation Attacks on the Lightning Network
Electrum user can connect their light clients to Electrum Personal Server software run by themselves, or connect to multiple reachable ...
Read more >Time-Dilation Attacks on the Lightning Network - arXiv
why it is so difficult to mitigate it by simply observing slow ... Electrum Personal Server software run by themselves, or connect.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Opened the config file in the Electrum root directory in notepad. Changed the line oneserver=false to oneserver=true. Worked for me.
Found the solution and it works fine now. For anyone using OS X and experiencing the same issues:
Write a script in Script Editor with the following content (adjust path and IP(host)):
do shell script "open -a '/Users/username/Folder/Electrum.app' --args --oneserver --server [host]:50002:s"
https://superuser.com/questions/16750/how-can-i-run-an-application-with-command-line-arguments-in-mac-os