Skip to content

Commit

Permalink
rm: --mining-key flag from node guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Jan 8, 2024
1 parent 120eaaa commit b19cd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev-guide/src/getting-started/running-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Now that you've built a `creditcoin-node` from source, you can get a minimal development node running with:

```bash
./target/release/creditcoin-node --dev --mining-key 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY --mining-threads 1
./target/release/creditcoin-node --dev
```

The node should start running and produce output similar to below:
Expand Down Expand Up @@ -42,5 +42,5 @@ By default this is a temporary chain, so when you stop your development node the
chain that is persistent, you can use the `local` chain specification:

```bash
./target/release/creditcoin-node --chain local --validator --mining-key 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY --mining-threads 2
./target/release/creditcoin-node --chain local --validator
```

0 comments on commit b19cd86

Please sign in to comment.