Pages:
Author

Topic: Adding a seed phrase to your wallet on Electrum? - page 2. (Read 300 times)

legendary
Activity: 3360
Merit: 3094
BTC price road to $80k
Thank you.

Yes, i created my own Private, public key and seed phrase on my own with my own script.

But the option of just importing the seed phrase and Electrum makes it bech32 works for me.

I know Electrum is open-source but you would rely on the community to find something fishy in the code, you yourself won't go on each update and read the whole code of Electrum. That's why i wanted to create my own private key. Also, when using Electrum wallet to create your key, you are trusting their Entropy, which it can be VERY secure and everything. But i feel safer trusting my own entropy.

You seems confused about the private key and the seedphrase?

Seedphrase contains unique private keys(Many private keys that can only derived from your seed phrase) and you can't just import the private key into your Seedphrase.
The private key is just a single key and the seed phrase contains many keys.

If you want to add this private key you just generated outside of your current Electrum wallet I think you will need to extract the private keys from your seed phrase and then import them into a new wallet including the private keys that you generated outside Electrum.

But that's not the best way to protect your wallet if you want a secure way never import the private key into an online device I suggest import it into cold storage Electrum wallet and only import the public key to an online device with Electrum.

sr. member
Activity: 448
Merit: 560
Crypto Casino and Sportsbook
Op every Bitcoin address has it's own special seed phrase.
This is not true.
Each bitcoin address can be generated by a very big number of different seed phrases.
I have made the necessary correction. The big number which you are referring to is actually the public key which is used to generate the respective addresses in that particular wallet. I mis typed address instead of wallet in that particular statement. Funny how choice of words can be that important in cases like this "LOL".

I think your further explanation of this thread actually counters your own point in the first sentence, every address doesn’t have a specific seed phrase rather a single seed phrase can be used to generate multiple child private keys as you stated which in turn can be used to generated different bitcoin addresses. With a single bitcoin seed phrase you can even have addresses of different formats just by creating new wallets and specifying the derivation path you wish to have it. This is what I think OP is trying to do maybe get a bech32 address from his existing private key or seed phrase which he will just simply change in the options when creating a new wallet with same seed phrase
Thanks for the heads up EL MOHA. I actually miss typed wallet in place of address. Like I was trying to express earlier, a seed phrase is for a single wallet and in the case of the wallet being an HD wallet, there could be multiple addresses having their individual private keys which were generated from the master private key which was in turn generated via the seed phrase.
legendary
Activity: 2380
Merit: 5213
With a single bitcoin seed phrase you can even have addresses of different formats just by creating new wallets and specifying the derivation path you wish to have it.
A seed phrase can generate different types of addresses only if it's BIP39.
You can't generate different types of addresses from your seed phrase, if it has been generated by electrum. The script is encoded in electrum seed phrase.
sr. member
Activity: 504
Merit: 279
Op every Bitcoin address has it's own special seed phrase. The seed phrase is a series of 12 , 18 or 24 words as the case may be, which is generated simultaneously along with the wallet address. The seed phrase in turn is used to create a private key known as the master private key and for the case of an HD wallet, that Master private key is used to generate child keys for other addresses.

I think your further explanation of this thread actually counters your own point in the first sentence, every address doesn’t have a specific seed phrase rather a single seed phrase can be used to generate multiple child private keys as you stated which in turn can be used to generated different bitcoin addresses. With a single bitcoin seed phrase you can even have addresses of different formats just by creating new wallets and specifying the derivation path you wish to have it. This is what I think OP is trying to do maybe get a bech32 address from his existing private key or seed phrase which he will just simply change in the options when creating a new wallet with same seed phrase
legendary
Activity: 2520
Merit: 2853
Top Crypto Casino
But i can't see the option to add a seed phrase to my private key.
Such option does not exist. The private key is derived from the seed phrase not the other way around.

Quote
If i start a new wallet and use the seed phrase i have instead, can i make it bech32?
Although I don't recommend doing this but yes you can. You have to create a new wallet and before typing the seed words make sure to change the seed type from "Electrum" to "bip39" then Electrum will ask you which address type you want to create, choose "native segwit (p2wpkh)".

Take note that a seed can be used to generate an infinite number of addresses while your script generates a single one. The address your script generated will be the first one Electrum generates and you can see it on the Addresses tab.
legendary
Activity: 2380
Merit: 5213
And you can completely trust the entropy of electrum seeds or BiP39 cause it's not practically possible for anyone to brute force in million years.
If your seed phrase has been generated by electrum, you can be sure that it provides enough entropy, but if your seed phrase is BIP39, it depends on what software you used for generating your entropy. For example, if you generate your BIP39 seed phrase using a close-source wallet, there is no way to know how it has been generated.
sr. member
Activity: 2436
Merit: 272
Eloncoin.org - Mars, here we come!
Also, when using Electrum wallet to create your key, you are trusting their Entropy, which it can be VERY secure and everything. But i feel safer trusting my own entropy.

Electrum doesn't collect any data whether seeds, privkeys or whatever and to ensure that you can generate the seeds on a completely offline device that gives the satisfaction of the seeds generated doesn't transmit anywhere.

But if you're technically sound and can make your own privkeys then it's good but more often the randomness of the human brain fell short in every day.

And you can completely trust the entropy of electrum seeds or BiP39 cause it's not practically possible for anyone to brute force in million years.
legendary
Activity: 2380
Merit: 5213
But i can't see the option to add a seed phrase to my private key.?
What do you mean by adding a seed phrase to your private key? Do you mean deriving the seed phrase from your private key? If so, that's not possible.

We generate a seed phrase and then we use that to genrate our private keys.


Op every Bitcoin address has it's own special seed phrase.
This is not true.
Each bitcoin address can be generated by a very big number of different seed phrases.
newbie
Activity: 11
Merit: 0
Thank you.

Yes, i created my own Private, public key and seed phrase on my own with my own script.

But the option of just importing the seed phrase and Electrum makes it bech32 works for me.

I know Electrum is open-source but you would rely on the community to find something fishy in the code, you yourself won't go on each update and read the whole code of Electrum. That's why i wanted to create my own private key. Also, when using Electrum wallet to create your key, you are trusting their Entropy, which it can be VERY secure and everything. But i feel safer trusting my own entropy.
sr. member
Activity: 448
Merit: 560
Crypto Casino and Sportsbook
Op every Bitcoin wallet has it's own special seed phrase. The seed phrase is a series of 12 , 18 or 24 words as the case may be, which is generated simultaneously along with the wallet address. The seed phrase in turn is used to create a private key known as the master private key and for the case of an HD wallet, that Master private key is used to generate child keys for other addresses.

Quote
Hi, i have created my own private key, public key and seed phrase.
But i can't see the option to add a seed phrase to my private key.
When i created my wallet it asks you to set a type of address and the private key, i created a bech32 address with the private key successfully.
Your public key is generated simultaneously along with the ones I mentioned above. The public key is used to generate your wallet address. You can simply add a new wallet by using the seed phrase or private key of the wallet.
hero member
Activity: 770
Merit: 904
Your question is quite confusing, first of all you don’t add seed phrase to private key. Infact you get your private key from seed phrase and subsequently public key from private key. So having your seed phrase alone is ok.

If i start a new wallet and use the seed phrase i have instead, can i make it bech32?

Yes you can actually generate a native SegWit address or any type of address from your seed phrase by just clicking on the option when importing your seed phrase if it is Bip 39 click it and then the next option choose native SegWit as derivation path or any of the type you wish.

Go through this guide
https://bitcoinelectrum.com/restoring-your-standard-wallet-from-seed/

If it is the private key you have and want to sweep it to another wallet. You will need to create a new wallet and then sweep using the guide below

https://bitcoinelectrum.com/sweeping-your-private-keys-into-electrum/
legendary
Activity: 1512
Merit: 4795
Leading Crypto Sports Betting & Casino Platform
The seed phrase that Electrum will generate you is bech32 that will start from bc1.

The seed phrase will generate the private keys, the public keys and the addresses. You do not need to bother yourself with private keys. The seed phrase will regenerate all for you. Just go to standard wallet.

Or you have a private key that you want to import on Electrum?
staff
Activity: 3500
Merit: 6152
I'm not sure I understand how you created the wallet in the first place?

Creating a standard wallet with Electrum should've given you a seedphrase. See here: https://bitcoinelectrum.com/creating-an-electrum-wallet/

IF you created your address/private key somewhere else, and now you want to switch to Electrum, the nyou can do that by sweeping the funds from the private keys, to a newly generated wallet (as shown in the article above). You can't just take one address and make it part of an existing seedphrase.
newbie
Activity: 11
Merit: 0
Hi, i have created my own private key, public key and seed phrase.

But i can't see the option to add a seed phrase to my private key.
When i created my wallet it asks you to set a type of address and the private key, i created a bech32 address with the private key successfully.

Is there a way to add my seed phrase to that private key?

If i start a new wallet and use the seed phrase i have instead, can i make it bech32?
Pages:
Jump to: