mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-05 10:36:02 +00:00
Refine Snap verification message to accurately reflect it's checking secure hashes, not signatures. Checking signature would entail verifying there is a signature from a trusted person, not just that the hash matches a value in the known values list.
All the commands I used for building and pushing to Snapcraft. I've only tested the amd64 .snap package, but anyone on amd64, arm64, or i686 should be able to build and/or install it for themselves with these instructions.
Building Locally
sudo apt install snapd sudo snap install --classic snapcraft snapcraft
To Install Locally
snap install *.snap --devmode
To Push to Snapcraft
snapcraft login snapcraft register dogecoin-core snapcraft push *.snap --release=edge sudo snap install dogecoin-core --channel=edge