Analysis and monitoring tool for Filecoin miners.
This repository is in a frozen state. It is not being maintained or kept in sync with the tools and libraries it builds on. Even though work on this repository has been shelved, anyone interested in updating or maintaining this project should express their interest on one Filecoin community conversation mediums: https://github.com/filecoin-project/community#join-the-community.
Hactar is a miner analyzer for Filecoin network. As miners have the clear incentive to make money on the provided service, we want to make sure they keep up with it and get the right statistics on their performance, how much money they are making and how to possibly improve that. As part of Filecoin’s Wave 1 development grant, NodeFactory built this app.
Hactar architecture consists of:
- Frontend web application (React) - hactar-frontend repo
- Backend application (Node.js) - hactar-backend repo
- Daemon application running along user’s lotus and miner node (Go) - hactar-daemon repo
And you can checkout the documentation on Hactar wiki.