From dea55f3310bdbe98504ad7f2989c66334bab016e Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Fri, 11 Oct 2019 23:12:07 +0200 Subject: [PATCH] fixing power cmd --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee91b717c..6b2c7132b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Start mining: $ lotus-storage-miner run ``` -In the Miner's startup log will be the miner address used for deals: +In the Miner's startup log will be the miner id used for deals: e.g. `Registering miner 't0111' with full node.` Seal random data to start producing PoSts: @@ -108,11 +108,14 @@ Seal random data to start producing PoSts: $ lotus-storage-miner store-garbage ``` -Check your Miner's power and sector usage using: +You can check Miner power and sector usage with the miner id: ```sh +# Total Power of the network $ lotus-storage-miner state power +$ lotus-storage-miner state power + $ lotus-storage-miner state sectors ```