lotus/documentation/en
LexLuthr 9f9dc979fb
feat: curio: add miner init (#11775)
* sptool: Initial structure

* sptool: Port lotus-miner actor withdraw

* sptool: Make cli docsgen happy

* actors are done

* info

* proving

* sptool the rest

* fixed gitignore

* lints

* oops

* 2

* terminate

* fixes

* curio new-miner setup

* reword doc section

* fix curio flags

* fix gen

* change repetitive prompt

* add miner to base

* add config test

* fix config compare, add tests

* go mod tidy

* fix itest in GA

* fix comparer function

* fix compare value match

---------

Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com>
2024-04-03 15:00:14 -05:00
..
architecture Fix: typos 2023-01-31 23:33:11 +01:00
.glossary.json Delete most docs. Update about page with links to docs.filecoin.io 2020-09-17 20:35:19 +02:00
.library.json Delete most docs. Update about page with links to docs.filecoin.io 2020-09-17 20:35:19 +02:00
about.md Fix: typo 2023-01-31 23:20:20 +01:00
actor-events-api.md docs: actor events API and DDO documentation (#11615) 2024-04-02 16:15:18 +11:00
api-v0-methods-curio.md feat: Curio - Easy Migration (#11617) 2024-03-15 16:38:13 -05:00
api-v0-methods-miner.md feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
api-v0-methods-worker.md fix exec traces with new ffi 2023-09-19 11:58:13 +02:00
api-v0-methods.md feat: api: new verified registry methods to get all allocations and claims (#11631) 2024-03-22 07:00:28 +01:00
api-v1-unstable-methods.md feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-22 07:00:28 +01:00
block-validation.md Fix/texts (#11298) 2023-10-27 11:32:42 -07:00
cli-curio.md feat: curio: add miner init (#11775) 2024-04-03 15:00:14 -05:00
cli-lotus-miner.md feat: SPTool (#11788) 2024-04-01 10:30:35 -05:00
cli-lotus-worker.md make gen, make docsgen-cli 2024-03-22 07:00:28 +01:00
cli-lotus.md fix: CLI: adjust TermMax for extend-claim used by a different client (#11764) 2024-03-28 15:18:28 +04:00
cli-sptool.md feat: curio: add miner init (#11775) 2024-04-03 15:00:14 -05:00
create-miner.md Fix: typo 2023-01-31 23:27:40 +01:00
data-onboarding-visibility.md docs: actor events API and DDO documentation (#11615) 2024-04-02 16:15:18 +11:00
default-curio-config.toml feat: curio: Move boost proxy into the main binary (#11783) 2024-04-03 11:31:43 -05:00
default-lotus-config.toml Merge branch 'releases' 2024-03-27 08:55:17 -07:00
default-lotus-miner-config.toml feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
dev-tools-pond-ui.md Fix: typo 2023-01-31 23:28:24 +01:00
jaeger-tracing.md Fix: typos 2023-01-31 23:30:09 +01:00
README.md chore: Fix dead links to docs.filecoin.io 2022-09-14 00:10:22 +01:00
sealing-procs.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
WIP-arch-complementary-notes.md Fix: typos 2023-01-31 23:23:42 +01:00

Lotus documentation

This folder contains some Lotus documentation mostly intended for Lotus developers.

User documentation (including documentation for miners) has been moved to https://lotus.filecoin.io:

Documentation Website

https://lotus.filecoin.io source is in lotus-docs repository, which contains Lotus as a git submodule.

To update the site, the lotus-docs repository should be updated with the desired version for the lotus git submodule. Once pushed to master, it will be auto-deployed.