Skip to content

Commit

Permalink
Update README to reflect sensible local config
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorwick committed Aug 9, 2024
1 parent 101c7b0 commit 053fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To run a go-quai node, simply execute the `go-quai start` command. Be sure to sp

For example, here is the run command for miner (0x00a3e45aa16163F2663015b6695894D918866d19) in cyprus-1 (zone-0-0) on the "garden" test network:
```shell
./build/bin/go-quai start --node.slices "[0 0]" --node.coinbases "0x00a3e45aa16163F2663015b6695894D918866d19" --node.environment "garden"
./build/bin/go-quai start --node.slices "[0 0]"
```

For the full list of available options and their default values, consult the help menu:
Expand Down

0 comments on commit 053fedf

Please sign in to comment.