Fixed some git lfs info
This commit is contained in:
parent
7d9879fcce
commit
54e8e65bc7
|
@ -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/).
|
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:
|
Enter the Ethereum 2.0 realm of Nimbus:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/status-im/nim-beacon-chain
|
git clone https://github.com/status-im/nim-beacon-chain
|
||||||
cd nim-beacon-chain
|
cd nim-beacon-chain
|
||||||
make update
|
|
||||||
|
|
||||||
# >>> WINDOWS ONLY <<<
|
# >>> WINDOWS ONLY <<<
|
||||||
make fetch-dlls # WINDOWS ONLY
|
make fetch-dlls # WINDOWS ONLY
|
||||||
|
|
|
@ -27,7 +27,8 @@ To run Nimbus in Ethereum 1.0 mode:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make nimbus
|
make nimbus
|
||||||
|
make test
|
||||||
./build/nimbus
|
./build/nimbus
|
||||||
```
|
```
|
||||||
|
|
||||||
Nimbus will now run and attempt to synchronize with the Ethereum 1.0 blockchain. It can currently reach block 1.5 million.
|
Nimbus will now run and attempt to synchronize with the Ethereum 1.0 blockchain. It can currently reach block 1.5 million.
|
||||||
|
|
|
@ -7,7 +7,7 @@ Testnet1 is a cutting edge highly breakable in-flux testnet we use to test new f
|
||||||
|
|
||||||
## Joining Nimbus Testnet 1
|
## 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
|
```bash
|
||||||
git clone https://github.com/status-im/nim-beacon-chain
|
git clone https://github.com/status-im/nim-beacon-chain
|
||||||
|
|
Loading…
Reference in New Issue