Bitcoin Forum

Bitcoin => Electrum => Topic started by: DaCryptoRaccoon on June 28, 2019, 10:50:43 AM



Title: Electum Wallet Issue
Post by: DaCryptoRaccoon on June 28, 2019, 10:50:43 AM
I have been attempting to send coins from wallet.dat

On sending I get the following errors.

When attempting to send :

Code:
The server returned an error when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.

Script failed an OP_EQUALVERIFY operation

and in terminal I have the following error.

Code:
  File "/home/bmix/Electrum-3.3.6/electrum/wallet.py", line 910, in cpfp
    out_address = self.get_unused_address() or address
  File "/home/bmix/Electrum-3.3.6/electrum/wallet.py", line 1004, in wrapper
    self.check_address(addr)
  File "/home/bmix/Electrum-3.3.6/electrum/wallet.py", line 1594, in check_address
    raise InternalAddressCorruption()
electrum.wallet.InternalAddressCorruption: Wallet file corruption detected. Please restore your wallet from seed, and compare the addresses in both files


Title: Re: Electum Wallet Issue
Post by: djhomeschool on June 28, 2019, 11:04:53 AM
Electrum does not use a wallet.dat file.... Electrum wallet files have no extention and the default wallet is called "default_wallet"

Are you sure this file is from a previous Electrum installation? Bitcoin Core uses wallet.dat


Title: Re: Electum Wallet Issue
Post by: DaCryptoRaccoon on June 28, 2019, 11:22:29 AM
Electrum does not use a wallet.dat file.... Electrum wallet files have no extention and the default wallet is called "default_wallet"

Are you sure this file is from a previous Electrum installation? Bitcoin Core uses wallet.dat

You know something your right my bad.  It's default_wallet.

Thanks for the spot..