Skip to content

chevdor/ethereum-chocolatey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Chocolatey package for Windows

Join%20Chat
ethereum chocolatey
ethereum chocolatey
ethereum chocolatey

Summary

Chocolatey package for Ethereum. This allows (un)installing the client on windows as you would with homebrew or apt-get.

You can visit the project page on GitHub.

The Github project for AlethZero is located at here.

You can find the list of available packages on chocolatey.org or read more about chocolatey.

Warning
The latest version changes very often. The package downloads the latest. It means that unlike the chocolatey package may suggest, you are not installing THE version x.y.z but the current candidate for this version. The official versions will not be flagged with -pre

(Un)Installation

First ensure you have installed chocolatey: https://chocolatey.org/. You will find a one-liner on the site to install it.

Note
At the moment, AlethZero is still a beta, so is the chocolatey package, so dont´t forget the -pre flag!

To find the latest package:

clist -pre alethzero-stable

To install AlethZero:

cinst -pre alethzero-stable

To install the latest version if you already have a version installed:

cinst -pre -force alethzero-stable

To uninstall AlethZero:

cuninst alethzero-stable

What is the package doing on my machine?

Install

  • Download the latest build from the official repo

  • Store the file into your temp folder

  • Unzip it in your %ProgramFiles%\AlethZero-stable

  • Delete the temp file

Uninstall

  • Wipe the install folder %ProgramFiles%\AlethZero

  • Delete the registry keys related to AlethZero

Note
AlethZero is a subkey of Ethereum in the registry. The uninstall process does not remove the ethereum key.

Can I trust it?

No! Never trust. Check it yourself!

You can find the scripts here:

You can also see the script on the chocolatey.org website.

Finally, you may download the package and open it locally using NuGET Package Explorer and look at the scripts before executing anything.

Known issues

  • If you install the package from powershell, the installer will throw you in the install folder at the end of the install. If you run from a regular shell, it will not do that and leave you where you are.

  • The uninstall does not remove the ethereum registry entry. This is wanted as more software may come under this key in the future and that would be a bad idea to be so aggressive.

  • Make sure to open your command prompt as Admin unless UAC is disabled. Otherwise you won´t be able to create a new folder in "Program Files" and the install will fail.

How to contribute or build the package yourself?

You are very welcome to clone this repository and submit pull requests. You can also easily build the package yourself using the "chocolatey pack" command:

cpack

The local install then goes with:

cinst -pre alethzero-stable -source %cd%

About

Chocolatey package to install the C++ Ethereum client: AlethZero

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published