-
Notifications
You must be signed in to change notification settings - Fork 1.7k
CLI --unlock does not work #1798
Comments
Thanks for reporting! But I believe 1.2.3 should work fine, the error you get might indicate that no valid password for this account has been found in file you provided. Can you double check if the password is correct (make sure it uses one password per line and that there is a trailing new line after last password). Second error will be displayed if you pass file in quotes |
Password is correct, this is plain text file with just a password followed by newline. |
Ok, I will double check 1.2.3 then. |
@tomusdrw I think some better error message on launch would be cool, like "invalid password" followed by process exit. |
Yes, I tried to make message more descriptive: I've checked 1.2.3 and couldn't reproduce the issue. This works fine for me: @debris: any ideas? Can it be OSX-specific? |
I got the same error using Parity v1.8.4-beta
I fixed it by replacing |
Having the same issue with the current version (master). No matter what I provide as password file, I get This seems to be an issue parsing what the file should be. If you call: => it considers |
workaround: |
This is fixed already, please upgrade your client. |
Did you fix it today? I rebuilt today.
…On Mon, Feb 12, 2018, 17:59 Afri Schoedon ***@***.***> wrote:
This is fixed already, please upgrade your client.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1798 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAtFpOZzlKKobYv6P4oQwWZmYTIV8vTuks5tUG3ugaJpZM4JaJ-u>
.
|
parity --unlock "0x123..." --password /path/to/pass.txt
I execute
eth_sendTransaction
via JSON RPC:Your account is locked. Unlock the account via CLI, personal_unlockAccount or use Trusted Signer
And of course I use correct address as rpc param.
If I replace it with
personal_signAndSendTransaction
it works for me, but this op is pretty expensive I guess if you send a lot of continuous payments.parity
master
.On 1.2.3 I can't even launch it due to various errors:
Depends on how I specify path. OSX.
The text was updated successfully, but these errors were encountered: