Skip to content

Commit fdd5514

Browse files
0.2.19
1 parent 61cfaf1 commit fdd5514

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ npx quorum-genesis-tool --consensus QBFT
143143
To generate config for HLF Besu using QBFT
144144

145145
```
146-
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
146+
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
147147
```
148148

149149
To generate config for GoQuorum using IBFT

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quorum-genesis-tool",
3-
"version": "0.2.17",
3+
"version": "0.2.20",
44
"description": "A utility that lets developers create genesis files and node (&account) keys from ConsenSys!",
55
"main": "build/index.js",
66
"types": "build/typescript/index.d.ts",

0 commit comments

Comments
 (0)