Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pete001/eos-bp-failover

EOS Block Producer Failover Scripts
https://github.com/pete001/eos-bp-failover

blockchain cryptocurrency eos

Last synced: 3 months ago
JSON representation

EOS Block Producer Failover Scripts

Lists

README

        

# EOS Block Producer Failover Scripts

It's of critical importance that EOS BP's have a reliable, highly available infrastrcutre.

This repo will pool well tested, and well documented methodologies for monitoring, alerting, fault discovery and faiilover.

## Methods Covered

- [Producing node failover via `keepalived`](/producing-node-failover)

- [Test if `nodeos` is out of sync](/rpc-api-health-check)

- [Automating `claimrewards`](/claim-rewards)

- [Real-time vote monitor](/vote-monitor)

- [External RPC API node monitor](/external-rpc-api-monitor)

- [Blocks directory backup](/blocks-backup)

- [Block Production Validator](/producer-validator)