peercoin/peercoin.net

Have shasums.txt file in the repo

Closed this issue · 1 comments

A file which would contain the variables (sha256 sums) for each of the builds (linux, osx, windows).
From this file each of the translated pages can read the sum.

This would save a lot of time during the updates.

Now wallet data is located at wallet.json and can be easily updated for all three platforms (including binary links).

JSON example:

{
  "os": "Linux",
  "img": "/img/icons/linux.png",
  "checksum": "4f70268af74bb83acf0350c61ae1ce43fc3c03f831d5c4fd75624717e5dce316",
  "link": "https://github.com/peercoin/peercoin/releases/download/v0.8.4ppc/peercoin-0.8.4-x86_64-linux-gnu.tar.gz"
}