diff --git a/docs/kiln_geth_local_testnet.md b/docs/kiln_geth_local_testnet.md deleted file mode 100644 index efaf200c2..000000000 --- a/docs/kiln_geth_local_testnet.md +++ /dev/null @@ -1,31 +0,0 @@ -# How to run Geth - -- Clone Geth: `git clone https://github.com/ethereum/go-ethereum.git ~/go-ethereum` -- Build Geth with `make geth` -- Run `scripts/run-catalyst.sh` to run Geth. It listens on port 8551. - -# Verify Geth and Nimbus interoperate - -- Clone Nimbus -- Run `scripts/run-catalyst.sh`. This depends on the paths set up in the first section. If those are changed, adjust accordingly. -- Run `./env.sh nim c -r scripts/test_merge_vectors.nim`. It should show output akin to: - -``` -[Suite] Merge test vectors - [OK] getPayload, newPayload, and forkchoiceUpdated -``` - -# How to run Nimbus local testnet with Geth - -- Check out branch `kiln` -- Run (and keep running) `./scripts/run-catalyst.sh`. -- Run `./scripts/launch_local_testnet.sh --preset minimal --nodes 4 --disable-htop --stop-at-epoch 7 -- --verify-finalization --discv5:no` - -This creates a 4-node local testnet with 128 validators. - -The Nimbus console output will be similar to -![./nimbus_localhost_run.png](./nimbus_localhost_run.png) -The broken pipe on `tail` is normal, and unrelated to merge aspects of Nimbus. - -Meanwhile, Nimbus is interacting with Geth in preparing, getting, and executing payloads: -![./kiln_geth_logs.png](./kiln_geth_logs.png) diff --git a/docs/kiln_geth_logs.png b/docs/kiln_geth_logs.png deleted file mode 100644 index 735b8b3cd..000000000 Binary files a/docs/kiln_geth_logs.png and /dev/null differ diff --git a/docs/nimbus_localhost_run.png b/docs/nimbus_localhost_run.png deleted file mode 100644 index b7d7243f7..000000000 Binary files a/docs/nimbus_localhost_run.png and /dev/null differ