Summary
This release fixes 2 majors issues from version 1.11.0.
- Use the correct ETH amount for the deposit file.
- Use the updated ethstaker-deposit-cli version 0.6.0.
All changes
What's Changed
- Fix deposit amount to use MIN_ACTIVATION (32) instead of MAX_DEPOSIT (2048) by @valefar-on-discord in #198
- Update to ethstaker-deposit-cli v0.6.0 by @remyroy in #199
Full Changelog: v1.11.0...v1.11.1
How to use
On Windows
Download and run the Wagyu.Key.Gen.X.X.X.exe
asset.
On macOS
Download and run the Wagyu.Key.Gen-X.X.X.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-X.X.X.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
Building process
Release assets were built using Github Actions and this workflow run. You can establish the provenance of this build using our artifact attestations.
With the GitHub CLI installed, a simple way to verify these assets is to run this command while replacing [filename]
with the path to the downloaded asset:
gh attestation verify [filename] --repo stake-house/wagyu-key-gen
This step requires you to be online. If you want to perform this offline, follow these instructions from GitHub.
Binaries
System | Architecture | Binary | Checksum |
---|---|---|---|
Windows | x86_64 | Wagyu.Key.Gen.1.11.1-301127a.exe | sha256 |
macOS | x86_64 | Wagyu.Key.Gen-1.11.1-301127a.dmg | sha256 |
macOS | aarch64 | Wagyu.Key.Gen-1.11.1-301127a-arm64.dmg | sha256 |
Linux | x86_64 | Wagyu.Key.Gen-1.11.1-301127a.AppImage | sha256 |
License
By downloading and using this software, you agree to the license.