diff --git a/content/2.developers/2.developer-tools/3.daemon.md b/content/2.developers/2.developer-tools/3.daemon.md index ac78bada..20523ebb 100644 --- a/content/2.developers/2.developer-tools/3.daemon.md +++ b/content/2.developers/2.developer-tools/3.daemon.md @@ -92,13 +92,13 @@ sha256sum archwayd_linux_arm64 Using the *sha256sum* should give you a string (i.e. -*4dd95ee0729b6593c9c390bde6e0c7bf3af0957d7f323e216b76ddb663fa7bc7*). +*04fac46745579a7e8b22fc3b1f83dcf5c1aa2b03e303823eb54d2328e7c1fa05*). You can then download the sha256 checksum file relative to the release file: ::highlight-card ```bash -wget archwaysha256.txt https://github.com/archway-network/archway/releases/download/$$archwayVersion$$/archwayd_checksums.txt +wget archwaysha256.txt https://github.com/archway-network/archway/releases/download/$$archwayVersion$$/archwayd_$$archwayVersion$$_checksums.txt ``` :: diff --git a/content/4.validators/1.running-a-node/2.install.md b/content/4.validators/1.running-a-node/2.install.md index c5304290..88d88d09 100644 --- a/content/4.validators/1.running-a-node/2.install.md +++ b/content/4.validators/1.running-a-node/2.install.md @@ -88,7 +88,7 @@ sha256sum archwayd_linux_arm64 Using the *sha256sum* should give you a string (i.e. -*4dd95ee0729b6593c9c390bde6e0c7bf3af0957d7f323e216b76ddb663fa7bc7*). +*04fac46745579a7e8b22fc3b1f83dcf5c1aa2b03e303823eb54d2328e7c1fa05*). You can then download the sha256 checksum file relative to the release file: