From 54e8e65bc7269fd86eab4694eff1306ba6b5fa72 Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Tue, 27 Aug 2019 16:15:57 +0200 Subject: [PATCH] Fixed some git lfs info --- source/docs/building.md | 3 ++- source/docs/eth1.md | 3 ++- source/docs/t1.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/source/docs/building.md b/source/docs/building.md index e7ec45a..f1ba9f0 100644 --- a/source/docs/building.md +++ b/source/docs/building.md @@ -28,12 +28,13 @@ Nimbus will now run and attempt to synchronize with the Ethereum 1.0 blockchain. The beacon chain simulation runs several beacon nodes on the local machine, attaches several local validators to each, and builds a beacon chain between them. This is a precursor to our [testnet](https://our.status.im/the-nimbus-mvp-testnet-is-here/). +Prerequisites: Golang 1.12+, because we need it to build the Go libp2p daemon for node communication. You also need `git-lfs` installed to run tests - on Windows that's a command documented below, on other operating systems it can be installed using your system's package manager (e.g. `sudo apt-get install git-lfs`). + Enter the Ethereum 2.0 realm of Nimbus: ```bash git clone https://github.com/status-im/nim-beacon-chain cd nim-beacon-chain -make update # >>> WINDOWS ONLY <<< make fetch-dlls # WINDOWS ONLY diff --git a/source/docs/eth1.md b/source/docs/eth1.md index e7cb00b..22fffc9 100644 --- a/source/docs/eth1.md +++ b/source/docs/eth1.md @@ -27,7 +27,8 @@ To run Nimbus in Ethereum 1.0 mode: ```bash make nimbus +make test ./build/nimbus ``` -Nimbus will now run and attempt to synchronize with the Ethereum 1.0 blockchain. It can currently reach block 1.5 million. \ No newline at end of file +Nimbus will now run and attempt to synchronize with the Ethereum 1.0 blockchain. It can currently reach block 1.5 million. diff --git a/source/docs/t1.md b/source/docs/t1.md index 58c540b..dbdf049 100644 --- a/source/docs/t1.md +++ b/source/docs/t1.md @@ -7,7 +7,7 @@ Testnet1 is a cutting edge highly breakable in-flux testnet we use to test new f ## Joining Nimbus Testnet 1 -Before following the instructions below, please make sure you have Go installed. Follow [official instructions](https://golang.org/doc/install) and make sure it's above version 1.12. This is required because we build the Libp2p Go daemon. +Before following the instructions below, please make sure you have Go installed. Follow [official instructions](https://golang.org/doc/install) and make sure it's above version 1.12. This is required because we build the Libp2p Go daemon. You also need `git-lfs` installed - on Windows that's a command documented below, on other operating systems it can be installed using your system's package manager (e.g. `sudo apt-get install git-lfs`). ```bash git clone https://github.com/status-im/nim-beacon-chain