Skip to content

Commit

Permalink
0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Sep 10, 2024
1 parent 61cfaf1 commit d5ed7ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ npx quorum-genesis-tool --consensus QBFT
To generate config for HLF Besu using QBFT

```
npx quorum-genesis-tool --consensus qbft --chainID 400 --blockperiod 5 --requestTimeout 10 --epochLength 30000 --difficulty 1 --gasLimit '0xFFFFFF' --coinbase '0x0000000000000000000000000000000000000000' --validators 4 --members 1 --bootnodes 0
npx quorum-genesis-tool --consensus qbft --chainID 400 --blockperiod 5 --requestTimeout 10 --epochLength 30000 --difficulty 1 --gasLimit '0xFFFFFF' --coinbase '0x0000000000000000000000000000000000000000' --validators 4 --members 0 --bootnodes 2
```

To generate config for GoQuorum using IBFT
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quorum-genesis-tool",
"version": "0.2.17",
"version": "0.2.18",
"description": "A utility that lets developers create genesis files and node (&account) keys from ConsenSys!",
"main": "build/index.js",
"types": "build/typescript/index.d.ts",
Expand Down

0 comments on commit d5ed7ab

Please sign in to comment.