diff --git a/book/src/simple-testnet.md b/book/src/simple-testnet.md index 40c7b1e90d..540c81ffd2 100644 --- a/book/src/simple-testnet.md +++ b/book/src/simple-testnet.md @@ -1,33 +1,32 @@ # Simple Local Testnet -With a functional [development environment](./setup.md), starting a local multi-node -testnet is easy: +First, [install Lighthouse](./installation.md). -1. Start the first node: `$ lighthouse bn testnet -f recent 8` -1. Start a validator client: `$ lighthouse bn testnet -b insecure 0 8` -1. Start more nodes with `$ lighthouse bn -b 10 testnet -f bootstrap - http://localhost:5052` - - Increment the `-b` value by `10` for each additional node. +Then, get the current unix time in seconds; you can use +[epochconverter.com](https://www.epochconverter.com/) or `$ date +%s`. It +should look like this `1576803034` and you should use it wherever we put +`