
Services for ATONE
- CPU : 8 Cores
- RAM : 32GB RAM DDR4
- DISK : 2TB NVME
- NETWORK : 1Gbps
- OS : Ubuntu 24.04+
Installation and Setup
Install dependencies
- Before installing any COSMO validators, ensure you have completed the following preliminary steps:
Update your Debian-based OS (e.g., Ubuntu) to the latest version by running these commands:
sudo apt update
sudo apt upgrade -y
- Install necessary dependencies and tools for a smoother installation process:
sudo apt install curl git make jq build-essential gcc unzip wget lz4 aria2 pv -y
- Remember to include aria2, which assists in downloading large files more quickly, and pv, for displaying progress during file transfers.
Install GO
- To install Go, typically the requirements specify which version to use. Follow these steps to install the specified version:
cd $HOME && \
ver="1.22.0" && \
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz" && \
sudo rm -rf /usr/local/go && \
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz" && \
rm "go$ver.linux-amd64.tar.gz" && \
[ ! -f ~/.bash_profile ] && touch ~/.bash_profile && \
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> ~/.bash_profile && \
source ~/.bash_profile && \
go version
- This script will install the specified Go version, update the .bash_profile to include Go’s binary paths in the PATH variable, and then execute the go version command to verify the installation.
Install ATOMONE
Init Cosmovisor
git clone https://github.com/atomone-hub/atomone atomone
cd atomone
git checkout [github_multiple_versions]
make install
export DAEMON_NAME=atomone
echo "export DAEMON_NAME=atomone" >> $HOME/.bash_profile
export DAEMON_HOME=$HOME/.atomone
echo "export DAEMON_HOME=$HOME/.atomone" >> $HOME/.bash_profile
Websites

crypto-bitcoin.news
Morbi tempor libero nisi, eget blandit orci vestibulum vitae. Integer cursus magna a efficitur sagittis.

defi-block.com
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc pharetra nibh enim. Suspendisse potenti. Nullam venenatis metus augue, et ullamcorper lorem consequat sit amet.

multi-coin.portfolio
Pellentesque pulvinar tincidunt tortor, sed finibus velit consequat scelerisque.