spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.24k stars 3.03k forks source link

Wallet file corruption detected #8780

Closed payambaba1360 closed 5 months ago

payambaba1360 commented 6 months ago

i backup my wallet and chenge my pc but when open wallet and load wallet after load i see this message

Wallet file corruption detected. Please restore your wallet from seed, and compare the addresses in both files

and i press ok i send bug yesterday but dont solve my problem i try to send my coin to another wallet address but i see this message

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

i chenge server but dont solve this error i use Electrum 4.4.6 version please help me

cylyl commented 6 months ago

When a Bitcoin nodes receives transaction B, it runs a script using output A and Input B (input B is put on the top of the stack, and output A on the bottom). It seems that you are thinking that the script gets run on Input B and Output B, but this would clearly fail when running OP_EQUALVERIFY.

https://bitcoin.stackexchange.com/questions/8812/how-op-equalverify-works-in-a-standard-transaction

SomberNight commented 6 months ago

i backup my wallet and chenge my pc but when open wallet and load wallet after load i see this message Wallet file corruption detected.

When did you first see this message? Was the file not corrupted on the first PC, and immediately corrupted when opened on the second PC?

i try to send my coin to another wallet address but i see this message

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

Well, yes, the wallet file is corrupted... It does not have the correct private keys.

Wallet file corruption detected. Please restore your wallet from seed, and compare the addresses in both files

^ Like the error message says, you should restore from seed words.

payambaba1360 commented 6 months ago

i restore my wallet but when i open it after restore my i lose my address and my btc please help me

On Tue, Dec 26, 2023 at 11:19 PM ghost43 @.***> wrote:

i backup my wallet and chenge my pc but when open wallet and load wallet after load i see this message Wallet file corruption detected.

When did you first see this message? Was the file not corrupted on the first PC, and immediately corrupted when opened on the second PC?

i try to send my coin to another wallet address but i see this message

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

Well, yes, the wallet file is corrupted... It does not have the correct private keys.

Wallet file corruption detected. Please restore your wallet from seed, and compare the addresses in both files

^ Like the error message says, you should restore from seed words.

— Reply to this email directly, view it on GitHub https://github.com/spesmilo/electrum/issues/8780#issuecomment-1870061752, or unsubscribe https://github.com/notifications/unsubscribe-auth/BE47LEKJROXSMG2JS4I3AGTYLPKXHAVCNFSM6AAAAABBCEQYESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQGA3DCNZVGI . You are receiving this because you authored the thread.Message ID: @.***>

SomberNight commented 5 months ago

More details and context would be needed, like I asked for in my previous message.