Stay Updated with the Latest Tech News


Get ahead of the curve with the latest insights, trends, and analysis in the tech world.


Browse by Category

Ethereum and Oracles

One of the more popular proposals for implementing smart contracts differently from the way they are typically presented in Ethereum is through the concept of oracles. Essentially, instead of a long-running contract being run directly on the blockchain, all funds that are intended to go into the contract would instead...

Published on: July 22, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 155

Published on: July 18, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

the ethereum project: learning to dream with open minds

β€œAnd those who were seen dancing were thought to be insane by those who could not hear the music.” Friedrich Nietzsche Ethereum as a project is more than just a technology, even if technology is at its core. In the rush of creating, co-creating and debugging everything you sometimes...

Published on: July 14, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Toward a 12-second Block Time

One of the annoyances of the blockchain as a decentralized platform is the sheer length of delay before a transaction gets finalized. One confirmation in the Bitcoin network takes ten minutes on average, but in reality due to statistical effects when one sends a transaction one can only expect a...

Published on: July 11, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 154

Published on: July 11, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Background on the mechanics of the ether pre-sale

During the run-up to the ether sale we will be releasing a series of blog posts regarding our development plans and intended organizational structure. Today we describe some of the background details of the ether sale module. The sale module will be displayed on our website at https://www.ethereum.org for the...

Published on: July 09, 2014 | Source: Ethereum Blog favicon Ethereum Blog

On Stake

The topic of mining centralization has been a very important one over the past few weeks. GHASH.io, the Bitcoin network's largest mining pool, has for the past month directed over 40% of the Bitcoin network's hashpower, and two weeks ago briefly spiked over 50%, theoretically giving it monopoly control over...

Published on: July 05, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 153

Published on: July 04, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Advanced Contract Programming Example: SchellingCoin

Writing effective decentralized applications in Ethereum is at the same time easy and hard. The easy part we all know: rather than needing to create your own blockchain, manage complicated database code, deal with networking and NAT traversal, or any of the other complexities involving writing a peer-to-peer app from...

Published on: June 30, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 152

Published on: June 27, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

DevTools Digest - Chrome 35: Updates to the Developer Tools in Chrome 35

Updates to the Chrome Developer Tools: CSS property quick search, memory stats for heap snapshots, CodeMirror upgrade and more.

Published on: June 26, 2014 | Source: HTML5 Rocks favicon HTML5 Rocks

Issue 151

Published on: June 20, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

On Mining

Decentralization, n. The security assumption that a nineteen year old in Hangzhou and someone who is maybe in the UK, and maybe not, have not yet decided to collude with each other. There has been a large amount of ruckus in the past week about the issue of mining...

Published on: June 19, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 150

Published on: June 13, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 149

Published on: June 06, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Ethereum Project Update

Development of the Ethereum project has gone very well over the months since inception. The core activity β€” development of the software platform β€” is on track and many developers around the world are starting to build small, exploratory distributed applications on the platform, even though we are still not...

Published on: June 05, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 148

Published on: May 30, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

What If Ethereum Lived on a Treap? Or, Blockchains Charging Rent

Although truly solving blockchain scalability fundamentally, that is to say figuring out a solution to the problem that every node must process every transaction, is a very hard problem, and all suggested solutions rely on either highly advanced cryptography or intricate multi-blockchain architectures, partial solutions that provide a constant-factor improvement...

Published on: May 27, 2014 | Source: Ethereum Blog favicon Ethereum Blog

On Long-Term Cryptocurrency Distribution Models

One of the challenges when creating a new cryptocurrency is figuring out what the distribution model is going to be. Who is going to receive the currency units, at what time, and what is the mechanism that decides? Despite the crucial importance of this question, there has actually been comparatively...

Published on: May 24, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 147

Published on: May 23, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 146

Published on: May 16, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Long-Range Attacks: The Serious Problem With Adaptive Proof of Work

Our current proof of work design, blockchain-based proof of work, is the second iteration of our attempt to create a mining algorithm that is guaranteed to remain CPU-friendly and resistant to optimization by specialized hardware (ASICs) in the long term. Our first attempt, Dagger, tried to take the idea of...

Published on: May 15, 2014 | Source: Ethereum Blog favicon Ethereum Blog

The Xbox and Ethereum’s Dual Mandate

...

Published on: May 15, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 145

Published on: May 09, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

DAOs, DACs, DAs and More: An Incomplete Terminology Guide

One of the most popular topics in the digital consensus space (a new term for cryptocurrency 2.0 that I’m beta-testing) is the concept of decentralized autonomous entities. There are now a number of groups rapidly getting involved in the space, including Bitshares (also known as Invictus Innovations) developing β€œdecentralized autonomous...

Published on: May 06, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Serpent upgrades: More Fun Stuff

Over the past two weeks our primary focus has been getting all of the clients updated to PoC5 compatibility, and it definitely has been a long road. Among the changes to the VM include: The new init/code mechanism: basically, when you create a contract, the code provided will...

Published on: May 02, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 144

Published on: May 02, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Decentralized Protocol Monetization and Forks

The idea of releasing a new currency as a mechanism for funding protocol development is perhaps one of the most interesting economic innovations to come out of the cryptocurrency space. In the past twenty years, we have seen a growing centralization in the protocols that underlie the internet, with the...

Published on: April 30, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 143

Published on: April 25, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 142

Published on: April 18, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 141

Published on: April 11, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly

The Issuance Model in Ethereum

Ether (ETH), the cryptofuel that powers distributed applications on the Ethereum platform, will be issued at a constant annual linear rate via the block mining process. This rate is 0.3 times the total amount of ETH that will be purchased in the pre-sale. While the best metaphor for ETH...

Published on: April 10, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Pyethereum and Serpent Programming Guide

The content of this tutorial is intended to apply to PoC5. Most of the instructions given below will not work in the older PoC4 implementations of AlethZero (C++) and Ethereal (Go) Over the last few weeks, we have made a large number of changes to the Ethereum protocol. POC4,...

Published on: April 10, 2014 | Source: Ethereum Blog favicon Ethereum Blog

Issue 140

Published on: April 04, 2014 | Source: iOS Dev Weekly favicon iOS Dev Weekly