mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
docs/Command-Line-Options.md: --password option
Add documentation for known issue and workaround as requested in Issue #19905
This commit is contained in:
parent
83ceb45320
commit
259cf33dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ PERFORMANCE TUNING OPTIONS:
|
||||||
|
|
||||||
ACCOUNT OPTIONS:
|
ACCOUNT OPTIONS:
|
||||||
--unlock value Comma separated list of accounts to unlock
|
--unlock value Comma separated list of accounts to unlock
|
||||||
--password value Password file to use for non-interactive password input
|
--password value Password file to use for non-interactive password input. Note this will not work for password files formatted with Byte Order Marks etc. as included by default with Windows text files; see https://github.com/ethereum/go-ethereum/issues/19905 for a workaround and updates.
|
||||||
--signer value External signer (url or path to ipc file)
|
--signer value External signer (url or path to ipc file)
|
||||||
--allow-insecure-unlock Allow insecure account unlocking when account-related RPCs are exposed by http
|
--allow-insecure-unlock Allow insecure account unlocking when account-related RPCs are exposed by http
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue