Skip to content

Releases: stake-house/wagyu-key-gen

Version 1.10.0

15 Feb 16:20
Compare
Choose a tag to compare

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.

Version 1.9.0

25 Sep 18:37
Compare
Choose a tag to compare

Summary

Fourteenth 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

  • Updated staking-deposit-cli to v2.7.0 to update Holešky fork-version for relaunch.

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.9.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.9.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, 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.9.0.AppImage
./Wagyu.Key.Gen-1.9.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.9.0.exe 7c1d7a8b7a4a637d3ed8c572aa2b72a21641ad73d13ecf486f4c3e90ddb506db
macOS x86_64 Wagyu.Key.Gen-1.9.0.dmg 3b046e764a101b351adc4a6aec2ab645a0ed123bfecd95449d242b59103fae72
Linux x86_64 Wagyu.Key.Gen-1.9.0.AppImage a49a206bbdca575c166587a81f5c6238c3d1284f92675b2bd9c090e623f54ecb

License

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

Version 1.8.1

28 Aug 20:17
Compare
Choose a tag to compare

Summary

Thirteenth 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

  • Fixed issue with aggressive trimming. See #177

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.8.1.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.8.1.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, 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.8.1.AppImage
./Wagyu.Key.Gen-1.8.1.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.8.1.exe 24accfed09922e2caea415886e9619305d16cbee4abf63d4ccc7ed36b0cddc03
macOS x86_64 Wagyu.Key.Gen-1.8.1.dmg bb78e57f465138aac70ab6ddce2f4dbb75fbea4f48a09ef50142054f518763df
Linux x86_64 Wagyu.Key.Gen-1.8.1.AppImage 4ef6d4bb47e684d6613ecd4c3f4801785055e5c2d5489fc91a252dc584987d35

License

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

Version 1.8.0

28 Aug 14:59
Compare
Choose a tag to compare

Summary

Twelfth 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

  • Added support for Holesky testnet.
  • Removed support for Zhejiang testnet.
  • Updated staking-deposit-cli to v2.6.0.
  • Added leniency in supported mnemonics with punctuation symbols. See #170
  • Minor rewording.

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.8.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.8.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, 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.8.0.AppImage
./Wagyu.Key.Gen-1.8.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.8.0.exe 549d4aed45866205e8f2bc35301c3ec0bc2c0ad4e440b70c5916e4a2bb23d64f
macOS x86_64 Wagyu.Key.Gen-1.8.0.dmg 25cb12f77b17295125c3860e79310db508a238476babf117edbe3785119124fe
Linux x86_64 Wagyu.Key.Gen-1.8.0.AppImage 2d4381d0c909f1ad04a5a7da03c49cc22d359e85936f57d3651c202949f955e8

License

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

Version 1.7.0

22 Mar 14:52
Compare
Choose a tag to compare

Summary

Eleventh 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

  • Added the BLS to execution change flow to add a withdrawal address to an existing validator that does not currently have one.
  • Fixed a few minor issues.
  • Updated staking-deposit-cli to v2.5.0.
  • Added notice about running this tool offline.

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.7.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.7.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, 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.7.0.AppImage
./Wagyu.Key.Gen-1.7.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.7.0.exe 98e6bc4ef36a4bb6f734e03e54fbca6e35e59996d85eb47916d988849b8437e9
macOS x86_64 Wagyu.Key.Gen-1.7.0.dmg c6c89553b259f1d101946527935de39277010ef1ec8299b23485ce7ec16b5f9f
Linux x86_64 Wagyu.Key.Gen-1.7.0.AppImage 48a5dc26671c84353a2901683a9c24b1d4e570f8d76733c3f77e83b6fae5e770

License

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

Version 1.6.1

10 Feb 18:34
Compare
Choose a tag to compare

Summary

Tenth 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.

What's new

  • Reworked flow around the withdrawal address. The withdrawal address is back to being optional.

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.6.1.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.6.1.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, you might need to install libfuse2 first before running the AppImage asset with something like:

sudo add-apt-repository universe
sudo apt install libfuse2

Binaries

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

OS Architecture Asset sha256
Windows x86_64 Wagyu.Key.Gen.1.6.1.exe e873b0a6a2bbb92e58e6e1fcf47cb3445a0e03516054290bd8c43a3e9b7ffc4d
macOS x86_64 Wagyu.Key.Gen-1.6.1.dmg 020252df05653dcf0fbf6af972631efdd31f6448d4d353a156e0e8e4749ac414
Linux x86_64 Wagyu.Key.Gen-1.6.1.AppImage 0437b868fa619bec69cdf6efe2ca822fba819fc672fbbeb0ec07fcdaf41dd01f

License

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

Version 1.6.0

01 Feb 04:44
Compare
Choose a tag to compare

Summary

Ninth 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.

What's new

  • Updated staking-deposit-cli to v2.4.0.
  • Removed Ropsten testnet.
  • Added Zhejiang testnet.
  • Renamed Goerli/Prate to Goerli.
  • Updated Electron to fix for GHSA-p2jh-44qj-pf2v.
  • Using a withdrawal address is now required.

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.6.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.6.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, you might need to install libfuse2 first before running the AppImage asset with something like:

sudo add-apt-repository universe
sudo apt install libfuse2

Binaries

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

OS Architecture Asset sha256
Windows x86_64 Wagyu.Key.Gen.1.6.0.exe 909d579874ac53618e3cc8fffd4957751c5414e47b89002f1c16afa56b1183db
macOS x86_64 Wagyu.Key.Gen-1.6.0.dmg ef61ea483568f1df7e809008a74ccbab3f827961f84f51561a1965c3c2f69c35
Linux x86_64 Wagyu.Key.Gen-1.6.0.AppImage 627d0aacedc2917a5221c5eb2af5d9c42024d7360689bb8561ae457f1801877a

License

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

Version 1.5.0

09 Aug 15:15
Compare
Choose a tag to compare

Summary

Eighth 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.

What's new

  • Updated staking-deposit-cli to v2.3.0.
  • Removed Kiln network.
  • Renamed Prater network to Goerli/Prater. Goerli should be the name used for that network in the future.

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.5.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. We are currently working on getting a developer verification certificate from Apple, so this warning will soon go away.

On Linux

Download the Wagyu.Key.Gen-1.5.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, you might need to install libfuse2 first before running the AppImage asset with something like:

sudo add-apt-repository universe
sudo apt install libfuse2

Binaries

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

OS Architecture Asset sha256
Windows x86_64 Wagyu.Key.Gen.1.5.0.exe e1d71b7aaccf365d74c34ad1667388fc626d28d6aa079a8f6fccdbc7da966947
macOS x86_64 Wagyu.Key.Gen-1.5.0.dmg e59f0f8ce7cb0f6252c2cda694ee26ba6df159f7d8c8d4f72a44668e6e66c118
Linux x86_64 Wagyu.Key.Gen-1.5.0.AppImage de32205991d5ee252275f0d3018b9b94b5ab90e21ae44d45895aaa853566ed68

License

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

Version 1.4.0

24 May 14:21
Compare
Choose a tag to compare

Summary

Seventh 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.

What's new

  • Updated staking-deposit-cli to v2.2.0.
  • Added support for Ropsten merge testnet.

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.4.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. We are currently working on getting a developer verification certificate from Apple, so this warning will soon go away.

On Linux

Download the Wagyu.Key.Gen-1.4.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, you might need to install libfuse2 first before running the AppImage asset with something like:

sudo add-apt-repository universe
sudo apt install libfuse2

Binaries

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

OS Architecture Asset sha256
Windows x86_64 Wagyu.Key.Gen.1.4.0.exe 3a409d6b9ed076c553c8e018fbc1f4a8b0397d04c8694eb24038f753ad6e6f1e
macOS x86_64 Wagyu.Key.Gen-1.4.0.dmg c15fccf0e169f66c0613f629175127f068fe1d335cbca669aeb171a782cd38c5
Linux x86_64 Wagyu.Key.Gen-1.4.0.AppImage 7ce09dfd18888f8bec8dcee294a8c939aae0733d124ef917644dc7d7b85e622d

License

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

Version 1.3.0

02 May 19:02
Compare
Choose a tag to compare

Summary

Sixth 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.

What's new

  • Updated staking-deposit-cli to v2.1.0.
  • Added support for short words in secret recovery phrase (4-letter versions of words).

How to use

On Windows

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

On macOS

Download and run the Wagyu.Key.Gen-1.3.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. We are currently working on getting a developer verification certificate from Apple, so this warning will soon go away.

On Linux

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

Binaries

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

OS Architecture Asset sha256
Windows x86_64 Wagyu.Key.Gen.1.3.0.exe 3dbaa995cd96a8482723692c053e2afdeeca247417a3a5b265a8d89c7b080876
macOS x86_64 Wagyu.Key.Gen-1.3.0.dmg 6d9285d125ffb0fc5355dbda797e8114b5a65880fec0f617b9e47f3e39348d33
Linux x86_64 Wagyu.Key.Gen-1.3.0.AppImage 74aa40d275638686f0b34d60ea886625e1cda8f7dd00d72f5ddd9b74598e5b2a

License

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