|
|
|
@ -57,6 +57,7 @@ Copy the following genesis definition to a file called `privateNetworkGenesis.js |
|
|
|
|
```json |
|
|
|
|
{ |
|
|
|
|
"config": { |
|
|
|
|
"constantinoplefixblock": 0, |
|
|
|
|
"ethash": { |
|
|
|
|
"fixeddifficulty": 1000 |
|
|
|
|
}, |
|
|
|
@ -209,4 +210,4 @@ Start a node with the [`--rpc-ws-enabled`](../Reference/Pantheon-CLI-Syntax.md#r |
|
|
|
|
When finished using the private network, stop all nodes using ++ctrl+c++ in each terminal window. |
|
|
|
|
|
|
|
|
|
!!!tip |
|
|
|
|
To restart the private network in the future, start from [4. Restart First Node as Bootnode](#4-restart-first-node-as-bootnode). |
|
|
|
|
To restart the private network in the future, start from [4. Restart First Node as Bootnode](#4-restart-first-node-as-bootnode). |
|
|
|
|