Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

1.0 Release Candidate 2

Compare
Choose a tag to compare
@gavofyork gavofyork released this 13 Sep 16:33
· 524 commits to develop since this release

This is the first candidate for the up-coming 1.0 release of the suite of Ethereum tools. These tools use the optimised TurboEthereum core (né cpp-ethereum), featuring:

  • Enhanced total-coverage heap-security;
  • Fully audited by an external security firm;
  • No Frontier consensus bugs found yet;
  • Fast import times.

It includes:

AlethOne: Streamlined desktop client for mining

  • No-nonsense interface;
  • Supports solo and pooled mining;
  • Provides basic wallet for send out mined ether.

AlethZero: Power-user desktop client

  • DApp cradle & browser for running DApps internally
  • JSONRPC host for running DApps externally
  • Fully featured Javascript console
  • Private chains
  • Analytic block explorer
  • Plugins
  • Transaction confirmation security
  • Provides extended wallet with TruGas optimised gas usage system
  • Fine grained network configuration
  • Brainwallets

eth: Daemon and console client

  • JSONRPC host for running DApps externally
  • Private chains
  • Transaction confirmation security with whitelists
  • Database-rescue in case of sudden power loss
  • Brainwallets

Installation

For Windows and Mac, grab the installer below and install normally. For Ubuntu and Mac CLI tools, use PPA or Brew.

Instructions and Guide

For instructions on how to use TurboEthereum and the various tools inside, check out our book.