github blockpane/tenderduty v2-alpha0
TenderDuty 2 - preview

latest releases: v2.2.1, v2.2.0, v2.1.1-hf1...
pre-release2 years ago

The new tenderduty has escaped! Is it ready? No, not yet! This release is for the brave-of-heart who are willing to help iron out the hundreds of things wrong in this code. It mostly works, but is not ready for production.

Yay, new features:

  • 1 running instance supports multiple chains
  • web dashboard (with ultra-condensed display of information, because, well, I'm pretty dense.)
  • prometheus exporter
  • Discord (webhook) notifications
  • Telegram (API) integration
  • Epic Ninja vs Pirate battles (maybe cool but, no, not actually a feature.)
  • Better un-bonding detection (dude, you're getting jailed)
  • Node-specific alerting (still a WIP.)

How to alpha test?

If you want to build from source, good chance you already know what's up (see the README.md.) For the easy route (on linux/mac):

mkdir tenderduty
cd tenderduty
export VERSION="v2-alpha0-$(uname -s)"
wget -O tenderduty https://github.com/blockpane/tenderduty/releases/download/v2-alpha0/tenderduty.${VERSION}
chmod 0755 ./tenderduty
./tenderduty -example-config > config.yml
# use your preferred editor to configure config.yml, and once ready:
./tenderduty

Don't miss a new tenderduty release

NewReleases is sending notifications on new releases.