Nodes & Validators
Process:
At first, the ONINO Mainnet will launched with internal nodes as well as nodes hosted by trusted partners. Then, we will add more and more selected external validators over time to ensure stability while gradually increasing decentralization
To join as a validator, you need to have at least 35.000 ONI for staking (Maximum: 15x)
To start, fill out the following form and we will review your application: onino.io/validators
When accepted, all validators need to complete an identity verification for regulatory compliance
As soon as the application is completed and the identity verification is completed, we will provide you with the setup instructions & guide you through the process
Technical Requirements:
Ubuntu Server with at least 4 vCPUs, 16GB RAM and 256 GB Storage (e.g. AWS t2.xlarge)
You can host your validator node on a bare-metal server or on common cloud providers (recommended)
Types of Nodes
Read node: A read node can sync the latest events from the blockchain. A read node is usually run locally, unless you expose it to the outside.
Validator node: A validator node can issue new transactions and confirm blocks with the other validators. Transactions and blocks are propagated to other peers in the network. Users can submit transactions to their own validators, or they can submit transactions to a read node or API node, and then the transactions are propagated across the network.
RPC or API node: An API or RPC node is functionally similar to a read node, but is public and acts as the main gateway to the blockchain network. Unlike a read node, an also API node contains all the history of the ledger.
Archive node: An archive node is an API node, which stores a full archive of the network.
A Remote Procedure Call, or RPC, is a lightweight software communication protocol, which allows a program (the client), to communicate with a remote program (the server) hosted on a different network without needing details about the server’s network.
Node requirements
For better performance and uptime, we recommend similar or better specs:
Ubuntu Server with at least 4 vCPUs, 16GB RAM and 256 GB Storage (e.g. AWS t2.xlarge)
You can host your validator node on a bare-metal server or on common cloud providers (Google Cloud, AWS, Digital Ocean)
Last updated
Was this helpful?