update Kiln book chapter (#3853)
* update Kiln book chapter * remove reference to kiln branch of nethermind
This commit is contained in:
parent
571577c662
commit
ee27274078
|
@ -31,10 +31,10 @@ You will need to pass this file to both the Execution Client and the Consensus C
|
|||
### Nethermind
|
||||
|
||||
#### 2.1N Clone and build
|
||||
Clone and build the `kiln` branch of Nethermind:
|
||||
Clone and build Nethermind:
|
||||
|
||||
```
|
||||
git clone --recursive -b kiln https://github.com/NethermindEth/nethermind.git
|
||||
git clone --recursive https://github.com/NethermindEth/nethermind.git
|
||||
cd nethermind/src/Nethermind
|
||||
dotnet build Nethermind.sln -c Release
|
||||
```
|
||||
|
@ -43,7 +43,7 @@ dotnet build Nethermind.sln -c Release
|
|||
Start Nethermind:
|
||||
|
||||
```
|
||||
cd kiln/nethermind/src/Nethermind/Nethermind.Runner
|
||||
cd nethermind/src/Nethermind/Nethermind.Runner
|
||||
dotnet run -c Release -- --config kiln --JsonRpc.Host=0.0.0.0 --JsonRpc.JwtSecretFile=/tmp/jwtsecret
|
||||
```
|
||||
|
||||
|
@ -51,10 +51,10 @@ dotnet run -c Release -- --config kiln --JsonRpc.Host=0.0.0.0 --JsonRpc.JwtSecre
|
|||
|
||||
#### 2.1G Clone and build
|
||||
|
||||
Clone and build the `merge-kiln-v2` branch from Marius' fork of Geth:
|
||||
Clone and build Geth:
|
||||
|
||||
```
|
||||
git clone -b merge-kiln-v2 https://github.com/MariusVanDerWijden/go-ethereum.git
|
||||
git clone https://github.com/ethereum/go-ethereum.git
|
||||
cd go-ethereum
|
||||
make geth
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue