Scroll to the bottom of that release section and click on the link to download the .zip
file. If you would like to verify your download, click on the links to download the .sha256
file and .sig
file as well. Save these files in the same folder location.
This step is optional but recommended. This will ensure that you have downloaded the file that the SeedSigner developers intended on you receiving. This step will demonstrate how to verify on a Windows platform. Skip to Step 2B
if you are using a Linux platform.
Or skip to Step 3
if you do not wish to verify your software download that will be handling your Bitcoin private keys.
The following instructions make an assumption that you already use Kleopatra from the gpg4win software bundle and have your own PGP key setup.
Tools
> Clipboard
> Certificate Import
.OK
.Certify
.
.zip
file, .sha256
file, & .sig
file..sig
file.More GpgEX options
> Verify
.
.sha256
file.It is important to be able to distinguish between a valid and certified signature, a valid signature, and an invalid signature. Because the SeedSigner public key was certified by comparing the resulting fingerprint to a known publicly displayed fingerprint, the Kleopatra software prints a valid and certified dialog in green.
If you did not take the extra step to certify the SeedSigner public key, then Kleopatra can still determine that the signature is valid, but not certified. Meaning that the public key and accompanying signature are valid but that they could be from some other entity impersonating the developer. These dialogs will be printed in white. This is still a valid matching signature, it's just that unless you take that extra step to certify the fingerprint of the public key then do you really know it is a valid signature from SeedSigner and not an impersonator?
Or if there has been some manipulation in the file you downloaded and it is not authentically signed by the SeedSigner key, Kleopatra will print the dialog in red. This is an invalid signature and you should not proceed with decompressing the .zip
file.
Now that you have verified the authenticity of the accompanying .sha256
file, you can rest assured that the sha256 hash value contained within it is in fact the hash value that you should be able to independently generate on the accompanying .zip
file. To generate hash values on files, you can use a convenient freeware hex editor tool called HxD.
File
> Open
and select the SeedSigner .zip
fileAnalysis
> Checksums
> SHA256
.sha256
file with a text editor like Notepad.After verifying the hash value, you know that the .zip
file is authentic. If the hash values do not match, then do not decompress the .zip
file. It is a good idea to close the .zip
file from HxD at this point. You can skip ahead to Step 3
now.
Verifying signatures in Linux is a much more straight forward process. PGP tools come built in and can be executed from the command line terminal.
Before proceeding, ensure you have the .zip
file, .sha256
file, and .sig
file in your Downloads directory.
curl https://raw.githubusercontent.com/SeedSigner/seedsigner/main/seedsigner_pubkey.gpg | gpg --import
imported: 1
cd Downloads
gpg --verify seedsigner_0_5_0.img.zip.sha256.sig
. Be sure to use the version relative to the one you are verifying, this was version 0.5.0 and releases are made often so always use the latest one from SeedSigners releases page.Good signature from "seedsigner <btc.hardware.solutions@gmail.com>"
Step 2A
for a detailed explanation. Long story short, this is fine.
shasum -a 256 -c seedsigner_0_5_0.img.zip.sha256
. Again, making sure to use the version appropriate for you.seedsigner_0_5_0.img.zip: OK
.
That's it, you're done verifying the .zip
file you downloaded. You can now move on to flashing the image to the MicroSD card in the next step.
Using a program like Balena Etcher makes flashing the SeedSigner image easy. Navigate to the Balena Etcher website where you can download the application appropriate for your operating system. Follow your system prompts to install. Make sure you have a MicroSD card at least 4GB in size formatted and connected to your computer.
Once you have Balena Etcher installed and opened, select Flash from file
.
Select the .zip
file from the file explorer. The .zip
file can remain in it's compressed state, Balena Etcher will decompress it.
Select the target drive that you want to flash the image file to. You want to choose your MicroSD card here.
Click on the Flash!
button and the flashing process should start automatically. The progress bar will move over to the left-hand side of the application and some promotional dialogs will be displayed on the right-hand side of the application. You do not need to interact with the promotional dialogs, just let the flashing process run.
There are 3 stages of the flashing process: Decompression, Flashing, & Validation. Just let the software run through all the steps and do not disconnect the MicroSD card during this process. If you get any operating system prompts saying the drive needs to be formatted, just ignore them.
Once finished, you should receive a message that lets you know the flash was completed successfully. If it was not completed successfully, try again and if the problem persists, then consider using a different MicroSD card.
You can close the Balena Etcher application. Safely eject the MicroSD card from your computer if your system has not done so already. Now you are ready to mock up your hardware and test it prior to final assembly.