Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.4 KB

File metadata and controls

28 lines (16 loc) · 1.4 KB

Akash Validator Using Omnibus

Overview

Building an Akash Validator is simplified via the use of Cosmos Omnibus and as detailed in this guide.

NOTE - using the procedures in this guide the Validator private key will be stored within the associated Akash deployment. Ensure that only known, trusted providers are used for such deployments. Additionally consider storing the private key outside of the deployment through the use of TMKMS which is documented here.

The Akash Validator will be built with the following attributes:

  • Two Sentry nodes will be created to protect the validator from distributed denial of service (DDOS) attacks
  • The Akash Validator will sit behind the Sentry nodes and will not be directly exposed to the internet
  • The Sentry nodes and the Akash Validator will launched on the Akash Network as deployments
  • This guide will detail the launch of the deployments via the Cloudmos Deploy tool for ease

Sections within this Guide

STEP 1 - Cloudmos Deploy Review

STEP 2 - FileBase Buckets

STEP 3 - Akash SDL Review

STEP 4 - Cloudmos Initial Deployment

STEP 5 - Edit SDL with Known IDs

STEP 6 - Redeploy Validator and Sentries with Cloudmos