Skip to content

Releases: stake-house/eth-wizard

Walking the panda

17 Oct 19:43
Compare
Choose a tag to compare

Summary for version 0.9.2

Twenty-seventh release for eth-wizard. It will guide you through all the steps to become a fully functionnal validator. It will install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Changelog

This release is fully merge ready for the Mainnet network. Whether you want to setup new a machine or you used eth-wizard in the past to setup a machine on Mainnet, eth-wizard will help you configure everything for the merge.

  • Reordered installation steps to make it easier to verify on good installation for Geth.
  • Removed Infura checkpoint sync endpoint.
  • Added community checkpoint sync endpoints.
  • Added the ability to skip verifying for a correct deposit.
  • Reworked merge ready detection during installation. All networks are merge ready now.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04 or 22.04

The quick and easy way in your terminal:

wget https://github.com/stake-house/eth-wizard/releases/download/v0.9.2/ethwizard-0.9.2.pyz && sudo python3 ethwizard-0.9.2.pyz

If you manually downloaded the bundle:

sudo python3 ethwizard-0.9.2.pyz

On Windows 10 or 11

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.9.2.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.9.2.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.9.2.pyz bundle and the ethwizard-0.9.2.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

Behind the panda

30 Aug 01:15
Compare
Choose a tag to compare

Summary for version 0.9.1

Twenty-sixth release for eth-wizard. It will guide you through all the steps to become a fully functionnal validator. It will install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Changelog

This release is fully merge ready for the Mainnet network. Whether you want to setup new a machine or you used eth-wizard in the past to setup a machine on Mainnet, eth-wizard will help you configure everything for the merge.

  • Added maintenance mode and maintenance tasks for Windows. It can automatically update your clients on Windows.
  • Added support for Windows 11.
  • Added merge configuration maintenance task for Windows.
  • Fixed an issue with detecting the correct maintenance task.
  • Added support for installation without the deposit data file.
  • Avoid moving unnecessary files during key import step.
  • Added retries when trying to download Teku.
  • Fixed an issue with log file seek during installation on Windows.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04 or 22.04

The quick and easy way in your terminal:

wget https://github.com/stake-house/eth-wizard/releases/download/v0.9.1/ethwizard-0.9.1.pyz && sudo python3 ethwizard-0.9.1.pyz

If you manually downloaded the bundle:

sudo python3 ethwizard-0.9.1.pyz

On Windows 10 or 11

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.9.1.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.9.1.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.9.1.pyz bundle and the ethwizard-0.9.1.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

Big Panda

22 Aug 13:11
Compare
Choose a tag to compare

Summary for version 0.9.0

Twenty-fifth release for eth-wizard. It will guide you through all the steps to become a fully functionnal validator. It will install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Changelog

This release is fully merge ready for the Mainnet network. Whether you want to setup new a machine or you used eth-wizard in the past to setup a machine on Mainnet, eth-wizard will help you configure everything for the merge. Maintenance mode is not yet implemented for Windows.

  • Added merge ready client versions for Mainnet.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04 or 22.04

The quick and easy way in your terminal:

wget https://github.com/stake-house/eth-wizard/releases/download/v0.9.0/ethwizard-0.9.0.pyz && sudo python3 ethwizard-0.9.0.pyz

If you manually downloaded the bundle:

sudo python3 ethwizard-0.9.0.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.9.0.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.9.0.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.9.0.pyz bundle and the ethwizard-0.9.0.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

Easy Panda

05 Aug 13:45
Compare
Choose a tag to compare

Summary for version 0.8.5

Twenty-fourth release for eth-wizard. It will guide you through all the steps to become a fully functionnal validator. It will install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Changelog

This release is fully merge ready for the Goerli/Prater network. Whether you want to setup new a machine or you used eth-wizard in the past to setup a machine on Goerli/Prater, eth-wizard will help you configure everything for the merge. Maintenance mode is not yet implemented for Windows.

  • Detect CPU ADX support and use the portable version of Lighthouse if not available. See #71
  • Add maintenance tasks to configure a machine for the merge on Ubuntu. See #67

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04 or 22.04

sudo python3 ethwizard-0.8.5.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.8.5.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.8.5.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.8.5.pyz bundle and the ethwizard-0.8.5.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

Overlooked park gathering

01 Aug 18:21
Compare
Choose a tag to compare

Summary for version 0.8.2.1

Twenty-third release for eth-wizard. It will guide you through all the steps to become a fully functionnal validator. It will install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Changelog

  • Use a pure Python implementation for Keccak to ease bundling. See #70

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04

sudo python3 ethwizard-0.8.2.1.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.8.2.1.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.8.2.1.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.8.2.1.pyz bundle and the ethwizard-0.8.2.1.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

Park gathering

01 Aug 17:10
Compare
Choose a tag to compare

Summary for version 0.8.2

Twenty-second release for eth-wizard. It will guide you through all the steps to become a fully functionnal validator. It will install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Notice

This version include a major issue with the way it was bundled. It's likely it will not work on Ubuntu OS. Please use the latest version.

Changelog

  • Installation on a merge-ready network (Goerli/Prater only for now) will result in a merge ready setup.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04

sudo python3 ethwizard-0.8.2.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.8.2.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.8.2.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.8.2.pyz bundle and the ethwizard-0.8.2.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

Higher times

04 Apr 20:20
Compare
Choose a tag to compare

Summary for version 0.8.1

Twenty-first release for eth-wizard. It will guide you through all the steps to become a fully functionnal validator. It will install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Changelog

  • Fixed issue with some Ubuntu OS missing the software-properties-common package. See #62
  • Refactored some functions to test if a package is installed.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04

sudo python3 ethwizard-0.8.1.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.8.1.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.8.1.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.8.1.pyz bundle and the ethwizard-0.8.1.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

It’s about high time

27 Jan 20:18
Compare
Choose a tag to compare

Summary for version 0.8.0

Twentieth release for the Eth Wizard. It will guide you through all the steps to become a fully functionnal validator. It will
install and configure all the software needed to become a validator. It will test your installation. It will help you avoid the common pitfalls. It will help you maintain and keep your setup updated.

Changelog

  • Maintenance mode added for Ubuntu. You can now easily update your Ethereum clients with a single click. Simply start eth-wizard again after you completed your installation to show the maintenance dashboard.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04

sudo python3 ethwizard-0.8.0.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.8.0.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.8.0.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.8.0.pyz bundle and the ethwizard-0.8.0.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

A small touch

06 Jan 01:08
Compare
Choose a tag to compare

Summary

Nineteenth release for the Eth Wizard. It should guide you through all the steps to become a fully functionnal validator. It will install and configure every software needed. It will test your installation and it will try to make sure you avoid the common pitfalls.

Changelog

  • Some refactoring and preparation for maintenance mode.
  • Switched to using Java 17 for Teku on Windows. See #53
  • Fixed some bugs on Windows. See #54 and #52
  • Removed Pyrmont network.
  • The windows binary is now signed with my code signing certificate.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04

sudo python3 ethwizard-0.7.4.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.7.4.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.7.4.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.7.4.pyz bundle and the ethwizard-0.7.4.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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

Lightspeed sync

09 Nov 16:43
Compare
Choose a tag to compare

Summary

Eighteenth release for the Eth Wizard. It should guide you through all the steps to become a fully functionnal validator. It will install and configure every software needed. It will test your installation and it will try to make sure you avoid the common pitfalls.

Changelog

  • Added checkpoint sync and guide to select it on Ubuntu with Lighthouse. See #50
  • Improved list of PGP key servers.

Disclaimer

The eth-wizard should be stable enough to be used by everyone. It was never audited and it might still have some issues. Support is offered through the EthStaker community.

How to use

On Ubuntu 20.04

sudo python3 ethwizard-0.7.3.pyz

On Windows 10

Please note that some antivirus software might detect the wizard binary as a threat and delete it or prevent its execution.

Run ethwizard-0.7.3.exe

As an alternative, you can download and install a recent version of Python (make sure to select the option for file associations which is included in the default Install Now option), download the ethwizard-0.7.3.pyz bundle and double-click on it. This alternative is less likely to trigger your antivirus software.

Bundle

The ethwizard-0.7.3.pyz bundle and the ethwizard-0.7.3.exe binary are signed with my PGP key for this project: 6EEC4CD326C4BBC79F51F55AE68A0CC47982CB5F

License

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