Merge pull request #367 from eshon/master
Some additional docs updates to README
This commit is contained in:
commit
15ec5a5174
11
README.md
11
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).
|
||||
|
||||
### 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.
|
||||
|
||||
### 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
|
||||
@ -123,7 +127,7 @@ $ lotus-storage-miner state power <miner>
|
||||
$ lotus-storage-miner state sectors <miner>
|
||||
```
|
||||
|
||||
If you create multiple miners view them with:
|
||||
You can view a list of miners with:
|
||||
|
||||
```sh
|
||||
$ lotus state list-miners
|
||||
@ -216,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).
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user