Build and install the Uptick binaries from source or using Docker.
Install Go 1.19+arrow-up-right
Install jqarrow-up-right
warning
Uptick is built using Goarrow-up-right version 1.19+
1.19+
go version
If the uptickd: command not found error message is returned, confirm that your GOPATHarrow-up-right is correctly configured by running the following command:
uptickd: command not found
GOPATH
mkdir -p $HOME/go/bin echo "export GOPATH=$HOME/go" >> ~/.bashrc source ~/.bashrc echo "export GOBIN=$GOPATH/bin" >> ~/.bashrc source ~/.bashrc echo "export PATH=$PATH:$GOBIN" >> ~/.bashrc source ~/.bashrc
The latest Uptick versionarrow-up-right is v0.3.0
v0.3.0
Clone and build Uptick using git:
git
Check that the uptickd binaries have been successfully installed:
uptickd
Last updated 6 months ago
git clone https://github.com/UptickNetwork/uptick.git cd uptick git checkout <version> make install
uptickd version