mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
fix the comments
This commit is contained in:
parent
68d7c6d311
commit
aee81a58d4
@ -17,12 +17,10 @@ It is obvious that you must have enough computing power or dedicated hardware in
|
||||
1. A special smart contract named **_deposit contract_** is deployed on the original Ethereum blockchain. Note that in this case, the new beacon chain and the original blockchain co-exists.
|
||||
2. To "register" as a validator, you have to first deposit **_32 Ether_** from your account to this smart contract.
|
||||
3. Run the beacon node and wait for the network to sync before your validator is activated.
|
||||
4. That's all! Remember to stay connected to the network, or you may lose your deposit. :P
|
||||
4. That's all! Remember to stay connected to the network, or you may lose some of your deposit, as punishment, depending on how long you're offline. :P
|
||||
|
||||
## 4. What is Nimbus?
|
||||
|
||||
In a sentence, Nimbus is an Ethereum 1.0 & 2.0 Client for Resource-Restricted Devices.
|
||||
|
||||
It is open sourced at [github.com/status-im/nimbus](github.com/status-im/nimbus). Development progress and updates can be viewed at the [Nimbus blog](https://our.status.im/tag/nimbus/).
|
||||
|
||||
## 5. Why should you choose Nimbus?
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Installation
|
||||
|
||||
Beacon chain can run on Linux, macOS, Windows, and Andriod. At the moment, Nimbus has to be built from source.
|
||||
Beacon chain can run on Linux, macOS, Windows, and Android. At the moment, Nimbus has to be built from source.
|
||||
|
||||
## External Dependencies
|
||||
|
||||
|
@ -18,9 +18,9 @@ Before we start, we have to obtain 32 Ethers on the Goerli testnet. Then, we can
|
||||
3. Post your account address on a social media platform (Twitter or Facebook). Copy the url to the post.
|
||||
4. Paste your post url on the [Goerli faucet](https://faucet.goerli.mudit.blog/) and select `Give me Ether > 37.5 Ethers` from the top right cornor of the page.
|
||||
5. Wait for a few seconds and return to your MetaMask wallet to check if you have successfully received.
|
||||
6. Once the [prerequisites](./install.md) are installed, you can connect to testnet0 with the following commands: <br>
|
||||
6. Once the [prerequisites](./install.md) are installed, you can connect to the witti testnet with the following commands: <br>
|
||||
|
||||
- Change `witti` to `testnet0` to connect to the witti testnet.
|
||||
- Change `witti` to `testnet0` to connect to testnet0.
|
||||
- **_Remember to replace `make` with `mingw32-make` if using Windows._**
|
||||
|
||||
```bash
|
||||
@ -53,7 +53,7 @@ You can also get a brief estimate of the time remaining until your network gets
|
||||
|
||||
## Trouble Shooting
|
||||
|
||||
1. The directory that stores the blockchain data of the testnet is `build/data/witti` (replace `witti` with other testnet names). Delete this folder if you want to start over. For example, you can start over with a fresh storage if you entered a wrong private key.
|
||||
1. The directory that stores the blockchain data of the testnet is `build/data/shared_witti_0` (replace `witti` with other testnet names). Delete this folder if you want to start over. For example, you can start over with a fresh storage if you entered a wrong private key.
|
||||
|
||||
2. Currently, you have to switch to the devel branch in order to run the validator node successfully.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user