From dbc67fae7633c46fe4a36ee912433d6713db283a Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Wed, 3 Apr 2019 19:47:54 +0200 Subject: [PATCH] mark up outdated material --- docs/_doc/Creating-your-own-Ethereum-apps-using-Eth-go.md | 3 +++ docs/_how-to/Contract-Tutorial.md | 3 +++ docs/_how-to/Mining.md | 2 ++ 3 files changed, 8 insertions(+) diff --git a/docs/_doc/Creating-your-own-Ethereum-apps-using-Eth-go.md b/docs/_doc/Creating-your-own-Ethereum-apps-using-Eth-go.md index f24c9b20d5..83f295f650 100644 --- a/docs/_doc/Creating-your-own-Ethereum-apps-using-Eth-go.md +++ b/docs/_doc/Creating-your-own-Ethereum-apps-using-Eth-go.md @@ -1,6 +1,9 @@ --- title: Creating your own Ethereum apps using Eth go --- + +**This page is heavily outdated** + The modular nature of Go and the Ethereum Go implementation, [eth-go](https://github.com/ethereum/eth-go), make it very easy to build your own Ethereum native applications. This post will cover the minimal steps required to build an native Ethereum application. diff --git a/docs/_how-to/Contract-Tutorial.md b/docs/_how-to/Contract-Tutorial.md index e30ad5578c..b8876170ec 100644 --- a/docs/_how-to/Contract-Tutorial.md +++ b/docs/_how-to/Contract-Tutorial.md @@ -1,6 +1,9 @@ --- title: Contract tutorial --- + +**This page is heavily outdated** + ## Introduction Now that you mastered the basics on how to get started and how to send ether, it's time to get your hands dirty in what really makes ethereum stand out of the crowd: smart contracts. Smart contracts are pieces of code that live on the blockchain and execute commands exactly how they were told to. They can read other contracts, make decisions, send ether and execute other contracts. Contracts will exist and run as long as the whole network exists, and will only stop if they run out of gas or if they were programmed to self destruct. diff --git a/docs/_how-to/Mining.md b/docs/_how-to/Mining.md index a0fe2d6add..8761fc23bf 100644 --- a/docs/_how-to/Mining.md +++ b/docs/_how-to/Mining.md @@ -3,6 +3,8 @@ title: Mining --- * [Introduction to Ethereum mining](https://github.com/ethereum/wiki/wiki/Mining#introduction) _(main wiki)_ +**This page is heavily outdated** + # CPU Mining with Geth At Frontier, the first release of Ethereum, you'll just need a) a GPU and b) an Ethereum client, Geth. CPU mining will be possible but too inefficient to hold any value.