fe52c47570
This: * Re-organizes the docs into sections that align with what docs.filecoin.io becoming: * An installation section * A "getting started" section (lotus client focused) * A "storing" section (lotus client focused) * A "mining" section (miner focused) * A "build" section (developer focused) * An legacy "architecture" section is left in the last place. A few high-value documentation pages have been reviewed and updated with the latest recommendations: * Installation section and lotus setup * Miner setup * etc. ... Other pages have been correctly merged into the new relevant sections. Some pages have not been touched. The filesystem layout of the documentation has been changed into folders corresponding to the sections (as requested by @cw). Some pages that were not linked at all and/or where hidden, have been moved to "unclassified". This should make the porting of the Lotus documentation to docs.filecoin.io much easier, while ensuring it is more up to date than it was before. For the moment, this breaks most links as link-aliasing is not supported in lotus-docs.
661 B
661 B
Managing deals
While the Lotus Miner is running as a daemon, the lotus-miner
application can be used to manage and configure the miner:
lotus-miner storage-deals --help
Running the above command will show the different options related to deals. For example, lotus-miner storage-deals set-ask
allows to set the price for storage that your miner uses to respond ask requests from clients.
If deals are ongoing, you can check the data transfers with:
lotus-miner data-transfers list
Make sure you explore the lotus-miner
CLI. Every command is self-documented and takes a --help
flag that offers specific information about it.