From aee81a58d4328820b47d648c897c4ebd303a771f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A9=B7=E5=A9=B7?= Date: Fri, 19 Jun 2020 23:30:05 +0800 Subject: [PATCH] fix the comments --- docs/src/faq.md | 4 +--- docs/src/install.md | 2 +- docs/src/validator.md | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/src/faq.md b/docs/src/faq.md index f172c8909..699eb86ab 100644 --- a/docs/src/faq.md +++ b/docs/src/faq.md @@ -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? diff --git a/docs/src/install.md b/docs/src/install.md index 86a9a34dd..4c1262b63 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -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 diff --git a/docs/src/validator.md b/docs/src/validator.md index 6972e071b..d4c8129f8 100644 --- a/docs/src/validator.md +++ b/docs/src/validator.md @@ -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:
+6. Once the [prerequisites](./install.md) are installed, you can connect to the witti testnet with the following commands:
-- 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.