This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
v0.21.0
Added
- Subcomands
- Detailed help per subcomand
- Docs and examples
Refactored
For more detailed info refer help
:
$ emerald --help
Contributors
.zip.sig
and .tar.gz.sig
files are detached PGP signatures
.zip.asc
and .tar.gz.asc
files are ascii-armored detached PGP signatures
.zip
and .tar.gz
are archive (compressed) files containing the emerald
executable
To verify a release with a signature: First, make sure you have a gpg
tool installed, eg. gnupg
or gnupg2
. Then, if you haven't already, you'll need to import the signing key, which you'll find here. This step is included below.
# Import my signing public key
$ wget https://raw.githubusercontent.com/ethereumproject/volunteer/master/Volunteer-Public-Keys/ckryvomaz%40gmail.com.pub
$ gpg —import ckryvomaz@gmail.com
# Verify
$ gpg --verify emerald-cli-v0.21.0-Linux-x86_64.tar.gz.sig emerald-cli-v0.21.0-Linux-x86_64.tar.gz
gpg: Signature made Tue 03 Apr 2018 02:32:35 PM EEST
gpg: using RSA key 32F900E11FACBCC11CE22081563A27DDABAA7893
gpg: Good signature from "Constantine <ckryvomaz@gmail.com>" [ultimate]
All tagged and development downloads are also be available at our automated builds website: http://builds.etcdevteam.com.