Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.
James Ray edited this page Feb 2, 2018 · 52 revisions

Answers to questions about Ethereum

Table of Contents

  * [Ethereum](#ethereum)
     * [What is Ethereum?](#what-is-ethereum)
     * [How do I buy Ether or ETH?](#how-do-i-buy-ether-or-eth)
     * [Where can I learn more about Ethereum?](#where-can-i-learn-more-about-ethereum)
     * [Where can I find the main project repositories?](#where-can-i-find-the-main-project-repositories)
     * [Where can I learn about the Ether sale and mining?](#where-can-i-learn-about-the-ether-sale-and-mining)
  * [Wallets](#wallets)
  * [Clients](#clients)
     * [Where can I find official releases?](#where-can-i-find-official-releases)
     * [How to install development builds?](#how-to-install-development-builds)
     * [How to install the clients from source?](#how-to-install-the-clients-from-source)
  * [Mining](#mining)
     * [How can I mine Ether?](#how-can-i-mine-ether)
  * [Contracts](#contracts)
     * [Where can I learn about contract development?](#where-can-i-learn-about-contract-development)
     * [Where can I learn Serpent, the Python-like language?](#where-can-i-learn-serpent-the-python-like-language)
     * [Where can I learn LLL, the Lisp-like language?](#where-can-i-learn-lll-the-lisp-like-language)
     * [Where can I learn Solidity, the JavaScript-like language?](#where-can-i-learn-solidity-the-javascript-like-language)
     * [How to test contracts?](#how-to-test-contracts)
     * [Where to find example contracts?](#where-to-find-example-contracts)
  * [ÐApps](#Ðapps)
     * [Where can I learn about the Ethereum APIs?](#where-can-i-learn-about-the-ethereum-apis)
     * [Where can I learn about ÐApp development?](#where-can-i-learn-about-Ðapp-development)
     * [Where can I find ÐApp development tools?](#where-can-i-find-Ðapp-development-tools)
     * [Where can I find example ÐApps?](#where-can-i-find-example-Ðapps)
  * [IRC](#irc)
     * [How can I join the Ethereum IRC channels?](#how-can-i-join-the-ethereum-irc-channels)

Created by gh-md-toc

Ethereum

What is Ethereum?

There are several ways to answer this question, which are introduced on the dedicated What is Ethereum wiki page, as well as Ethereum introduction.

If you prefer to learn by watching videos, see:

How do I buy Ether or ETH?

Read this.

Where can I learn more about Ethereum?

Where can I find the main project repositories?

Where can I learn about the Ether sale and mining?

Wallets

If you have an issue with your wallet, an exchange or other matters relating to using the Ether cryptocurrency or making transactions, see this MyEtherWallet knowledge base. It answers many FAQs such as:

Clients

Where can I find official releases?

Clients:

Other:

How to install development builds?

How to install the clients from source?

Mining

How can I mine Ether?

With eth/AlethZero

  • To process transactions
    • Disable "Debug" > "Force Mining"
    • Click "Mine"
  • To force mine (Use sparingly, unless stress testing)
    • Enable "Debug" > "Force Mining"
    • Click "Mine"

With the eth client

# Only force mine to acquire ether or stress test
$ eth --force-mining --mining on [YOUR OPTIONS...]

Contracts

Where can I learn about contract development?

Where can I learn Serpent, the Python-like language?

Where can I learn LLL, the Lisp-like language?

Where can I learn Solidity, the JavaScript-like language?

How to test contracts?

Where to find example contracts?

ÐApps

Where can I learn about the Ethereum APIs?

Where can I learn about ÐApp development?

Where can I find ÐApp development tools?

Official

Community

Where can I find example ÐApps?

IRC

How can I join the Ethereum IRC channels?

More Questions and Answers

Clone this wiki locally