From aabfc82d6da04143a08a564dcd9ac37e4a129983 Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Fri, 11 Oct 2019 18:17:26 +0200 Subject: [PATCH] a few small updates --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9cf8658d8..59f44e96c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,8 @@ Start mining: $ lotus-storage-miner run ``` -In the Miner's startup log will be the miner address used for deals: e.g. `Registering miner 't0111' with full node.` +In the Miner's startup log will be the miner address used for deals: +e.g. `Registering miner 't0111' with full node.` Seal random data to start producing PoSts: @@ -164,7 +165,7 @@ This will initiate a retrieval deal and write the data to the outfile. (This pro ----- -Alternative to using the CLI commands above you can also use Pond, a graphical testbed for lotus. It can be used to spin up nodes, connect them in a given topology, start them mining, and observe how they function over time. +As an alternative to the CLI you can use Pond, a graphical testbed for lotus. It can be used to spin up nodes, connect them in a given topology, start them mining, and observe how they function over time. Build: @@ -182,7 +183,7 @@ Now go to http://127.0.0.1:2222. **Things to try:** -- Use `Spawn Node` to start a new lotus Node in a new draggable window. +- The `Spawn Node` button starts a new lotus Node in a new draggable window. - Click `[Spawn Storage Miner]` to start mining (make sure the Node's wallet has funds). - Click on `[Client]` to open the Node's client interface and propose a deal with an existing Miner. If successful you'll see a payment channel open up with that Miner. @@ -194,7 +195,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 that didn't help, open a new issue, ask in the [Community Forum]([https://discuss.filecoin.io](https://discuss.filecoin.io/)) or reach out to us via [Community chat](https://github.com/filecoin-project/community#chat). +* 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).