{"id":19119,"date":"2026-04-08T17:41:34","date_gmt":"2026-04-08T17:41:34","guid":{"rendered":"https:\/\/cryptoted.net\/index.php\/2026\/04\/08\/background-on-the-mechanics-of-the-ether-pre-sale\/"},"modified":"2026-04-08T17:41:34","modified_gmt":"2026-04-08T17:41:34","slug":"background-on-the-mechanics-of-the-ether-pre-sale","status":"publish","type":"post","link":"https:\/\/cryptoted.net\/index.php\/2026\/04\/08\/background-on-the-mechanics-of-the-ether-pre-sale\/","title":{"rendered":"Background on the mechanics of the ether pre-sale"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">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. \u00a0The sale module will be displayed on our website at <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"http:\/\/www.ethereum.org\/\"><span class=\"s1\">https:\/\/www.ethereum.org<\/span><\/a> for the duration of the sale.<\/p>\n<p class=\"chakra-text css-gi02ar\"><b>What is it?<\/b><\/p>\n<p class=\"chakra-text css-gi02ar\">The ether sale is an HTML\/JavaScript web application that enables people and organizations to pre-purchase ether tokens with bitcoin. Ether may be purchased by parties interested in using it in their development of distributed applications on the Ethereum platform or simply to pay for the use of applications on the platform once the genesis block is released. \u00a0The application runs mostly inside the browser, including pseudo random number generation (PRNG) and encryption\/decryption of user secrets.<\/p>\n<p class=\"chakra-text css-gi02ar\">Additionally, we will be making available a standalone pure Python application that can be used from a command line interface to purchase ether in lieu of using the website store.<\/p>\n<p class=\"chakra-text css-gi02ar\"><b>Website workflow:<\/b><\/p>\n<ol role=\"list\" class=\"css-vgl4zd\">\n<li class=\"css-0\">After agreeing to the store\u2019s Terms and Conditions, the buyer enters the desired amount of ether to purchase, their email address, a password to use for encryption, and generates a \u201crandom\u201d seed forming the basis for their transaction-specific bitcoin &amp; Ethereum addresses.<\/li>\n<li class=\"css-0\">The <span class=\"s2\">user<\/span> buyer sends payment in bitcoin to the generated address which is displayed on the store page and also provided in a downloadable encrypted wallet file. When the browser, which is monitoring the bitcoin blockchain, sees enough funds have been sent to this generated address, the browser creates a new transaction forwarding the bitcoin to the genesis sale address. This transaction is signed by the buyer\u2019s browser and submitted to the bitcoin network. No transaction data is stored on <span class=\"s2\">the<\/span> any servers because the Bitcoin blockchain serves as the purchase database.<\/li>\n<li class=\"css-0\">After the transaction has been successfully submitted, the <span class=\"s2\">user<\/span> buyer is again prompted to download a backup copy of their encrypted wallet in addition to being emailed another backup file. \u00a0The buyer should be aware that keeping the wallet as an email attachment in an email account for any period of time represents a vulnerability. \u00a0The email attachment should be downloaded to a safe computer at the earliest opportunity and the email should be expunged from the email system.<\/li>\n<\/ol>\n<p class=\"chakra-text css-gi02ar\"><em class=\"chakra-text css-0\">(What follows is technical information, the GUI we have developed abstracts all of this is in a very user-friendly manner)<\/em><\/p>\n<p class=\"chakra-text css-gi02ar\"><em class=\"chakra-text css-0\"><strong><br \/>\n<\/strong><\/em><strong>Wallet encryption process:\u00a0<\/strong><\/p>\n<ol role=\"list\" class=\"css-vgl4zd\">\n<li class=\"css-0\">Randomgen a SEED.<\/li>\n<li class=\"css-0\">BKPKEY = sha3(SEED + \u201c\\x02\u2033)[:16]<\/li>\n<li class=\"css-0\">KEY = pbkdf2(PW)<\/li>\n<li class=\"css-0\">ENCSEED = encrypt(KEY, SEED)<\/li>\n<li class=\"css-0\">WALLET = [ ENCSEED, BKPKEY ] (plus non-sensitive data like ethereum and bitcoin address)<\/li>\n<\/ol>\n<p class=\"chakra-text css-gi02ar\">The BTC and ETH privkeys and addresses are derived from the SEED.<\/p>\n<p class=\"chakra-text css-gi02ar\"><b>Seed recovery process:\u00a0<\/b><\/p>\n<ol role=\"list\" class=\"css-vgl4zd\">\n<li class=\"css-0\">WALLET + PW recovery: \u00a0(normal)<\/li>\n<li class=\"css-0\">KEY = pbkdf2(PW)<\/li>\n<li class=\"css-0\">SEED = decrypt(KEY, ENCSEED)<\/li>\n<\/ol>\n<p class=\"chakra-text css-gi02ar\"><strong>Overview of website steps for making an ether purchase:<\/strong><\/p>\n<ol role=\"list\" class=\"css-vgl4zd\">\n<li class=\"css-0\">Buyer clicks \u201cBuy Ether\u201d and agrees to the Terms &amp; Conditions<\/li>\n<li class=\"css-0\">Buyer enters initial purchase information\n<ol role=\"list\" class=\"css-vgl4zd\">\n<li class=\"css-0\">Buyer enters the amount of ether they\u2019d like to purchase<\/li>\n<li class=\"css-0\">Buyer enters email address as the destination for wallet backup file<\/li>\n<li class=\"css-0\">Buyer enters passphrase, which serves as an encryption seed. A very strong passphrase is highly recommended<\/li>\n<\/ol>\n<\/li>\n<li class=\"css-0\">Buyer generates entropy by moving their mouse or tapping their screen. A \u201cseed\u201d is constructed based on this generated entropy as well as other random system inputs. When the desired entropy length is achieved the wallet is generated using the seed. \u00a0The wallet contains:\n<ol role=\"list\" class=\"css-vgl4zd\">\n<li class=\"css-0\">an individual BTC address to send the funds to<\/li>\n<li class=\"css-0\">an individual ETH address<\/li>\n<li class=\"css-0\">an encrypted seed<\/li>\n<li class=\"css-0\">a backup encrypted seed<\/li>\n<\/ol>\n<\/li>\n<li class=\"css-0\">The browser sale app checks the newly created BTC address to see if funds arrive. Before sending any funds, the buyer has an opportunity to download the wallet. If a problem occurs between transactions, any funds send to the buyer\u2019s personal deposit address will be accessible with the passphrase. If the unspent balance of the BTC address &gt; 0.01 BTC, the browser sale app generates a signed transaction from the newly created BTC address with 2 specific outputs:\n<ol role=\"list\" class=\"css-vgl4zd\">\n<li class=\"css-0\">an output of the total unspent balance minus miners fee to the main sale BTC address\u2013this btc address is where all the funds go, it\u2019s a fixed, known BTC address.<\/li>\n<li class=\"css-0\">an output of 10000 satoshi to a BTC address generated from the (string) ETH address\u2013this bitcoin address is for confirming ethereum addresses and is unique for every transaction.<\/li>\n<\/ol>\n<\/li>\n<li class=\"css-0\">The browser sale app prompts the purchaser to download their wallet again <span class=\"s2\">&amp;<\/span> and also sends the buyer an email containing a backup for the ether wallet. \u00a0The same caution as stated above applies. \u00a0Do not leave the wallet as an email attachment in an email system. \u00a0Download as soon as possible and ensure that the email is expunged.<\/li>\n<li class=\"css-0\">The browser sale app will display the number of bitcoin transaction confirmations<\/li>\n<\/ol>\n<p class=\"chakra-text css-gi02ar\">So that\u2019s it! Although there\u2019s a lot of technical things happening in the background, the GUI we have developed will make the process a click by click operation.<\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2014\/07\/09\/how-to-make-a-purchase-in-the-ether-presale\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>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. \u00a0The sale module will be displayed on our website at https:\/\/www.ethereum.org for the duration of the sale. What [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":18498,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"tdm_status":"","tdm_grid_status":"","footnotes":""},"categories":[24],"tags":[],"kronos_expire_date":[],"class_list":["post-19119","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ethereum"],"_links":{"self":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts\/19119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/comments?post=19119"}],"version-history":[{"count":0,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts\/19119\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/media\/18498"}],"wp:attachment":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/media?parent=19119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/categories?post=19119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/tags?post=19119"},{"taxonomy":"kronos_expire_date","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/kronos_expire_date?post=19119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}