A component of Sentinel, a collection of services which monitor the health and function of the Filecoin network.
Sentinel-Locations lookups and stores location information for miners based on the IPv4s declared on their on-chain multiaddresses.
Define an environment variable SENTINEL_DB
with the full sentinel db connection string and then run:
./sentinel-locations
The program will create the locations
schema and miners
table automatically.
Sentinel Locations follows the Filecoin Project Code of Conduct. Before contributing, please acquaint yourself with our social courtesies and expectations.
Welcoming new issues and pull requests.
Sentinel Locations is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)