Skip to content

Version 1.10.0

Latest
Compare
Choose a tag to compare
@remyroy remyroy released this 15 Feb 16:20
· 15 commits to main since this release

Summary

Fifteenth release for Wagyu Key Gen. It can be used to create validators keys including the related keystore files and deposit data file. Keystore files can be imported into your validator client. The deposit data file can be used to perform your deposit on the launchpad website. It can be used to create a signature to add a withdrawal address to your validator.

What's new

  • Using an existing mnemonic or secret recovery phrase now supports 12, 15, 18, 21 and 24 words long forms.
  • Fixed Discord support link.
  • Added Internet connection detector and warning about running this while being connected.
  • Updated electron and electron-builder packages to fix potential security issues.
  • Updated yarn and enabled hardened mode to protect against lockfile poisoning.

A huge thanks to @valefar-on-discord for most of these contributions.

How to use

On Windows

Download and run the Wagyu.Key.Gen.1.10.0.exe asset.

On macOS

Download and run the Wagyu.Key.Gen-1.10.0.dmg asset. Run the Wagyu Key Gen app from within Applications by right clicking and clicking Open. You will get a warning stating macOS cannot verify the developer of “Wagyu Key Gen.app”. Are you sure you want to open it?. Click Open and the app will open.

On Linux

Download the Wagyu.Key.Gen-1.10.0.AppImage asset, make it executable and launch it from your desktop environment, often by double clicking on it, or from your terminal.

On Ubuntu 22.04 or later, you might need to install libfuse2 first before running the AppImage asset with something like:

sudo add-apt-repository universe
sudo apt install libfuse2

As an alternative to having FUSE, you can manually extract the AppImage asset and run it. In a Terminal, it would look like:

chmod 777 Wagyu.Key.Gen-1.10.0.AppImage
./Wagyu.Key.Gen-1.10.0.AppImage --appimage-extract
cd squashfs-root
./AppRun

Binaries

Our binaries and bundles are signed with our Wagyu PGP key: E4BD8F0BA028F8816C9A5599B828200C4DDFCB11 .

OS Architecture Asset sha256
Windows x86_64 Wagyu.Key.Gen.1.10.0.exe 0abcadbb915e773226a8bd40032cc37b2bffa499d95b5907df9fcea46d811011
macOS x86_64 Wagyu.Key.Gen-1.10.0.dmg d881c3853c31297d76046c1054e707d5369a5af73764cce015daf88e74f9330f
Linux x86_64 Wagyu.Key.Gen-1.10.0.AppImage 11da413cbd50b9bef30c1c049e508d734d22ecdc4a7e61d067d517c3737e55c4

License

By downloading and using this software, you agree to the license.