OS: Ubuntu 20.04
Config: 4x CPU
16GB RAM
20GB Primary G2 SSD Hard Disk
1000GB g3 encrypted SSD
Elastic IP
Create Ubuntu 20.04 instance in AWS Account
Open AWS-> select agreed region-> search for EC2-> click EC2 services as shown below
Select security group
Click create security group fill the required fields ie name, description and click add rule to create inbound rules
Enable all TCP and UDP communication for Port 8545,30303 and 22.
Select Instances-> click Launch instances
Select below AMI
Select instance type
Create the Key pair and keep this key pair safely
Click Select existing security group and select newly created validator security group as shown below.
Update storage info by selecting 2 storages
And click Launch instance as shown below.
Once the server is ready, Open newly created instance from AWS web connect or SSH client
Search for Elastic IP services from AWS search bar and select Elastic Ips menu
Click Allocate Elastic IP address as shown below
Click Allocate to create new Elastic IP as shown below
Assign the newly created Elastic IP’s to the newly created OMAX AWS servers as shown below
sudo mkdir /data sudo chmod 755 data sudo cp /etc/fstab /etc/fstab.orig
sudo blkid sudo nano /etc/fstab
UUID=ba6c791b-4d93-4523-bcd7-444dd9d48c18 /data xfs defaults,nofail 0 2
df -h
lsblk
file -s /dev/xvdb mkfs -t xfs /dev/xvdb sudo mount /dev/xvdb /data
df -h
cd /data
sudo apt update; sudo apt install default-jre default-jdk; sudo apt install unzip; sudo apt install screen; sudo apt update ; sudo apt-get install libjemalloc-dev sudo curl -L "https://github.com/docker/compose/releases/download/v2.10.1/docker-compose-$(uname -s)-$(uname - m)" -o /usr/local/bin/docker-compose sudo apt update; sudo curl -sSL https://get.docker.com/ | sh
curl https://omaxcoin.com/node/omaxvnode.zip -L -o OmaxNode.zip Unzip OmaxNode.zip
cd OmaxNode ./pre-setup.sh
Enter your wallet private key inside key folder and Key file as shown below
Provide required permission the file director and update your private key on key file using text editor
cd key vi key