Search content
Sort by

Showing 20 of 3,931 results by Abdussamad
Post
Topic
Board Electrum
Re: Electrum Wallet "Upgrade Wizard" idea?
by
Abdussamad
on 08/09/2025, 19:37:25 UTC
Is there any reason Electrum doesn't support importing private keys of old addresses from a previous wallet?

Because those private keys are not covered by a backup of the wallet's seed. So you can sweep private keys but not import them.
Post
Topic
Board Electrum
Re: Electrum Wallet "Upgrade Wizard" idea?
by
Abdussamad
on 08/09/2025, 13:41:11 UTC
Electrum doesn't support lightning on old wallets with p2pkh addresses (beginning with 1). It only supports lightning on wallets with p2wpkh addresses that begin with bc1. So an upgrade wizard will not help.

Also the label sync plugin uses your master public key to find labels relevant to your wallet. A different seed will lead to a different master public key so you can't use the label sync plugin to get the labels of your old addresses in a new wallet.

Electrum does not support importing private keys in a deterministic wallet (a wallet with a seed) so you can't import the old addresses anyway. You can only sweep them.
Post
Topic
Board Electrum
Merits 2 from 2 users
Re: BTC sent to Legacy (1...) address not showing in Electrum wallet — Boxcoin plugi
by
Abdussamad
on 03/09/2025, 09:34:25 UTC
⭐ Merited by nc50lc (1) ,ABCbits (1)
Electrum only supports one address type per wallet so that's why it's not seeing the legacy address. You will have to convert your master private key to p2pkh format (xprv) and restore your wallet using that to see the legacy address.

Go to view menu > check console and switch to console tab. Click on the yellow warning box to make it go away. Then type in this

Code:
convert_xkey(getmasterprivate(),"standard")

You may be prompted for your wallet password. It'll output the master private key in p2pkh format beginning with xprv. Copy that to the clipboard and go to file menu > new/restore, enter a suitable filename and click next, choose "standard wallet" and click next, choose "use a master key" > paste in the xprv you copied before (don't include the single quotes) and proceed with on-screen instructions for the rest.
Post
Topic
Board Electrum
Re: ELECTRUM wallet, error with LOCKTIME
by
Abdussamad
on 24/08/2025, 13:39:01 UTC
Quantum computers will make the current generation of bitcoin addresses obsolete within the next 5-10 years. So the funds you are trying to give your child will be stolen before they can ever be spent.
Post
Topic
Board Electrum
Re: How to view multiple addresses 1 (the yellow ones in the list)
by
Abdussamad
on 18/08/2025, 11:07:12 UTC

I tried creating a wallet with just that address, entering the simple password (WIF), but I don't know why Electrum associates it with an address other than the one containing the funds.


You have to specify the address script type when importing private keys in electrum. So if the address begins with bc1 you have to enter "p2wpkh:" followed by the WIF. If it begins with 3 then try prepending "p2wpkh-p2sh:" before the private key.  If you still don't understand click on the "info" button on the private key entry step to see examples.
Post
Topic
Board Electrum
Re: Electrum Wallet - Withdrawal unconfirmed and still at the stock address
by
Abdussamad
on 17/08/2025, 12:01:26 UTC
Local means the electrum server you are connected to has no knowledge of this transaction. Other servers might have heard of this transaction though so it might still be out there. But for now you can  go ahead and right click on it and delete it. That should cause your balance to update.
Post
Topic
Board Electrum
Re: Electrum 4.6.1 released
by
Abdussamad
on 11/08/2025, 12:18:30 UTC
You have to trust play store.
Post
Topic
Board Electrum
Re: Cannot restore my BTC wallet with a seed frase.
by
Abdussamad
on 02/08/2025, 17:55:36 UTC
Just to confirm you are seeing a green orb in the bottom right of the electrum window? What version of electrum are you using?

Post
Topic
Board Electrum
Re: Restoring a BTC address
by
Abdussamad
on 26/07/2025, 15:08:23 UTC
There is malware that can change addresses copied to the clipboard with the malware author's . Try copying another address using electrum and then paste in a text editor. Does it match the address you see in electrum?
Post
Topic
Board Electrum
Merits 11 from 4 users
Re: Recovery from extended seed without Electrum AND address generation-cold wallet
by
Abdussamad
on 22/07/2025, 08:49:40 UTC
⭐ Merited by pooya87 (5) ,hosemary (2) ,igor72 (2) ,ABCbits (2)
You don't need to enlarge the gap limit or generate new addresses on the cold wallet. The unsigned transaction from the online watch only wallet contains details about which private keys the cold wallet should generate to sign the transaction so that's how the cold wallet knows. You don't have to do anything.
Post
Topic
Board Electrum
Merits 2 from 2 users
Re: Error when paying BitPay invoice
by
Abdussamad
on 20/07/2025, 12:45:59 UTC
⭐ Merited by khaled0111 (1) ,ABCbits (1)
This has nothing to do with electrum servers. It's an issue with the SSL certificate that bitpay is sending to electrum. According to electrum you don't trust the certificate authority that issued that cert. I don't know how you would go about fixing it in windows 11.
Post
Topic
Board Electrum
Re: Lightning to Onchain? What does this screen convey?
by
Abdussamad
on 15/07/2025, 07:50:10 UTC
OP posted on reddit too:

https://www.reddit.com/r/Electrum/comments/1m01puy/help_please_lightning_channel_close_transaction/

The error in the second image is non-bip68 final.
Post
Topic
Board Electrum
Merits 7 from 4 users
Re: how can I prove that I initiated a Bitcoin transaction?
by
Abdussamad
on 09/07/2025, 08:14:02 UTC
⭐ Merited by hugeblack (4) ,vfilchef (1) ,Charles-Tim (1) ,ABCbits (1)
Electrum can sign with legacy addresses and those signatures can be verified by other wallet software because there's a standard behind it. But when it comes to non-legacy addresses there is no standard signature format so electrum generated signatures can't be verified by other wallet software.
Post
Topic
Board Electrum
Re: Securely sweeping a paper wallet into Electrum ok this way?
by
Abdussamad
on 02/06/2025, 14:48:50 UTC
If you want to send the entire amount in the paper wallet to relai you can simply sweep the coins to your address in relai. So in the sweep window you put in your address in relai instead of an address in your electrum wallet.
Post
Topic
Board Electrum
Merits 2 from 1 user
Re: Help: Problems encountered in restoring Bitcoin from old Electrum wallet in 2017
by
Abdussamad
on 17/05/2025, 08:35:23 UTC
⭐ Merited by pooya87 (2)
Local transactions are transactions that are recorded  in the electrum wallet file but not known to the electrum server you are connected to. Electrum depends on electrum servers to interact with the blockchain including finding transactions relevant to your wallet. Because these transactions are for bitcoin cash and not bitcoin so the electrum server you are connected to does not know about them since it's a bitcoin electrum server. You can simply right click on the transactions and choose to remove them from your wallet file. The balance will then update.

Post
Topic
Board Electrum
Merits 1 from 1 user
Re: Basic SWEEP questions
by
Abdussamad
on 14/05/2025, 09:45:56 UTC
⭐ Merited by hosemary (1)
You can enter your friend's address in the sweep window and all the funds in the paper wallet will be sent to that address. You don't need to add any prefix to the address. Prefixes are only added to private keys but you don't need to do that either.
Post
Topic
Board Electrum
Re: 2FA wallet, that has lost access to the 2FA.
by
Abdussamad
on 14/05/2025, 09:22:14 UTC
Does your friend have an entry for trusted coin in their google authenticator app on their phone?
Post
Topic
Board Electrum
Merits 1 from 1 user
Re: problems broadcasting on possibly corruped backup file
by
Abdussamad
on 11/05/2025, 13:56:29 UTC
⭐ Merited by ABCbits (1)
so i tried to use the seed on a different wallet but there i get "invalid seed"

By different wallet do you mean other wallet software? Electrum seeds don't work with other wallet software. Try restoring from seed again in electrum by going to file menu > new/restore, enter a unique filename and click ok. Then proceed with on-screen instructions for the rest of it.
Post
Topic
Board Electrum
Re: How safe it is to use 4 letter shortened words?
by
Abdussamad
on 27/04/2025, 11:33:16 UTC
Do you know maybe when creating new seed in Electrum if by chance I get all words that are BIP39 compatible (without "special" words unique for Electrum word list) can I recreate that seed on BIP39 wallet?

You will definitely get a seed with bip39 words only because that's been the default behaviour of electrum since version 2.0. However it won't be a bip39 seed and you won't be able to restore it in other bip39 wallets. Wallet software has to support electrum seeds for you to be able to restore in it. Blue wallet is one such program that supports it.

Post
Topic
Board Electrum
Merits 2 from 1 user
Re: Copy and Paste QR codes for Receiving Addresses
by
Abdussamad
on 26/04/2025, 08:55:20 UTC
⭐ Merited by OROBTC (2)
It's dangerous to use your wallet on other people's devices. You don't know what sort of malware those devices might have.