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
Describe the bug I tried using a KMD private key in MM2.json as below:
MM2.json
{ "gui": "MM2CLI", "netid": 8762, "seednodes": ["seed15.komodo.earth", "seed16.komodo.earth"], "rpc_password": "RPC_CONTRoL_USERP@SSW0RD", "hd_account_id": 0, "passphrase": "UqMgxk7ySPNQ4r9nKAFPjkXy6r5t898yhuNCjSZJLg3RAM4WW1m9" }
And had the following response in logs when attempting to launch ./mm2:
./mm2
09 12:04:53, mm2:266] AtomicDEX API 1.0.6-beta_33ba72f DT 2023-08-07T13:20:03+03:00 09 12:04:53, mm2_main::mm2::lp_native_dex:425] INFO Version: 1.0.6-beta_33ba72f DT 2023-08-07T13:20:03+03:00 09 12:04:53, mm2_core::mm_ctx:353] INFO MmCtx (2953133215) has been dropped 09 12:04:53, log:1028] LogState] Bye! 09 12:04:53, mm2:269] mm2:340] mm2:145] lp_native_dex:435] global_hd_ctx:35] privkey:120] Invalid passphrase: Error parsing passphrase: invalid word in phrase
Likely this is because the private key is not in the bip39 wordlist. Is it possible to allow using valid private keys?
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue. Will investigate this as part of the HD wallet fixes #1838
Sorry, something went wrong.
shamardy
No branches or pull requests
Describe the bug
I tried using a KMD private key in
MM2.json
as below:And had the following response in logs when attempting to launch
./mm2
:Likely this is because the private key is not in the bip39 wordlist. Is it possible to allow using valid private keys?
The text was updated successfully, but these errors were encountered: