lotus/documentation/en/getting-started.md

1.3 KiB

Lotus

Lotus is an implementation of the Filecoin Distributed Storage Network. You can run the Lotus software client to join the Filecoin Testnet.

For more details about Filecoin, check out the Filecoin Docs and Filecoin Spec.

What can I learn here?

How is Lotus designed?

Lotus is architected modularly to keep clean API boundaries while using the same process. Installing Lotus will include two separate programs:

  • The Lotus Node
  • The Lotus Miner

The Lotus Miner is intended to be run on the machine that manages a single miner instance, and is meant to communicate with the Lotus Node via the websocket JSON-RPC API for all of the chain interaction needs.

This way, a mining operation may easily run a Lotus Miner or many of them, connected to one or many Lotus Node instances.