Replies: 1 comment
-
This is not a bug in ethers. Please read the instructions when opening an issue this should have been a discussion. The HD path just specifies what path to compute the bytes for a private key from, and ethers will always compute the Ethereum account for that private key. If you want a Bitcoin address you will need to compute that yourself, or use a Bitcoin library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.4
Search Terms
No response
Describe the Problem
i try with
hdNode.derivePath( "m/44'/0'/0'/0/0" )
but i can't. Ethereum address returns.Code Snippet
No response
Contract ABI
No response
Errors
No response
Environment
node.js (v12 or newer)
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions