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 />

• MyEtherWallet<br />

• Cold storage<br />

– Etherwall website<br />

– Etherwall source<br />

– MyEtherWallet website<br />

– MyEtherWallet source<br />

– Chrome extension<br />

– Icebox by ConsenSys - Cold storage based on lightwallet with HD wallet library integrated.<br />

– Reddit discussion 1<br />

– How to setup a cold storage wallet<br />

• Hardware wallet<br />

• Brain wallet<br />

• Misc<br />

– reddit discussion 2<br />

– reddit discussion 3<br />

– brain wallets are not safe, do not use them. https://www.reddit.com/r/ethereum/comments/45y8m7/brain_wallets_are<br />

– Extreme caution with brain wallets. Read the recent controversy:<br />

https://reddit.com/r/ethereum/comments/43fhb5/brainwallets vs<br />

http://blog.ether.camp/post/138376049438/why-brain-wallet-is-the-best<br />

– Kraken Wallet Sweeper Tool - Pre-sale wallet import<br />

– Recommended ways to safely store ether<br />

– How to buy and store ether<br />

– A laymen’s intro into brute forcing and why not to use brain wallets<br />

– Pyethsaletool<br />

– Account vs wallet<br />

1.4.5 Sending ether<br />

The <strong>Ethereum</strong> Wallet supports sending ether via a graphical interface.<br />

Ether can also be transferred using the geth console.<br />

> var sender = eth.accounts[0];<br />

> var receiver = eth.accounts[1];<br />

> var amount = web3.toWei(0.01, "ether")<br />

> eth.sendTransaction({from:sender, to:receiver, value: amount})<br />

For more information of Ether transfer transactions, see Account Types, Gas, and Transactions.<br />

<strong>Ethereum</strong> is unique in the realm of cryptocurrencies in that ether has utility value as a cryptofuel, commonly<br />

referred to as “gas”. Beyond transaction fees, gas is a central part of every network request and requires the<br />

sender to pay for the computing resources consumed. The gas cost is dynamically calculated, based on the volume<br />

and complexity of the request and multiplied by the current gas price. Its value as a cryptofuel has the effect<br />

of increasing the stability and long-term demand for ether and <strong>Ethereum</strong> as a whole. For more information, see<br />

Account Types, Gas, and Transactions.<br />

56 Chapter 1. Contents

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

Saved successfully!

Ooh no, something went wrong!