We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在Path=m/44'/60'/0'/0/0的钱包下生成子钱包,那childPath是多少呢?
The text was updated successfully, but these errors were encountered:
因为ETH账户是基于Account模型的,严格来说他并不符合BIP44,所以并没有子地址和子账户一说。不过为了使用助记词保存私钥,固定的选取了m/44'/60'/0'/0/0这个路径作为ETH的账户。 对于BTC类的,一般都是m/44'/0'/0'/0/x 是收款地址 m/44'/0'/0'/1/x 是找零地址
Sorry, something went wrong.
No branches or pull requests
在Path=m/44'/60'/0'/0/0的钱包下生成子钱包,那childPath是多少呢?
The text was updated successfully, but these errors were encountered: