Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Use a random `chainId`, keep `difficulty` low to mine fast.
Create a private blockchain in your `blockChainFolder` with your shell:

```sh
geth —datadir="ethdata" init genesis.json
geth —-datadir="ethdata" init genesis.json
```

Create a network for the private blockchain and start a console, chose a random (high) networkid:

```sh
geth —datadir="ethdata" —networkid 20123 console
geth —-datadir="ethdata" —-networkid 20123 console
```

Now you have access to your blockchain via console.
Expand Down