You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,22 @@ ethnode
18
18
19
19
By default `ethnode` runs `geth`. If you want to run `parity` type `ethnode parity`.
20
20
21
+
# Examples
22
+
23
+
## Start ethnode and store the data in a specific directory
24
+
Every time you run `ethnode`, it creates a new temporary directory to store the data. If you want to persist the data across
25
+
```
26
+
ethnode --workdir=mydata
27
+
```
28
+
29
+
## Start ethnode and allocate 100ETH to one or more target addresses
30
+
Sometimes you want to allocate Ether to some specific addresses (maybe some other accounts you have on MetaMask). This is an alternative approach to import a private key to your MetaMask extension.
0 commit comments