Start blockchain node on Ubuntu
Start Node by axmd-install.sh Script
curl -L -o axmd-install.sh https://github.com/axiome-pro/axm-node/releases/download/v1.0.3/axmd-install-1.0.3.sh
chmod 755 axmd-install.sh
./axmd-install.sh -m <moniker> -h <daemon-home> -r <enable rest>Start node from scratch
Get prebuilt binaries
Build from sources
Starting node from genesis file
Additional: starting node with binary block data (for faster syncing)
Last updated
