Hi guys.
Having some real issues trying to get things sorted out on my site.
I have a number of issues which I will set out below.
Issue 1.
I use the following processing on my page
https://wordpress.org/plugins/bitcoin-payments-for-woocommerce/installation/The Issue I am having is this..
I have downloaded the previous version of electrum 1.9.8 to generate new wallet to MPK spec I have the all the files I need to
Import them into the latest version 2.4.4 as the new xpub keys do not seem to work in the plugin for WP...
After removing 1.9.8 and updating to 2.4.4 I get the following errors when trying to run the commend sudo electrum
Exception in thread Thread-14:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
Exception in thread Thread-9:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
Exception in thread Thread-15:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
Exception in thread Thread-7:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
Exception in thread Thread-17:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/interface.py", line 300, in run
s.shutdown(socket.SHUT_RDWR)
File "/usr/lib/python2.7/ssl.py", line 760, in shutdown
socket.shutdown(self, how)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected
The software also keeps rebooting and popping up a error NO SEED.
I am unable to bypass this I have checked the submitted info on this at github and I have checked the dependencies and all seems fine.
My issue is this.. The NO seed error seems to be a bug in version 1.9.8
https://github.com/spesmilo/electrum/issues/919But I have version 2.4.4 Installed. Could this be some kind of cross instillation causing this issue?
Really need some quick advice on this as i have customers I cannot pay until this issue is sorted.
Also Will electrum ever support the MKP keys again or in future give users a choice of what keys to generate future as the xpub keys just do not work and this long work around is very time consuming and not exactly easy to perform on linux anyway. (windows looks not too bad)
Many Thanks
Prime