Installing cardano-node 10.6.2
Install cardano-node and cardano-cli 10.6.2 from official release binaries.
1) Download release artifacts
cd /tmp
curl -L -o cardano-node-10.6.2-linux-amd64.tar.gz \
https://github.com/IntersectMBO/cardano-node/releases/download/10.6.2/cardano-node-10.6.2-linux-amd64.tar.gz
curl -L -o cardano-node-10.6.2-sha256sums.txt \
https://github.com/IntersectMBO/cardano-node/releases/download/10.6.2/cardano-node-10.6.2-sha256sums.txtcd /tmp
curl -L -o cardano-node-10.6.2-linux-arm64.tar.gz \
https://github.com/IntersectMBO/cardano-node/releases/download/10.6.2/cardano-node-10.6.2-linux-arm64.tar.gz
curl -L -o cardano-node-10.6.2-sha256sums.txt \
https://github.com/IntersectMBO/cardano-node/releases/download/10.6.2/cardano-node-10.6.2-sha256sums.txt2) Verify checksum
sha256sum cardano-node-10.6.2-linux-*.tar.gz
cat cardano-node-10.6.2-sha256sums.txt3) Install binaries
4) Validate installation
5) Install network configuration files
Last updated