mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-15 17:30:44 +00:00
ACCOUNTCMD.GO
This commit is contained in:
parent
1269bea37d
commit
2a16337460
1 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ var (
|
||||||
ArgsUsage: "",
|
ArgsUsage: "",
|
||||||
Category: "ACCOUNT COMMANDS",
|
Category: "ACCOUNT COMMANDS",
|
||||||
Description: `
|
Description: `
|
||||||
geth wallet import /path/to/my/presale.wallet
|
XDC wallet import /path/to/my/presale.wallet
|
||||||
|
|
||||||
will prompt for your password and imports your ether presale account.
|
will prompt for your password and imports your ether presale account.
|
||||||
It can be used non-interactively with the --password option taking a
|
It can be used non-interactively with the --password option taking a
|
||||||
|
|
@ -56,7 +56,7 @@ passwordfile as argument containing the wallet password in plaintext.`,
|
||||||
utils.LightKDFFlag,
|
utils.LightKDFFlag,
|
||||||
},
|
},
|
||||||
Description: `
|
Description: `
|
||||||
geth wallet [options] /path/to/my/presale.wallet
|
XDC wallet [options] /path/to/my/presale.wallet
|
||||||
|
|
||||||
will prompt for your password and imports your ether presale account.
|
will prompt for your password and imports your ether presale account.
|
||||||
It can be used non-interactively with the --password option taking a
|
It can be used non-interactively with the --password option taking a
|
||||||
|
|
@ -112,7 +112,7 @@ Print a short summary of all accounts`,
|
||||||
utils.LightKDFFlag,
|
utils.LightKDFFlag,
|
||||||
},
|
},
|
||||||
Description: `
|
Description: `
|
||||||
geth account new
|
XDC account new
|
||||||
|
|
||||||
Creates a new account and prints the address.
|
Creates a new account and prints the address.
|
||||||
|
|
||||||
|
|
@ -137,7 +137,7 @@ password to file or expose in any other way.
|
||||||
utils.LightKDFFlag,
|
utils.LightKDFFlag,
|
||||||
},
|
},
|
||||||
Description: `
|
Description: `
|
||||||
geth account update <address>
|
XDC account update <address>
|
||||||
|
|
||||||
Update an existing account.
|
Update an existing account.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue