bacalhau-project / lotus-filecoin-image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lotus-filecoin-image

This repository is responsible for creating a Docker image that contains a Lotus miner running a local network. The purpose of the image is to make it easier to test interacting with the FileCoin network without having to use the mainnet.

The image is configured with a health check that will become healthy once the daemon and miner are up and running. A token can be found within the container at /home/lotus_user/.lotus-local-net/token, which can be used to access the API from outside the container.

Useful commands

  • lotus client list-deals - what state are the deals in?
  • lotus-miner sectors list - what state are the blocks behind the deals in?
  • lotus-miner proving info
  • lotus-miner sealing jobs - are we actively sealing something?
  • lotus-miner sealing workers

About

License:Apache License 2.0


Languages

Language:Go 55.4%Language:Dockerfile 27.4%Language:Makefile 10.5%Language:Shell 6.8%