namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Bug when installing it on Windows 10 #301

Closed tesforex closed 2 years ago

tesforex commented 2 years ago

Traceback (most recent call last): File "electrum\util.py", line 924, in run_with_except_hook File "threading.py", line 870, in run File "C:\Program Files (x86)\Electrum-NMC\electrum\plugins\trustedcoin\trustedcoin.py", line 482, in f return func(self, *args, **kwargs) File "C:\Program Files (x86)\Electrum-NMC\electrum\plugins\trustedcoin\trustedcoin.py", line 503, in request_billing_info raise Exception(f'unexpected trustedcoin billing address: ' Exception: unexpected trustedcoin billing address: calculated nc1q7hd3f5xx2z4l(...), received bc1q7hd3f5(...)

Additional information Electrum version: 4.0.0b0 Python version: 3.8.7 (tags/v3.8.7:6503f05, Dec 21 2020, 17:43:54) [MSC v.1928 32 bit (Intel)] Operating system: Windows-10-10.0.19041-SP0 Wallet type: 2fa Locale: en_US

JeremyRand commented 2 years ago

Duplicate of https://github.com/namecoin/electrum-nmc/issues/111