-
Notifications
You must be signed in to change notification settings - Fork 52
make config pieces JSON compliant / (FR) allow to change spec parameters #60
Comments
Thx! Great tool. |
My workaround for now:
though not elegant nor universal |
They're intended to be either 1) templated or 2) using a command line option that already exists in the parity cli since they can be added to the end of the command. |
Have a look at this: https://gitlab.com/electronDLT/chainhammer/blob/master/parity.md#run-13 To change the blocktime on the fly, I am using (AFTER because BEFORE ... the template which contains stepDuration (
As there is no commandline switch (or is there?) that case could only fall under "1) templated" - right? |
You can also use the custom_chain.toml which is a chain spec and node config within one file. There's example in the customchain directory. For any additional arguments just add it to the end of the |
ah, nice one. I had overlooked that until now. Might try. But my tweaking of |
I cannot get past this:
and I suppose that is because the file looks like this:
and not like this
Could you perhaps in a future version make the separate config pieces JSON compliant? Then parameters are easier to change:
And/or:
(How) can I change the genesis parameter on the commandline
perhaps like this?
The text was updated successfully, but these errors were encountered: