Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.
Jose Hugo De la cruz edited this page Jun 27, 2017 · 52 revisions

Answers to questions about Ethereum

Ethereum

What is Ethereum?

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

If you prefer to learn by watching videos, see:

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?

Clients

Where can I find official releases?

How to install development builds?

How to install the clients from source?

Mining

How can I mine Ether?

With 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...]

How to get free testnet Ether?

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?

How to deploy contracts automatically?

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?

Where can I find the Ethereum IRC logs?

Where can I learn about the ZeroGox bot?

More Questions and Answers

Clone this wiki locally