From 9f435de2a443971b75726dca2eca0fc2035e502a Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Mon, 14 Oct 2019 15:59:01 +0200 Subject: [PATCH 1/4] adding note about auto-joining Devnet --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e3566ed2..5c8f3f6c4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ If you have run lotus before and want to remove all previous data: `rm -rf ~/.lo The following sections describe how to use the lotus CLI. Alternately you can run lotus nodes and miners using the [Pond GUI](#pond). +### lotus Devnet + +The current lotus build will automatically join the lotus Devnet using the genesis and bootstrap files in the `build/` directory. No configuration is needed. + ### Start Daemon ```sh @@ -64,8 +68,8 @@ t3... Grab some funds from faucet - go to http://147.75.80.29:777/, paste the address you just created, and press Send. -(You can also generate a public key address using secp256k1 with `lotus wallet new secp256k1`. -BLS signatures use less space so will have lower fees.) +(You can also generate a public key address using secp256k1 with +`lotus wallet new secp256k1`. BLS signatures use less space so will have lower fees.) Check the wallet balance: ```sh From bd177e6438b7694e83030fd9091af83d116bde68 Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Mon, 14 Oct 2019 16:07:18 +0200 Subject: [PATCH 2/4] adding note about auto-join of devnet - request from pooja --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c8f3f6c4..69eb1ad8f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you have run lotus before and want to remove all previous data: `rm -rf ~/.lo The following sections describe how to use the lotus CLI. Alternately you can run lotus nodes and miners using the [Pond GUI](#pond). -### lotus Devnet +### Genesis & Bootstrap The current lotus build will automatically join the lotus Devnet using the genesis and bootstrap files in the `build/` directory. No configuration is needed. From 777bebf1cfb7cf335a2e70a0ea5fee0855b86b24 Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Mon, 14 Oct 2019 19:39:35 +0200 Subject: [PATCH 3/4] adding chain sethead --genesis cmd if stuck on a fork --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eb1ad8f..a0dee9110 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ Now go to http://127.0.0.1:2222. * Turn it off and on - Start at the top * `rm -rf ~/.lotus ~/.lotusstorage/` * Verify you have the correct versions of dependencies +* If stuck on a bad fork, try `lotus chain sethead --genesis` * If that didn't help, open a new issue, ask in the [Community Forum](https://discuss.filecoin.io) or reach out via [Community chat](https://github.com/filecoin-project/community#chat). From 68572c46594ae1458d979de772c0d2486cac081f Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Tue, 15 Oct 2019 00:08:23 +0200 Subject: [PATCH 4/4] revising list of miners cmd - global not local --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0dee9110..442891a5e 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ $ lotus-storage-miner state power $ lotus-storage-miner state sectors ``` -If you create multiple miners view them with: +You can view a list of miners with: ```sh $ lotus state list-miners