13.06.2017 Views

Whitepaper - Ethereum Classic With Cover

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Ethereum</strong> <strong>Classic</strong> Documentation, Release 0.1<br />

1.4.6 Gas and ether<br />

• https://www.reddit.com/r/ethereum/comments/271qdz/can_someone_explain_the_concept_of_gas_in_ethereum/<br />

• https://www.reddit.com/r/ethereum/comments/3fnpr1/can_someone_possibly_explain_the_concept_of/<br />

• https://www.reddit.com/r/ethereum/comments/49gol3/can_ether_be_used_as_a_currency_eli5_ether_gas/<br />

Gas is supposed to be the constant cost of network resources/utilisation. You want the real cost of sending a<br />

transaction to always be the same, so you can’t really expect Gas to be issued, currencies in general are volatile.<br />

So instead, we issue Ether whose value is supposed to vary, but also implement a Gas Price in terms of Ether. If<br />

the price of Ether goes up, the Gas Price in terms of Ether should go down to keep the real cost of Gas the same.<br />

Gas has multiple associated terms with it: Gas Prices, Gas Cost, Gas Limit, and Gas Fees. The principle behind<br />

Gas is to have a stable value for how much a transaction or computation costs on the <strong>Ethereum</strong> network.<br />

• Gas Cost is a static value for how much a computation costs in terms of Gas, and the intent is that the real<br />

value of the Gas never changes, so this cost should always stay stable over time.<br />

• Gas Price is how much Gas costs in terms of another currency or token like Ether. To stabilise the value<br />

of gas, the Gas Price is a floating value such that if the cost of tokens or currency fluctuates, the Gas Price<br />

changes to keep the same real value. The Gas Price is set by the equilibrium price of how much users are<br />

willing to spend, and how much processing nodes are willing to accept.<br />

• Gas Limit is the maximum amount of Gas that can be used per block, it is considered the maximum computational<br />

load, transaction volume, or block size of a block, and miners can slowly change this value over<br />

time.<br />

• Gas Fee is effectively the amount of Gas needed to be paid to run a particular transaction or program (called<br />

a contract). The Gas Fees of a block can be used to imply the computational load, transaction volume, or<br />

size of a block. The gas fees are paid to the miners (or bonded contractors in PoS).<br />

1.5 The <strong>Ethereum</strong> network<br />

Network info.<br />

1.5.1 Connecting to the Network<br />

This section<br />

The <strong>Ethereum</strong> network<br />

The basis for decentralised consensus is the peer-to-peer network of participating nodes which maintain and secure<br />

the blockchain. See Mining.<br />

<strong>Ethereum</strong> network stats<br />

EthStats.net is a dashboard of live statistics of the <strong>Ethereum</strong> network. This dashboard displays important information<br />

such as the current block, hash difficulty, gas price, and gas spending. The nodes shown on the page are only<br />

a selection of actual nodes on the network. Anyone is allowed to add their node to the EthStats dashboard. The<br />

Eth-Netstats README on Github describes how to connect.<br />

EtherNodes.com displays current and historical data on node count and other information on both the <strong>Ethereum</strong><br />

mainnet and Morden testnet.<br />

Distribution of client implementations on the current live network - Realtime stats on EtherChain.<br />

1.5. The <strong>Ethereum</strong> network 57

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!