From b370ec3d78cd4ada566dbd7f2d87dbb786c726c1 Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Tue, 15 Oct 2019 17:16:28 +0200 Subject: [PATCH 1/3] trying out svg --- docs/images/lotus_logo_h.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/images/lotus_logo_h.svg diff --git a/docs/images/lotus_logo_h.svg b/docs/images/lotus_logo_h.svg new file mode 100644 index 000000000..cf9f17449 --- /dev/null +++ b/docs/images/lotus_logo_h.svg @@ -0,0 +1 @@ +lotus_logo_h \ No newline at end of file From fd47e68c71d657ed656c2f81592813fb697ac5f9 Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Wed, 16 Oct 2019 21:27:18 +0200 Subject: [PATCH 2/3] updating dash url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33bd1532f..95e8f9655 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can follow sync status with: $ watch lotus sync status ``` -You can view the latest block height along with other network metrics at the [lotus Devnet dashboard](https://lotus-metrics.kittyhawk.wtf/d/z6FtI92Zz/chain?orgId=1&refresh=5s&kiosk). +You can view the latest block height along with other network metrics at the [lotus Devnet dashboard](https://lotus-metrics-test.kittyhawk.wtf/chain). [It may take a few minutes for the chain to finish syncing. You will see `Height: 0` until the full chain is synced and validated.] @@ -80,7 +80,7 @@ $ lotus wallet new bls t3... ``` -Grab some funds from faucet - go to https://lotus-faucet.kittyhawk.wtf, paste the address +Grab some funds from the faucet - go to https://lotus-faucet.kittyhawk.wtf, paste the address you just created, and press Send. Check the wallet balance (balance is listed in attoFIL, where 1 attoFIL = 10^-18 FIL): From ea8cf1cd5755bf7138d94d81d65a44af7676a8d6 Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Thu, 17 Oct 2019 00:33:39 +0200 Subject: [PATCH 3/3] updating dashboard url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95e8f9655..17ea7dad1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can follow sync status with: $ watch lotus sync status ``` -You can view the latest block height along with other network metrics at the [lotus Devnet dashboard](https://lotus-metrics-test.kittyhawk.wtf/chain). +then view latest block height along with other network metrics at the https://lotus-metrics.kittyhawk.wtf/chain. [It may take a few minutes for the chain to finish syncing. You will see `Height: 0` until the full chain is synced and validated.] @@ -229,7 +229,7 @@ Now go to http://127.0.0.1:2222. * `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). +* 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).