Author

Topic: Electum Wallet Issue (Read 170 times)

hero member
Activity: 1194
Merit: 573
OGRaccoon
June 28, 2019, 07:22:29 AM
#3
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..

full member
Activity: 340
Merit: 164
June 28, 2019, 07:04:53 AM
#2
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
hero member
Activity: 1194
Merit: 573
OGRaccoon
June 28, 2019, 06:50:43 AM
#1
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
Jump to: