Commit Graph

474 Commits

Author SHA1 Message Date
Frank
ce0f9922ee Update lotus-seal-worker to lotus-worker 2020-07-09 11:04:45 +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
Łukasz Magiera
a362ef97df
Merge pull request #2188 from filecoin-project/const-relaxation
make system constants configurable as vars.
2020-07-01 10:43:07 +02:00
jackoelv
2d180cdacf
Update mining-troubleshooting.md
some code changed, document should be changed too. 
by default, bench is not maked by make 2k. so ,first make bench is safe.
I have checked the makefile, the bundle name is not lotus-bench but 'bench'.
2020-07-01 09:45:40 +08:00
Raúl Kripalani
3b826e41f6 rename build.AllowableClockDrift{=>Secs}. 2020-06-30 15:00:01 +01:00
jackoelv
a4f6269724
Update mining.md
lotus-storage-miner state power should be changed to lotus state power
2020-06-27 23:16:24 +08:00
Lucas Molas
fbfe57cd63
doc: block validations (#1919)
Co-authored-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-26 20:13:14 -03:00
Rob Quist
3d3e384d5c
Merge pull request #2 from RobQuistNL/patch-2
Update makefile
2020-06-26 02:10:53 +02:00
Łukasz Magiera
b4c1594d99
Merge pull request #2073 from mitchwagner/patch-1
Remove redundant glossary item
2020-06-19 21:05:29 +02:00
Nathaniel Jensen
6b86dcde4a doc: Fix architecture broken link 2020-06-19 13:33:19 -03:00
Mitch Wagner
7c4225d01c
Remove redundant glossary item
The excised entry previously rendered twice in the glossary under two different keys. This commit removes one of those KV pairs to avoid that.
2020-06-18 21:31:26 -04:00
Jim Pick
2bf781d591 Fix bad link in hardware mining docs
This fixes a bad link.

There's also a link to the Github issue thread for results that still works, but
is a bit stale (for proofs before v20). I didn't attempt to fix that as there
doesn't appear to be a thread for v27 proofs.
2020-06-17 18:04:46 -07:00
RobQuistNL
20503de3ba Merge branch 'next' of github.com:filecoin-project/lotus into patch-3 2020-06-17 09:08:16 +02:00
Rob Quist
030472d61c
Remove Rust installation and remove Go installation guide 2020-06-16 15:30:41 +02:00
Łukasz Magiera
ab4c11c096 Merge remote-tracking branch 'origin/master' into next 2020-06-16 12:04:29 +02:00
Łukasz Magiera
6bbea74a7d
Merge pull request #1961 from RobQuistNL/patch-2
Update documentation about Lotus Seal Worker
2020-06-16 11:58:38 +02:00
Łukasz Magiera
8e025db656
Merge pull request #2014 from filecoin-project/fix/chain-reorgs-race
fix a potential race with chain reorgs notifees.
2020-06-12 20:35:16 +02:00
Łukasz Magiera
19afb57ac7
Merge pull request #1953 from jimpick/feat/libp2p-announce-addresses
Make libp2p swarm Announce / NoAnnounce addresses configurable
2020-06-12 19:28:13 +02:00
Rob Quist
ca8a00f8a1
Update hardware-mining.md 2020-06-12 18:19:04 +02:00
Rob Quist
9077dea0cd
Update install-lotus-ubuntu.md 2020-06-12 17:40:47 +02:00
Rob Quist
d670257402
Add back installation of Go and Rust 2020-06-12 17:30:43 +02:00
Łukasz Magiera
227819dc1e docs: Update local-dev-net 2020-06-12 10:03:31 +02:00
Anton Evangelatov
2ce3a5f887 docs: add a note about open files limit 2020-06-11 12:31:32 +02:00
Aayush Rajasekaran
6ba5c5d0e1 Doc fix: use correct file name 2020-06-11 12:31:32 +02:00
Lucas Molas
dc112a5a00 Lotus architecture notes (#1768)
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2020-06-11 12:31:32 +02:00
Anton Evangelatov
68959582b9 docs: add a note about open files limit 2020-06-11 00:15:46 +02:00
RobQuistNL
af4c4d4f1f Prevent words from being marked as glossary links 2020-06-10 11:44:35 +02:00
RobQuistNL
6d06bfb452 Update documentation 2020-06-10 11:41:58 +02:00
RobQuistNL
159a1a4645 Update other docs + bump go.mod version 2020-06-10 10:29:57 +02:00
Rob Quist
d4b230c137
Update Ubuntu installation documentation + bump required go version to 1.14 2020-06-10 10:24:38 +02:00
Aayush Rajasekaran
6d90f12bb6 Doc fix: use correct file name 2020-06-09 20:22:51 -03:00
Lucas Molas
469eef8231
Lotus architecture notes (#1768)
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2020-06-09 20:17:28 -03:00
Rob Quist
093dc907b3
Update documentation about Lotus Seal Worker
Running the initial command `lotus-seal-worker run` gave an error about `--address` being a required parameter.
After setting that to `127.0.0.1:2345` the miner started to freak out and sectors broke as the mining process locked up.

It seems like in the mean time the sealing work has already been moved into the `lotus-storage-miner` and thus doesn't need to run alongside the miner. 

Changed the docs to what I think is correct now - but please check, I could be horribly wrong :)
2020-06-09 20:57:21 +02: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
Jeromy
a8915f0331 add a doc on amd vs intel cpus 2020-06-03 08:45:53 -07:00
laser
12ff9fd76b update scripts and docs to use human-readable sector size
Commit #fa863595 modified various CLI commands to accept a 
human-readable sector size. We should update docs and scripts, too.
2020-06-01 09:20:44 -07:00
Whyrusleeping
1c01799a4b
Merge pull request #1855 from filecoin-project/feat/systemd-usage
Add systemd documention to table of contents
2020-05-29 14:07:09 -07:00
Aayush Rajasekaran
43c887f2b6 Fix broken link 2020-05-29 12:35:21 -04:00
Mike Greenberg
386b818d16 add systemd documention to table of contents 2020-05-27 19:28:31 -04:00
shepf
eb325e6814 update struct.go github url 2020-05-28 07:05:53 +08:00
Mike Greenberg
78e0c96f22 update systemd services; include make directives and docs for use 2020-05-27 17:17:18 -04:00
Aayush Rajasekaran
f7a45f6c12 Fix 3 typos 2020-05-14 18:27:47 -04:00
Aayush Rajasekaran
505e30c7b2 Docs finishing touches 2020-05-14 16:27:20 -04:00
Aayush Rajasekaran
744ae23c2c Documentation updates and fixes 2020-05-13 19:19:33 -04:00
Whyrusleeping
d124d10f7c
Merge pull request #1711 from filecoin-project/testnet/3-cleaned
Interop Staging - Cleaned
2020-05-12 17:04:10 -07:00
Łukasz Magiera
150346ae51 docs: document some mining-related env vars 2020-05-12 22:05:55 +02:00
Łukasz Magiera
ed67e4c5a9 docs: seal-worker updates 2020-05-12 21:09:40 +02:00
Teri Chadbourne
31c14dc908
Add link to new conceptual docs site 2020-05-05 16:00:24 -04:00
unknow16
4a68d02a4e
fix: content bug 2020-05-05 03:58:54 +08:00
Łukasz Magiera
a0bdf95845 ipfsclient: Add some docs 2020-04-30 13:21:51 +02:00
Łukasz Magiera
be439d3b13 Merge remote-tracking branch 'origin/master' into testnet/3 2020-04-30 13:03:08 +02:00
Jeromy
2de6a38c8b update docs 2020-04-17 17:12:39 -07:00
Aayush Rajasekaran
d73a9f4f34 Add info for miners who want to accept storage deals 2020-04-07 20:40:44 -04:00
Aayush Rajasekaran
77019c547b Add a minor detail to the FAQs 2020-03-15 21:57:46 -04:00
whyrusleeping
24bf720a9a Merge branch 'master' into testnet/3 2020-03-07 16:46:12 -08:00
Łukasz Magiera
12d870e274 sealmgr: Read only multi-path file manager 2020-03-04 03:24:08 +01:00
Łukasz Magiera
a0dbb6bdd6 Storage Manager refactor 2020-03-03 23:19:22 +01:00
Aayush Rajasekaran
e1570eedf3 Add a section for the CLI to lotu.sh 2020-03-01 20:30:17 -08:00
Aayush Rajasekaran
06ea2f573e Correct some sync info on lotu.sh 2020-03-01 20:30:17 -08:00
Łukasz Magiera
4dc35285dd Minimum sector size is now 2k 2020-02-28 01:48:34 +01:00
Łukasz Magiera
d787aa5007 Merge branch 'testnet/3' into feat/specs-actors 2020-02-24 18:32:02 +01:00
Łukasz Magiera
b8428423a1 get chain to runnable state 2020-02-22 14:10:46 +01:00
Łukasz Magiera
57064c97e0 docs: Fix add-miner command in local-dev-net.md 2020-02-21 22:02:30 +01:00
Łukasz Magiera
111d35deef seed: New genesis creation commands 2020-02-21 21:57:00 +01:00
Whyrusleeping
656c022ed6
Merge pull request #1260 from filecoin-project/doc/miner-wallet-bls
docs: Provide clearer instructions around bls wallets for miners
2020-02-17 11:17:32 -08:00
Aayush Rajasekaran
85c7864f78 Docs: Add a Lotus-only FAQs section to the Lotus website. 2020-02-14 18:38:14 -08:00
Travis Person
78c0c9b21a docs: Provide clearer instructions around bls wallets for miners 2020-02-12 23:36:56 +00:00
Aayush Rajasekaran
c4b790a910 Use HTTPS for links to the dashboard
- The link doesn't reliably work without HTTPS specified
2020-02-11 11:51:11 -08:00
jimmylee
a9cb1d6543 documentation: adds file name length limit 2020-02-10 22:31:45 -08:00
Travis Person
e9470d873e Update usage 2020-02-05 00:07:44 +00:00
jimmylee
53da298c4f documentation: updates library schema with fedora instructions 2020-01-29 01:04:43 -08:00
jimmylee
66bfadb71a documentation: adds lotus client list-deals for checking the status of a deal 2020-01-29 00:51:05 -08:00
Whyrusleeping
3b34eba612
Merge pull request #997 from filecoin-project/feat/testnet2
Testnet2
2020-01-13 19:48:34 -08:00
whyrusleeping
92357b3a8b note that you need to manually download params when building in debug mode 2020-01-13 17:15:42 -08:00
whyrusleeping
6ce9a7f225 switch default key type to secp256k1 2020-01-08 11:24:18 -08:00
Adam Hanna
9fd56318fe
adds fedora installation instructions 2019-12-27 21:58:00 +00:00
@wwwjim
a24fca671e documentation: adds library organization as json so its fully controllable from the lotus repo 2019-12-23 19:21:42 -08:00
@wwwjim
5ecd5093a9 documentation: renames redundant filename 2019-12-23 10:35:16 -08:00
wwwjim
5e04e5b85d documentation: adds chain sync progress command to troubleshooting 2019-12-22 21:43:37 -08:00
wwwjim
0458062bce desktop: updates proof parameter step with environment variable 2019-12-22 21:39:26 -08:00
wwwjim
9ae6bcc5df documentation: reduces script to one line in local-dev-net.md 2019-12-22 21:31:55 -08:00
wwwjim
727ae2b877 documentation: adds glossary to the documentation directory 2019-12-22 21:25:51 -08:00
@wwwjim
50716f42b0 documentation: makes it easy to discover the v20 proof parameters 2019-12-18 14:48:52 -08:00
@wwwjim
d67d0de4c4 documentation: Makes it clear that BELLMAN_CUSTOM_GPU is an environment variable 2019-12-18 14:34:28 -08:00
@wwwjim
faa348dae1 documentation: fixes formatting issue and removes copy issue 2019-12-18 13:46:09 -08:00
@wwwjim
7b5728985d documentation: improves lotus seal worker copy 2019-12-18 11:25:57 -08:00
@wwwjim
eb73a4f116 documentation: mining-worker.md -> mining-lotus-seal-worker.md 2019-12-18 11:11:18 -08:00
@wwwjim
e12c32512c documentation: makes it easier to search for troubleshooting errors in search 2019-12-18 11:10:24 -08:00
@wwwjim
b891bbd10d documentation: small changes to local-dev-net.md 2019-12-18 10:53:19 -08:00
@wwwjim
c003e39eb7 documentation: adds FIL_PROOFS_PARAMETER_CACHE docs 2019-12-18 10:48:54 -08:00
@wwwjim
161dc045ef documentation: adds code block label 2019-12-18 10:48:15 -08:00
@wwwjim
9332118b49 documentation: TestNet -> Testnet 2019-12-18 10:46:11 -08:00
@wwwjim
35cbcd5e9e documentation: adds prettier formatting to markdown files (en) 2019-12-18 10:40:47 -08:00
@wwwjim
ac535f3b63 documentation: deletes placeholder docs (cn) 2019-12-18 10:39:55 -08:00
Jim
a028f22ee6
Merge pull request #962 from filecoin-project/docs/gpu-troubleshooting
add some notes on troubleshooting GPU usage
2019-12-18 19:18:17 +01:00
Jim
f46d83d50d
Merge pull request #908 from filecoin-project/feat/worker-docs
add first pass at documentation on how to use mining worker
2019-12-18 18:47:38 +01:00
whyrusleeping
5a02663c18 write a quick doc on how to run a local dev net 2019-12-17 20:13:18 -08:00
whyrusleeping
1243ddfdf2 link to api auth doc 2019-12-17 17:23:04 -08:00
whyrusleeping
5732e4f2b7 address review feedback on doc 2019-12-17 17:23:04 -08:00
Whyrusleeping
41ed61c6fe Update documentation/en/mining-worker.md
Co-Authored-By: Łukasz Magiera <magik6k@users.noreply.github.com>
2019-12-17 17:23:04 -08:00
whyrusleeping
b4fada2a4b add first pass at documentation on how to use mining worker 2019-12-17 17:23:04 -08:00
whyrusleeping
faad2485ee add some notes on troubleshooting GPU usage 2019-12-17 11:59:14 -08:00
Anton Evangelatov
d651b325dd rename Jaegar to Jaeger 2019-12-15 21:15:18 +01:00
wwwjim
e8d61043bf documentation: updates terms for hardware docs 2019-12-11 07:56:48 -08:00
wwwjim
ead62f2cf8 documentation: testnet update 2019-12-11 07:38:04 -08:00
wwwjim
6b749d97d8 documentation: mining updates from recent TestNet updates 2019-12-11 04:29:48 -08:00
wwwjim
4ff1b2c4ae documentation: updates from the testing session 2019-12-10 17:50:13 -08:00
wwwjim
ee675b411e documentation: adds additional command to update instructions 2019-12-10 07:43:12 -08:00
wwwjim
168661133c documentation: support for scripting auth environment variables 2019-12-10 02:01:26 -08:00
wwwjim
5dffc5bc02 documentation: latest updates from feedback across team 2019-12-09 04:53:40 -08:00
Jakub Sztandera
e2bd4b658b
Rename pledge-sector
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-12-08 15:28:27 +01:00
wwwjim
6a64292ba0 documentation: current state of public documentation from https://docs.lotu.sh 2019-12-06 07:26:03 -08:00
wwwjim
491835359c documents: adds dev tools category 2019-12-04 10:37:55 -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
wwwjim
d042032d33 documentation: moves documentation into a folder called en in preparation for multiple languages/translations 2019-12-04 07:10:51 -08:00
@wwwjim
bc50f9de7a documentation: updates getting started 2019-12-01 16:36:55 -08:00
@wwwjim
7f1ce9d7be documentation: updates glossary 2019-12-01 16:36:29 -08:00
@wwwjim
9eae667ef7 documentation: correctly represents pond's purpose which is to test in a separate local network 2019-12-01 16:28:19 -08:00
@wwwjim
4591ccb777 documentation: light copy adjustments before major revision 2019-12-01 16:08:53 -08:00
@wwwjim
1b1f35354d cleanup: removes accidental commit of .DS_STORE 2019-12-01 02:29:08 -08:00
@wwwjim
4a9c3ae889 documentation: updates readme 2019-12-01 00:28:50 -08:00
@wwwjim
e4b516749c documentation: removes old docs folder, adds new documentation folder with organized content 2019-12-01 00:21:20 -08:00