<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Frequently_Asked_Questions</id>
	<title>Frequently Asked Questions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Frequently_Asked_Questions"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Frequently_Asked_Questions&amp;action=history"/>
	<updated>2026-05-15T09:22:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Frequently_Asked_Questions&amp;diff=5064&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;==What Is An Account, Address, Private Key And Public Key== You can generate a new Ethereum account by executing &amp;lt;code&amp;gt;geth account new&amp;lt;/code&amp;gt; if you already have...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Frequently_Asked_Questions&amp;diff=5064&amp;oldid=prev"/>
		<updated>2019-05-25T03:44:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==What Is An Account, Address, Private Key And Public Key== You can generate a new Ethereum account by executing &amp;lt;code&amp;gt;geth account new&amp;lt;/code&amp;gt; if you already have...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==What Is An Account, Address, Private Key And Public Key==&lt;br /&gt;
You can generate a new Ethereum account by executing &amp;amp;lt;code&amp;amp;gt;geth account new&amp;amp;lt;/code&amp;amp;gt; if you already have the &amp;amp;lt;code&amp;amp;gt;geth&amp;amp;lt;/code&amp;amp;gt; Ethereum node software installed:&lt;br /&gt;
 Iota:~ user$ geth account new&lt;br /&gt;
 Your new account is locked with a password. Please give a password. Do not forget this password.&lt;br /&gt;
 Passphrase: xxxxxxxx&lt;br /&gt;
 Repeat passphrase: xxxxxxxx&lt;br /&gt;
 Address: {4e6cf0ed2d8bbf1fbbc9f2a100602ceba4bf1319}&lt;br /&gt;
&lt;br /&gt;
A UTC--{year}-{month}--{account} encrypted account file is created (formatted):&lt;br /&gt;
 $ more ~/Library/Ethereum/keystore/UTC--2017-03-03T13-24-07.826187674Z--4e6cf0ed2d8bbf1fbbc9f2a100602ceba4bf1319 &lt;br /&gt;
 {&amp;quot;address&amp;quot;:&amp;quot;4e6cf0ed2d8bbf1fbbc9f2a100602ceba4bf1319&amp;quot;,&lt;br /&gt;
  &amp;quot;crypto&amp;quot;:{&lt;br /&gt;
    &amp;quot;cipher&amp;quot;:&amp;quot;aes-128-ctr&amp;quot;,&lt;br /&gt;
    &amp;quot;ciphertext&amp;quot;:&amp;quot;7a0629096348faa0ae8f71a09c613279d80323a400699658305a43f34279d56d&amp;quot;,&lt;br /&gt;
    &amp;quot;cipherparams&amp;quot;:{&lt;br /&gt;
      &amp;quot;iv&amp;quot;:&amp;quot;003d6c6e3d77255d70d72088be034d03&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;kdf&amp;quot;:&amp;quot;scrypt&amp;quot;,&lt;br /&gt;
    &amp;quot;kdfparams&amp;quot;:{&lt;br /&gt;
      &amp;quot;dklen&amp;quot;:32,&lt;br /&gt;
      &amp;quot;n&amp;quot;:262144,&lt;br /&gt;
      &amp;quot;p&amp;quot;:1,&lt;br /&gt;
      &amp;quot;r&amp;quot;:8,&lt;br /&gt;
      &amp;quot;salt&amp;quot;:&amp;quot;8325cad5dcc8e70163d3cf42b43ad97bc3383db53418b084f6650573f7cabe1e&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;mac&amp;quot;:&amp;quot;a627309776c6bc20b9476869c589c858f6bdf64a58881bff01476829555cf8b7&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;id&amp;quot;:&amp;quot;ba2e1b9a-f140-4940-a1c1-f9dddedc0e1b&amp;quot;,&lt;br /&gt;
  &amp;quot;version&amp;quot;:3&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Here your account or address is 0x4e6cf0ed2d8bbf1fbbc9f2a100602ceba4bf1319. The contents of the file also includes an encrypted version of your private key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is ETC? What is ETH? Why are there two Ethereums?==&lt;br /&gt;
Actually, many, many Ethereum based blockchains can exist, you might even start your own. Two defining properties of any such chain include the purpose of the chain (test-net, main-net) and the number of machines which add blocks (mine) to the chain. ETC (Ethereum Classic ) and ETH ( Ethereum ) are the two with the most support, think of them as the &amp;quot;mainstream&amp;quot; Ethereum blockchains. &lt;br /&gt;
They used to be one and the same, but, due to differing opinions/ideology about what should, and should not, be allowed to transpire on/via Ethereum, on July 20, 2016 at block #1920000, they diverged and have been separate ever since.&lt;br /&gt;
Both ETC and ETH are tradeable on exchanges. The Ethereum Foundation backs the ETH variety.&lt;br /&gt;
==See Also on BitcoinWiki==&lt;br /&gt;
* [[Dacxi]]&lt;br /&gt;
* [[Ligercoin]]&lt;br /&gt;
* [[MarketC]]&lt;br /&gt;
* [[Quantor]]&lt;br /&gt;
* [[BitCQR]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>