You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -255,9 +255,13 @@ The **_[config.toml](./cmd/chainsimulator/config/config.toml)_** file:
255
255
# round-duration-in-milliseconds parameter specifies the duration of a simulated round. The timestamp between two headers will correspond to the round duration but will not reflect real-time
256
256
round-duration-in-milliseconds = 6000
257
257
# rounds-per-epoch specifies the number of rounds per epoch
258
-
# initial-round when the chain simulator will start
259
-
initial-round = 1
260
258
rounds-per-epoch = 20
259
+
# initial-round specifies with what round the chain simulator will start
260
+
initial-round = 0
261
+
# initial-nonce specifies with what nonce the chain simulator will start
262
+
initial-nonce = 0
263
+
# initial-epoch specifies with what epoch the chain simulator will start
264
+
initial-epoch = 0
261
265
# mx-chain-go-repo will be used to fetch the node configs folder
0 commit comments