chevdor / ethereum-chocolatey

Chocolatey package to install the C++ Ethereum client: AlethZero
GNU General Public License v2.0
2 stars 7 forks source link
blockchain ethereum

= Ethereum Chocolatey package for Windows chevdor, 0.8.2-POC8

image::https://badges.gitter.im/Join%20Chat.svg[link="https://gitter.im/chevdor/ethereum-chocolatey?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]

image::https://badge.waffle.io/chevdor/ethereum-chocolatey.svg?label=ready&title=ready[link="http://waffle.io/chevdor/ethereum-chocolatey"] image::https://badge.waffle.io/chevdor/ethereum-chocolatey.svg?label=in%20progress&title=in%20progress[link="http://waffle.io/chevdor/ethereum-chocolatey"] image::https://badge.waffle.io/chevdor/ethereum-chocolatey.svg?label=bug&title=bug[link="http://waffle.io/chevdor/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 https://github.com/chevdor/ethereum-chocolatey[GitHub].

The Github project for AlethZero is located at https://github.com/ethereum/cpp-ethereum[here].

You can find the list of available packages on https://chocolatey.org/packages?q=ethereum&prerelease=true&sortOrder=relevance[chocolatey.org] or read more about https://github.com/chocolatey/choco/wiki[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

=== Uninstall

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 https://chocolatey.org/packages/nugetpackageexplorer[NuGET Package Explorer] and look at the scripts before executing anything.

== Known issues

== 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%