v5 (LATEST)

Devnet

Testnet

🚧 Development Version Notice

You are currently viewing documentation for the version that is under active development.

🔹 This version has not been deployed to mainnet yet

🔹 Features and APIs may change before final release

Node prerequisites

This document contains common information for any type of node.

  • Check the current "ulimit -n"
ulimit -n

If the limit < 2048, then increase it. We recommend to set "65536" as limit. Make it permanent(store to config file)

Attention! This setting is critical for the node, without it the node will crash as soon as it reach the limit.

  • Node must have public ip to be discoverable by other nodes.

Install required utils

  • crudini
  • curl
  • jq
  • tar