Commit Graph

11 Commits

Author SHA1 Message Date
Frank
14ec9a2068 update storage miner and seal worker document 2020-07-11 16:55:13 +08:00
Frank
b2f94e4239 update lotusstorage 2020-07-09 10:20:25 +08:00
Frank
5b9baba900 fix issue 2304: ux improvements 2020-07-09 10:20:25 +08:00
Jim Pick
6e11ff3796 Make libp2p swarm Announce / NoAnnounce addresses configurable
In go-ipfs, it is possible to manually configure addresses to announce
or not announce to the swarm.

https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addressesannounce

This PR adds the same feature to Lotus. It can be configured from the [libp2p]
section of either the .lotus or .lotusstorage config.toml file. Example:

[Libp2p]
  ListenAddresses = ["/ip4/0.0.0.0/tcp/34515", "/ip6/::/tcp/34515"]
  AnnounceAddresses = ["/ip4/52.13.91.110/tcp/34515"]
2020-06-08 17:03:11 -07:00
@wwwjim
faa348dae1 documentation: fixes formatting issue and removes copy issue 2019-12-18 13:46:09 -08:00
@wwwjim
35cbcd5e9e documentation: adds prettier formatting to markdown files (en) 2019-12-18 10:40:47 -08:00
wwwjim
ead62f2cf8 documentation: testnet update 2019-12-11 07:38:04 -08:00
wwwjim
5dffc5bc02 documentation: latest updates from feedback across team 2019-12-09 04:53:40 -08:00
wwwjim
6a64292ba0 documentation: current state of public documentation from https://docs.lotu.sh 2019-12-06 07:26:03 -08:00
wwwjim
af53ca988f documentation: revisions 2019-12-04 09:53:36 -08:00
wwwjim
30779390a0 documentation: small copy updates 2019-12-04 07:39:41 -08:00