From 7a67389570cac4693c50acfde4477b2f75cb564e Mon Sep 17 00:00:00 2001 From: luluup777 Date: Thu, 21 Oct 2021 11:37:25 +0800 Subject: [PATCH] add miner-tools.md --- projects/developer_tooling/miner-tools.md | 74 +++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 projects/developer_tooling/miner-tools.md diff --git a/projects/developer_tooling/miner-tools.md b/projects/developer_tooling/miner-tools.md new file mode 100644 index 00000000..7cf956cd --- /dev/null +++ b/projects/developer_tooling/miner-tools.md @@ -0,0 +1,74 @@ +## Project Name + +Miner-tools + +## Category +application + +## Project Description +This is a toolbox project to facilitate miners to better participate in filecoin. + +1.Redo sector tool + +- As the sector file in the storage is damaged, the correct proof cannot be provided. At this time, the sector needs to be repackaged to provide the correct WindowsPost proof. + +2.WindowsPost test tool + +- Usually, as a miner, there is a need to check whether a sector or multiple sectors are correct. This tool can simulate the behavior of WindowsPost to determine whether the sector is correct. + +3.Monitoring and alarm service + +- Monitor and alarm the mining, so that filecoin miners can find problems in time, and at the same time, they can also get the tips of successfully mining the block. + +## Project Status +fundraising/udender development + +## Previews +1.Redo sector tool + +- Redo of all sectors will be supported. CC sectors are easy, and sectors with data must have the original data. + +2.WindowsPost test tool + +- It will support one sector, multiple sectors, and sector tests of `deadline` and `partition`. + +3.Monitoring and alarm service + +- Monitor and alarm the mining situation, and post the alarm information to slack, which may support other platforms' alarms in the future. + +## Target Audience +all miner + +## Rough estimated user base (if applicable) +N/A + +## Github repo +https://github.com/luluup777/lotus-box + +https://github.com/luluup777/robin + +## Website +N/A + +## Docs +https://github.com/luluup777/lotus-box + +https://github.com/luluup777/robin + +## Team Info +A small team. + +### Team Size + +1 + +### Team members + +luluup777 + +## How the community can engage +GitHub Discussion: https://github.com/filecoin-project/community/discussions/352 +Email: luluup777@163.com + +## How to Contribute +If you want, act now