Search content
Sort by

Showing 9 of 9 results by MOCOSAARGENTINA
Post
Topic
Board Electrum
Re: Question about bip32 seed
by
MOCOSAARGENTINA
on 09/07/2021, 11:43:47 UTC
look at this.
i found


https://github.com/FarCanary/ElectrumSeedTester

just llike iancoleman bip39 but it works for electrum specifically
Post
Topic
Board Electrum
Re: Question about bip32 seed
by
MOCOSAARGENTINA
on 02/06/2021, 14:38:00 UTC
Thanks, guys.. as I understood:

Segwit type:

codification BIP 32 in electrum: derivation path BIP141

codification bip 39 in others: derivation path BIP84

I did two things:

I bought two cryptoSteel Capsule

1: XPRV (111 characters)
2: 12 words, (BIP332), Electrum.

just to be sure  Grin
Post
Topic
Board Electrum
Topic OP
Question about bip32 seed
by
MOCOSAARGENTINA
on 01/06/2021, 14:13:12 UTC

Hugs from Argentina..
i want to know about seeds on electrum..
if a want to  safe my 12 words and keep information in future for my children, how should i store them.

https://i.ibb.co/WKr6rpM/20210404-115221.jpg

derivation path in electrum is 141, because is bip32?
89 would be if it were bip39?

my seeds are bip 32.. native segwit.
Post
Topic
Board Electrum
Re: Does Electrum actually use the derivation path specified during setup?
by
MOCOSAARGENTINA
on 17/04/2021, 12:08:48 UTC
i whave a question.. Hugs from Argentina.
I have Electrum Wallet.
Standard wallet.
Native Segwit
BIP32

where can i get the path? is just m/0 ?
if i use https://iancoleman.io/bip39/
give me an error because my wallet still use bip32, (but is native segwit)
Do you have an Electrum seed mnemonic (ie. one that was generated by Electrum)... or is it a BIP39 compatible seed mnemonic (generated somewhere else)? Huh

If it is an Electrum Seed mnemonic, you will not be able to use Ian Coleman's tool... as Electrum Seed mnemonics are slightly different to BIP39 seed mnemonics... and Ian Coleman's tool only works with BIP39 seeds.

If you have an Electrum Seed and want to test it... try this: https://github.com/FarCanary/ElectrumSeedTester

Is it a fork of Ian Coleman's tool, that has been modified to work with Electrum seeds. It should generate the same addresses as Electrum does. Download it and run it offline... it is just a single .html file to download and open in your browser.


Thanks HCP and pooya87 to respond. i'll try that. And and have the 12 words on Electrum bip32, yes. Generated by them.


Post
Topic
Board Electrum
Merits 2 from 1 user
Re: Does Electrum actually use the derivation path specified during setup?
by
MOCOSAARGENTINA
on 16/04/2021, 22:11:29 UTC
⭐ Merited by o_e_l_e_o (2)
is there any implementation that uses hardened keys?
Well, Bitcoin Core uses m/0'/0'/i' as default, so hardened keys all the way down to the address index.

I suppose some other older wallets which still use BIP 32 for their derivation paths rather than the more common BIP 44/49/84 may still use hardened keys at all levels, but given almost all wallets now follow BIP 44/49/84, I'm not familiar with any.

that makes sense.
i believe wallets that are designed like Electrum that have focused on both BIP-32 (HD wallets) and cold storage mode (offline-online) must use non-hardened addresses because if they don't the online-offline mode won't work since it requires master public key only on the online wallet.
core doesn't have this feature so it gets away with it.

i whave a question.. Hugs from Argentina.
I have Electrum Wallet.
Standard wallet.
Native Segwit
BIP32

where can i get the path? is just m/0 ?
if i use https://iancoleman.io/bip39/
give me an error because my wallet still use bip32, (but is native segwit)

i 'm just  learning...
have you clear this subject?
 Undecided


Post
Topic
Board Electrum
Re: Electrum Wallet. I Want my Private Key.
by
MOCOSAARGENTINA
on 16/03/2021, 20:13:00 UTC
Electrum doesn't follow BIP39 standards. Go to console and type getmasterprivate.

If the post above didn't work, add () at the end of that command, so type getmasterprivate()

Post
Topic
Board Electrum
Re: Electrum Wallet. I Want my Private Key.
by
MOCOSAARGENTINA
on 16/03/2021, 20:04:01 UTC
i tried... bip32.org
but it dowsnt work.
What do you mean by "You tried bip32.org"? Did you enter your seed phrase from your Electrum wallet on the live website to try and make it generate your master private key?

If this is the case, know that that seed phrase has now been compromised and that wallet is no longer safe. You should not send any funds to that wallet, and any funds which are currently on that wallet you should move out to a newly created wallet. Create a new Electrum wallet from scratch before following the instructions above to obtain your master private key for whatever purposes you need it for.

Never enter your seed phrase on a live website, ever.

yes.. i tried but it was on a wallet that i created for that, in particular... an example wallet to practice.
 Tongue
Post
Topic
Board Development & Technical Discussion
Re: Electrum Wallet. I Want my Private Key.
by
MOCOSAARGENTINA
on 15/03/2021, 23:48:36 UTC
Electrum doesn't follow BIP39 standards. Go to console and type getmasterprivate.

ohhh!! that is!!. Thanks!!  Grin
Post
Topic
Board Development & Technical Discussion
Topic OP
Electrum Wallet. I Want my Private Key.
by
MOCOSAARGENTINA
on 15/03/2021, 23:40:17 UTC

I have my Electrum Wallet created. 12 words. Segwit
I entered the seed and inside if my wallet i have my Public Master Key.

But.. Electrum doesnt give me the Master Private Key.
How can i get that?.

i tried... bip32.org
but it dowsnt work.