Since you can directly copy your encrypted accounts to another ethereum instance, this import/export mechanism is not needed when you transfer an account between nodes.
As you can directly copy your encrypted accounts to another ethereum instance,
this import/export mechanism is not needed when you transfer an account between
nodes.
`,
`,
},
},
},
},
...
@@ -156,16 +159,18 @@ Use "ethereum dump 0" to dump the genesis block.
...
@@ -156,16 +159,18 @@ Use "ethereum dump 0" to dump the genesis block.
Console is an interactive shell for the Ethereum JavaScript runtime environment which exposes a node admin interface as well as the DAPP JavaScript API.
Console is an interactive shell for the Ethereum JavaScript runtime environment
which exposes a node admin interface as well as the DAPP JavaScript API.
See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
`,
`,
},
},
{
{
Action:execJSFiles,
Action:execJSFiles,
Name:"js",
Name:"js",
Usage:`executes the given JavaScript files in the Ethereum Frontier JavaScript VM`,
Usage:`executes the given JavaScript files in the Ethereum JavaScript VM`,
Description:`
Description:`
The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP
JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console