I have found many default derivation path online which is used in bitcoin core, but i still can't get the correct one so that i can import my bitcoin wallet to my electrum wallet (BIP 39 option) with 18 words seed which i had got from bitsblock.io while initial download. I wanted to know how can we exactly find the derivation path in Qt GUI, as i had found a command online wallet.keystore.derivation
but it doesn't work.
Asked
Active
Viewed 726 times
0
-
Please help as i don't have enough knowledge in coding – Ebrahim Gabliya Feb 12 '20 at 09:10
-
bitsblock.io is not Bitcoin Core. – Septem151 Feb 13 '20 at 19:45
2 Answers
2
How to find/view derivation path in Bitcoin Core
so that i can import my bitcoin wallet to my electrum wallet
I've read this cannot be done in Electrum.
18 words seed which i had got from bitsblock.io while initial download.
That's not Bitcoin core!
The bitsblock.io website copied the visual style of Bitcoin.org -- which seems a bit suspicious?
It is a recently created domain
Domain Name: BITSBLOCK.IO
Creation Date: 2019-10-23T15:24:40Z

RedGrittyBrick
- 26,841
- 3
- 25
- 51
0
You simply can not, they are completely incompatible.
Bitcoin Core uses hardened derivation and Electrum does not.

Claris
- 15,408
- 2
- 26
- 43
-
but still if we need to know the path from Bitcoin Core then how can we? – Ebrahim Gabliya Feb 12 '20 at 15:41