From 4d0ef41a2c2de304c174db9898bffd5ba1831dc3 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 6 Jan 2020 14:31:43 +1100 Subject: [PATCH] Fix testnet docs (#747) * Fix testnet docs * Minor fixes * More fixes * Describe http flag * Tidy * Revert change * Address suggestion from Pawan --- book/src/simple-testnet.md | 56 ++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 32 deletions(-) diff --git a/book/src/simple-testnet.md b/book/src/simple-testnet.md index 40c7b1e90..540c81ffd 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 +`