Bob Summerwill 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
..
styles 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
README.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
SUMMARY.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
book.json 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
chapter1.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
cli_tools.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
code_editor.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
cold_wallet_storage_device.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
dapps_deployment.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
ethkey.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
getting_started.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
interactive_console.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
javascript_console.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
mining.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
mix.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
mix_bc.png 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
poa.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
project_editor.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
scenarios_editor.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
state_mix.png 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
state_viewer.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
transaction_debugger.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
transaction_explorer.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten
whisper.md 979b522b7a Copied TurboEthereum gitbook from http://github.com/ethereum/guide. 8 vuotta sitten

README.md

TurboEthereum Guide

This book is intended as a practical user guide for the "Turbo" Ethereum software distribution, originally named after the language in which it is written, C++.

TurboEthereum is a large distribution of software including a number of diverse tools. This book begins with the installation instructions, before proceeding to introductions, walk-throughs and references for the various tools that make up TurboEthereum.

The full software suite of TurboEthereum includes:

  • AlethOne (alethone, "A1") The mainline Ethereum desktop miner. It connects and syncs to the Ethereum network and lets you mine, and send transactions. It will also let you do pool mining.
  • AlethZero (alethzero, "AZ") The power-user Ethereum client. It connects and syncs to the Ethereum network and lets you mine, make transactions, run DApps and inspect the blockchain. It has plugins to allow arbitrary extension.
  • ++eth (eth) The mainline CLI Ethereum client. Run it in the background and it will connect to the Ethereum network; you can mine, make transactions and inspect the blockchain.
  • Mix (mix) The integrated development environment for DApp authoring. Quickly prototype and debug decentralised applications on the Ethereum platform.
  • ethkey A key/wallet management tool for Ethereum keys. This lets you add, remove and change your keys as well as cold wallet device-friendly transaction inspection and signing.
  • ethminer A standalone miner. This can be used to check how fast you can mine and will mine for you in concert with eth, geth and pyethereum.
  • ethvm The Ethereum virtual machine emulator. You can use this to run EVM code.
  • solc The Solidity compiler. You can use this to compile Solidity programs into assembly or machine code.
  • rlp An serialisation/deserialisation tool for the Recursive Length Prefix format.