Ethernity Node Quick Start

To run an Ethernity NODE there are some requirements. Please review the requirements carefully.

Hardware and BIOS

Hardware Requirementschevron-rightBIOS Settingschevron-right

Platform Software

Supported Platformschevron-right

Blockchain and Wallets Settings

Blockchain Settingschevron-right

Installation

Installationchevron-right

Quick Start

Install ansible

sudo apt update
sudo apt -y install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt -y install ansible

Clone the repository

Install the kernel with SGX support

After the first run of the script, the new kernel is installed and the following message will be displayed:

Reboot the system as requested.

Reconnect via SSH and resume the installation. Change to repository directory.

Create the config file

Write the blockchain wallets keypairs inside the config file if you have not done so already.

Deploy the node

Start the node

Last updated