Umee
Umee mainnet guide
Node Type
CPU
RAM
Storage
1) Manual installation
Preparing the server
sudo apt update
sudo apt install make clang pkg-config libssl-dev build-essential git jq ncdu bsdmainutils htop net-tools lsof -yGo and binaries 27.10.22
ver="1.18.3" && \
cd $HOME && \
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" && \
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile && \
source $HOME/.bash_profile && \
go versionInit
Create/recover wallet
Genesis
Peers/Gas
Download addrbook
StateSync
Service file
Start node
Delete node
Last updated