From f383f2a201a2bd434134e129217b07f60ad408ad Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 18 Apr 2013 15:25:07 -0400 Subject: [PATCH] Add Press Center with resources, FAQ and interviewees --- README.md | 5 +- _config.yml | 2 + _layouts/base-en.html | 6 +- _layouts/base-es.html | 4 +- _layouts/base-fr.html | 4 +- _less/screen.less | 210 +++++++++++- en/bitcoin-for-press.html | 324 ++++++++++++++++++ es/img/bitcoin_at_a_glance.png | Bin 34495 -> 26875 bytes img/press/faq/send_bitcoin_demo.jpg | Bin 0 -> 15429 bytes img/press/news/news_bbc.jpg | Bin 0 -> 13525 bytes img/press/news/news_bloomberg.jpg | Bin 0 -> 13504 bytes img/press/news/news_fox_trace.jpg | Bin 0 -> 11779 bytes img/press/news/news_reuters.jpg | Bin 0 -> 8941 bytes .../picture/bitcoin_casascius_holograph.png | Bin 0 -> 33721 bytes img/press/picture/bitcoin_casascius_metal.png | Bin 0 -> 34170 bytes img/press/picture/bitcoin_logo_3d.png | Bin 0 -> 30910 bytes img/press/picture/bitcoin_logo_3d_light.png | Bin 0 -> 24972 bytes .../picture/bitcoin_logo_3d_perspective.png | Bin 0 -> 30193 bytes img/press/picture/bitcoin_logo_3d_wood.png | Bin 0 -> 27503 bytes img/press/picture/bitcoin_logo_euro.png | Bin 0 -> 25274 bytes img/press/picture/bitcoin_logo_gold.png | Bin 0 -> 21707 bytes img/press/picture/bitcoin_logo_plain.png | Bin 0 -> 5794 bytes img/press/picture/bitcoin_logo_qt.png | Bin 0 -> 20379 bytes img/press/video/whatisbitcoin.jpg | Bin 0 -> 4994 bytes img/press/volunteer/arwa_mahdawi.jpg | Bin 0 -> 9848 bytes img/press/volunteer/arwa_mahdawi_email.png | Bin 0 -> 1823 bytes img/press/volunteer/jeff_garzik.jpg | Bin 0 -> 9083 bytes img/press/volunteer/mailinglist.png | Bin 0 -> 1807 bytes img/press/volunteer/mike_hearn.jpg | Bin 0 -> 7500 bytes img/press/volunteer/tony_gallippi.jpg | Bin 0 -> 15298 bytes img/press/volunteer/trace_mayer.jpg | Bin 0 -> 9499 bytes js/main.js | 68 ++++ 32 files changed, 610 insertions(+), 13 deletions(-) create mode 100644 en/bitcoin-for-press.html create mode 100644 img/press/faq/send_bitcoin_demo.jpg create mode 100644 img/press/news/news_bbc.jpg create mode 100644 img/press/news/news_bloomberg.jpg create mode 100644 img/press/news/news_fox_trace.jpg create mode 100644 img/press/news/news_reuters.jpg create mode 100644 img/press/picture/bitcoin_casascius_holograph.png create mode 100644 img/press/picture/bitcoin_casascius_metal.png create mode 100644 img/press/picture/bitcoin_logo_3d.png create mode 100644 img/press/picture/bitcoin_logo_3d_light.png create mode 100644 img/press/picture/bitcoin_logo_3d_perspective.png create mode 100644 img/press/picture/bitcoin_logo_3d_wood.png create mode 100644 img/press/picture/bitcoin_logo_euro.png create mode 100644 img/press/picture/bitcoin_logo_gold.png create mode 100644 img/press/picture/bitcoin_logo_plain.png create mode 100644 img/press/picture/bitcoin_logo_qt.png create mode 100644 img/press/video/whatisbitcoin.jpg create mode 100644 img/press/volunteer/arwa_mahdawi.jpg create mode 100644 img/press/volunteer/arwa_mahdawi_email.png create mode 100644 img/press/volunteer/jeff_garzik.jpg create mode 100644 img/press/volunteer/mailinglist.png create mode 100644 img/press/volunteer/mike_hearn.jpg create mode 100644 img/press/volunteer/tony_gallippi.jpg create mode 100644 img/press/volunteer/trace_mayer.jpg diff --git a/README.md b/README.md index b9e818a6..9aba0646 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ Installing dependencies on older Ubuntu and Debian distributions 4. Sitemap, Add links to your translated pages in _config.yml under their equivalent english version. 5. Images, Update the few images that contain text with any vector image editing software like Inkscape. 6. Languages, Make sure that the languages are listed in alphabetical order in _config.yml -7. Post, Remove sections that use _posts such as "version-history" and "news". Those are not meant to be translated yet. -8. Preview, Check that texts that are limited in size display nicely. For example, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document. +7. Post, Remove pages that use _posts such as "version-history" and "news". Those are not meant to be translated yet. +8. Press, Remove "press coverage" and "interviewees" in the Press center. The rest can be translated. +9. Preview, Check that texts that are limited in size display nicely. For example, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document. ### Update diff --git a/_config.yml b/_config.yml index 39051f07..b2933ff7 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,8 @@ section: en: bitcoin-for-businesses fr: bitcoin-pour-entreprises es: bitcoin-para-empresas + bitcoin-for-press: + en: bitcoin-for-press choose-your-wallet: en: choose-your-wallet fr: choisir-votre-porte-monnaie diff --git a/_layouts/base-en.html b/_layouts/base-en.html index f265fb1d..adb2232a 100644 --- a/_layouts/base-en.html +++ b/_layouts/base-en.html @@ -9,6 +9,8 @@ menufor: url: bitcoin-for-developers - text: Enthusiasts url: bitcoin-for-enthusiasts +- text: Press + url: bitcoin-for-press menu: - text: How it works url: how-it-works @@ -74,10 +76,10 @@ menu:
-
+
{{ content }}
-
+
diff --git a/_layouts/base-es.html b/_layouts/base-es.html index df2f1298..86df2ffa 100644 --- a/_layouts/base-es.html +++ b/_layouts/base-es.html @@ -74,10 +74,10 @@ menu:
-
+
{{ content }}
-
+
diff --git a/_layouts/base-fr.html b/_layouts/base-fr.html index 01c5e8ed..27666916 100644 --- a/_layouts/base-fr.html +++ b/_layouts/base-fr.html @@ -74,10 +74,10 @@ menu:
-
+
{{ content }}
-
+
diff --git a/_less/screen.less b/_less/screen.less index 0546b69e..b795823e 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -37,6 +37,7 @@ p { } a:link,a:visited,a:active{ color:#4892b2; + text-decoration:none; } a:link:hover,a:visited:hover,a:active:hover{ color:#75bfdf; @@ -304,6 +305,10 @@ li{ -webkit-border-radius: 6px; -moz-border-radius: 6px; } +#content.wide{ + padding:20px 40px 30px 30px; + max-width:990px; +} #rightbox{ width:210px; @@ -314,6 +319,10 @@ li{ -webkit-border-radius:5px; padding:5px; } +#rightbox.wide{ + display:none; +} + #choose>a:first-child,#before>a:first-child,#support>a:first-child{ padding:10px 8px 10px 48px; color:#fff; @@ -571,6 +580,162 @@ li{ -webkit-border-radius:9px; } +.press h2{ + font-size:150%; +} + +.press-volunteer{ + text-align:left; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; +} +.press-volunteer>p{ + margin-top:0px; + margin-bottom:30px; +} +.press-volunteer>p>img{ + vertical-align:bottom; +} +.press-volunteer>div{ + width:400px; + height:150px; + display:inline-block; + zoom:1;*display:inline;/*IE7 support*/ + margin-right:30px; + margin-bottom:30px; + vertical-align:top; +} +.press-volunteer>div>img{ + float:left; + margin-right:30px; +} +.press-volunteer>div>img:first-child+p{ + font-weight:bold; + color:#0d579b; + margin:0px; +} +.press-volunteer>div>img:first-child+p+p{ + margin:0px; +} +.press-volunteer>div>img:first-child+p+p+p{ + font-size:80%; +} +.press-volunteer>div>img:first-child+p+p+p+p{ + margin:0px; +} + +.press-faq{ + text-align:left; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; +} +.press-faq>div{ + width:400px; + display:inline-block; + zoom:1;*display:inline;/*IE7 support*/ + vertical-align:top; + text-align:left; + margin-bottom:15px; + margin-right:30px; +} +.press-faq>div>a{ + display:inline-block; + font-weight:bold; + margin-right:20px; +} +.press-faq>div>div{ + height:0px; + overflow:hidden; + text-align:justify; + transition: height 400ms ease-out; + -moz-transition: height 400ms ease-out; + -webkit-transition: height 400ms ease-out; +} +.press-faq li{ + text-align:justify; + line-height:1.5em; +} +.press-faq>div>span>p{ + margin-bottom:0px; +} + +.press-materials{ + text-align:left; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; +} + +.press-materials>div>a{ + font-weight: bold; + font-size: 110%; +} +.press-materials>div{ + display:inline-block; + zoom:1;*display:inline;/*IE7 support*/ + width:300px; + vertical-align:top; + position:relative; +} +.press-materials>div>div{ + height:270px; + overflow:hidden; + transition: height 400ms ease-out; + -moz-transition: height 400ms ease-out; + -webkit-transition: height 400ms ease-out; +} +.press-materials>div:first-child+div>div img{ + margin-right: 14px; + margin-bottom: 14px; + height:120px; + width:120px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; +} +.press-materials>div:first-child>div>p>a{ + margin-right:10px; + margin-bottom:10px; + display:inline-block; +} +.press-materials>div:first-child+div+div>div>p{ + margin-bottom:25px; + margin-top:0px +} +.press-materials>div:first-child+div+div>div>p>span:first-child{ + font-weight:bold; + display:block; +} + +.press-news{ + text-align:left; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; +} +.press-news>div{ + height:125px; + margin-bottom:30px; + width:700px; +} +.press-news>div>a>img{ + float:left; + margin-right:30px; +} +.press-news>div>a:first-child+a{ + display:block; + margin-bottom:10px; +} +.press-news a:link,.press-news a:active,.press-news a:visited{ + font-weight:bold; + color:#0d579b; +} +.press-news>div>a:first-child+a+a+p{ + font-size:80%; +} + .conferencebanner{ position:absolute; top:0px; @@ -644,11 +809,12 @@ li{ display:inline-block; margin:10px; } - #rightbox{ + #rightbox,#rightbox.wide{ + display:block; position:static; margin:30px auto 20px auto; } - #content{ + #content,#content.wide{ position:static; margin:0px 5px; padding:15px 10px 20px 10px; @@ -666,9 +832,43 @@ li{ .preview{ display:none; } + .preview{ + width:auto; + border:0px; + padding:0px; + } + .previewrow{ + float:none; + padding-left:0px; + margin:auto; + } + .press-volunteer>div{ + width:200px; + height:auto; + } + .press-volunteer>div>img{ + float:none; + margin-right:0px; + margin-bottom:20px; + } + .press-faq>div{ + width:auto; + display:block; + margin-right:0px; + } + .press-news>div{ + width:auto; + height:auto; + } + .press-news>div>a>img{ + float:none; + margin-right:0px; + margin-bottom: 20px; + } .conferencebanner{ - position:static; - display:inline-block; - margin:0px 0px 10px -5px; + position:static; + display:block; + margin:0px 0px 10px -5px; + text-align:center; } } diff --git a/en/bitcoin-for-press.html b/en/bitcoin-for-press.html new file mode 100644 index 00000000..56cab333 --- /dev/null +++ b/en/bitcoin-for-press.html @@ -0,0 +1,324 @@ +--- +layout: base-en +id: bitcoin-for-press +title: Bitcoin Press Center - Bitcoin +mode: wide +--- +

Bitcoin Press Center

+ +

Find potential interviewees and high quality press materials.

+ +

Contact Potential Interviewees

+ +
+ + + + + + + +
+Arwa Mahdawi +

Arwa Mahdawi

+

Consultant and Journalist

+

+ 2013-03-30 - Sky News
+ 2013-03-04 - Guardian
+
+

+

mailing list

+
+ + + +

You can also contact the press mailing list : mailing list

+ +
+ +

Facts, FAQs and Myths

+ +
+ +
+ What is Bitcoin? +
+

Bitcoin is an Internet protocol and open-source software platform that enables a new completely digital and decentralized currency called bitcoins (BTC).

+
+
+
+ How does one acquire bitcoins? +
+
    +
  • Accept bitcoins as payment for goods or services.
  • +
  • Buy bitcoins at one of the Bitcoin Exchanges.
  • +
  • Trade traditional currency for bitcoins using one of several services.
  • +
  • Trade traditional currency for bitcoins face to face using a local directory.
  • +
  • Earn bitcoins through competitive mining.
  • +
+
+
+
+ How does Bitcoin work? +
+

Bitcoin is a triple entry bookkeeping system where a public ledger of every Bitcoin transaction is validated and distributed in real-time through the peer-to-peer Bitcoin network. The whole network is secured and regulated through cryptography. Anyone can process transactions using computer processing power, often with specialized hardware, and potentially earn a reward in bitcoins for this service which is often called 'bitcoin mining'.

+
+
+
+ How does Bitcoin mining work? +
+

Bitcoin miners perform a function that is analogous to gold mining, but very different. While gold miners deal with rocks, Bitcoin miners deal with data.

+

Bitcoin mining is the mechanism that keeps everyone in the system synchronized together. To mine, computers that take part listen for transactions (ledger transfer announcements) broadcasted through the peer-to-peer network. The miners process and confirm these transactions by including them in a block and adding it to the blockchain.

+

Bitcoin miners perform this labor because miners that solve a block earn (1) any transaction fees paid by customers for faster transaction processing and (2) newly created coins, issued into existence according to a fixed formula.

+

Bitcoin mining is a very competitive market. Bitcoin miners are neither able to increase their own block reward beyond the rules in the protocol nor process fraudulent transactions that could corrupt the Bitcoin network. Because anyone can become a Bitcoin miner and the Bitcoin network is the largest distributed computer network in the world, it is extremely improbable that a malicious Bitcoin miner could compromise the blockchain. Thus, Bitcoin mining is used to protect the neutrality and the consensus of the network, even if not all Bitcoin miners can be trusted.

+
+
+
+ How difficult is it to make a Bitcoin payment? +
+

Bitcoin payments are easier to make than any existing banking or credit card process. Payments are made from a wallet application, either from your computer or smartphone by entering the recipients address either by scanning a QR code, touching two phones together with NFC technology or copying and pasting, entering the amount, and pressing send.

+

Send Bitcoin

+
+
+
+ What are some advantages of Bitcoin? +
+
    +
  • Unrestrained payments - It is possible to send and receive any amount of money anywhere in the world at any time. No bank holidays. No borders. No imposed limits.
  • +
  • Low or zero fees - Bitcoin payments currently process with either no fees or extremely small fees. Users may include fees with transactions to receive priority processing which results in faster validating and authenticating of transactions by the network. Additionally, merchant processors exist to assist merchants in processing transactions, converting bitcoins to fiat currencies with daily direct deposits to bank accounts and provide these services for much lower fees and less risk than with Paypal or credit card networks.
  • +
  • Less fees and risks for merchants - Bitcoin transactions are secure, irreversible and do not contain customer’s sensitive or personal information. This protects merchants from losses caused by fraud or fraudulent chargebacks and there is no need for PCI compliance. This allows merchants to easily expand to new markets where either credit cards are not available or fraud rates are unacceptably high. The net results are lower fees, larger markets and less administrative costs.
  • +
  • More protection for consumers - Bitcoin payments are made without needing personal information tied to the transaction. This offers strong protections against identity theft. Users are in full control of their transactions therefore it is impossible for merchants to force unwanted or unnoticed charges which can happen with either ACH debits, debit cards, Paypal or credit cards.
  • +
  • Transparency - All information concerning the Bitcoin money supply is readily available on the blockchain for anybody to see, verify, measure, and use in real-time.
  • +
  • Distributed - The Bitcoin ledger, commonly called the blockchain, is distributed throughout the world and stored by Bitcoin miners. This adds a level of resiliency and redundancy that is unmatched in the payments space and a payment processing network. For example, the Federal Reserve does all their payment processing at 100 Orchard Street, East Rutherford, New Jersey and have back-up systems that can be brought online within 60-90 minutes at the Federal Reserve Banks of Richmond and Dallas. If those three centers were compromised or destroyed then the entire monetary system of the Federal Reserve would be greatly impaired and probably completely nonfunctional.
  • +
+
+
+
+ What are some disadvantages of Bitcoin? +
+
    +
  • Not widely accepted - Many people are still unaware of Bitcoin. Everyday more businesses accept bitcoins because they have advantages of doing so, but the list remains small and still needs to grow in order to gain improved usefulness through networking effects.
  • +
  • Volatile - The total value of bitcoins in circulation and the number of businesses using Bitcoin is still very small compared to what it can be. Therefore relatively small movements in the market can significantly affect the price. In theory, volatility will persist as the market scrambles to determine a bitcoin’s price as this nascent currency matures. Never before has the world seen a startup currency, so it is truly difficult (and exciting) to imagine how it will play out.
  • +
  • For geeks - Many user tools are still not ready for everyone and users still need to protect their money by themselves, or trust young online wallet services that still don’t offer any insurance against theft or other bad events. New tools and services are constantly being developed to make Bitcoin more accessible to the masses. But from now, Bitcoin is a bright new invention that starts to meet the real world.
  • +
+
+
+
+ Is Bitcoin secure? +
+

The Bitcoin technology - the protocol and the cryptography - has a strong security track record. Bitcoin’s vulnerability is in user error. Bitcoin wallet files that store the necessary private keys can be accidentally deleted, lost, stolen or compromised. Consequently, users need to employ security practices to protect their money or use service providers that offer good levels of security and insurance. As Bitcoin has grown in adoption, more service providers have appeared to make it easier, safer, and more convenient to use and safely secure bitcoins. Bitcoins are not covered by insurance schemes or depositor insurance like the FDIC, but could be with a service provider that offered that service.

+
+
+
+ Is Bitcoin legal? +
+

To the best of our knowledge, Bitcoin has not been made illegal by legislation in any jurisdiction.

+

Additionally, regulators from various jurisdictions have taken steps to provide individuals and businesses with rules on how to integrate this new technology into businesses and other activities. For example, the United States' FinCEN has issued non-binding and non-determinative guidance on how it characterizes certain activities involving virtual currencies.

+

Useful resources:

+ +
+
+
+ What about Bitcoin and taxes? +
+

Bitcoin is not a fiat currency with legal tender status in any jurisdiction. But often tax liability accrues regardless of the medium used. There is a wide variety of legislation in many different jurisdictions which could cause income, sales, payroll, capital gains or some other form of tax liability to arise with Bitcoin. Because all transactions are public record and stored permanently therefore it is a bad idea to attempt to use Bitcoin to evade taxes.

+
+
+
+ Is Bitcoin useful for illegal activities? +
+

Bitcoin is a censorship-resistant technology. This means transactions cannot be stopped. However, it is not anonymous and the use of Bitcoin leaves extensive and permanent public records.

+

The Federal Bureau of Investigation concluded on page two of the report Bitcoin Virtual Currency: Unique Features Present Distinct Challenges for Deterring Illicit Activity that ‘The FBI assesses with low confidence, based on current user and vendor acceptance, that malicious actors will exploit Bitcoin to launder money.’

+

Bitcoin prevents many criminals from being able to engage in illegal behavior. Because of the way Bitcoin works customers do not need to reveal personal information to merchants. This decreases the amount of data available to illegal actors and acts as significant protection against identity theft, credit card fraud and several other attack vectors. Bitcoin transactions are irreversible which prevents chargebacks or frauds and transaction traceability means it is impossible to counterfeit bitcoins.

+

Additionally, law enforcement authorities have already begun using sophisticated techniques to analyze Bitcoin transactions in their criminal investigations. So it may be that the Bitcoin software is not very attractive for criminal enterprises.

+
+
+
+ Is Bitcoin a bubble? +
+

BA fast rise in price does not constitute a bubble. An artificial over-valuation that will suddenly downward correct constitutes a bubble.

+

Choices based on individual human action by hundreds of thousands of market participants is the cause for bitcoin's price to fluctuate as the market seeks price discovery. Some reasons for this change in sentiment may be a loss of confidence in the currency, a large difference between value and price not based on the fundamentals of the Bitcoin economy, excessive press coverage stimulating speculative demand, fear of uncertainty and just old-fashioned irrational exuberance and greed.

+
+
+
+ Why did Bitcoin’s price crash in June 2011? +
+

Choices based on individual human action by hundreds of thousands of market participants is the cause for bitcoin's price crash in June 2011. Some reasons for this change in sentiment may be a loss of confidence in the currency, the largest exchange, MtGox, having a security incident, a large difference between value and price from the large amount of press coverage which stimulated speculative demand which was not based on fundamentals of the Bitcoin economy and just old fashioned irrational exuberance and greed.

+
+
+
+ What determines Bitcoin’s price? +
+

The price of bitcoins is determined by supply and demand and the supply is fixed at 21 million because of the rules of the Bitcoin protocol. There are two main types of demand: speculative and transactional. As more people use bitcoins to transact economic activities this increases demand and the price of bitcoins. So likewise as more people speculate on the future of Bitcoin by saving or hoarding bitcoins then this increases demand for bitcoins and the price. The result is an increase of network effects and increased adoption.

+
+
+
+ Is Bitcoin a Ponzi Scheme? +
+

A Ponzi scheme is a fraudulent investment operation that pays returns to its investors from their own money or the money paid by subsequent investors instead of from profit earned by the individual or organization running the operation.

+

Bitcoin is an open source software project with no central authority and consequently no one is in a position to make fraudulent representations about investment returns. Like other major currencies like gold, United States dollars, Euros, Yen, etc. there is no guaranteed purchasing power and the exchange rate freely floats which can lead to volatility where owners of bitcoins can make or lose value.

+

Bitcoin is an innovative currency and payment system and not a Ponzi Scheme. However, since Bitcoin transactions are irreversible it can be attractive for a Ponzi scam operator and there have been several notable Ponzi scams which have failed and did use Bitcoin.

+
+
+
+ Who is Satoshi Nakamoto, the creator of Bitcoin? +
+

The creator of Bitcoin never revealed his real identity and simply left his invention to the world. Satoshi created the first Bitcoin implementation and remained active in the development for a few years before choosing to leave the project. Meanwhile, a strong community of developers, miners, users and supporters have spontaneously emerged to continue the project.

+
+
+
+ Can bitcoins become worthless? +
+

Yes. There are thousands of currencies in the fiat currency graveyard as a result of hyperinflation such as the German Mark, United States gold and silver certificates, Argentine Peso and more recently the Zimbabwe Dollar. Unlike a physical currency like gold Bitcoin is a completely virtual currency. While Bitcoin was designed to be censorship-resistant to enable it to continue existing if there were to be some type of technological problem of significant severity, it is still possible, while more unlikely every day, that Bitcoin could stop working as intended and then all bitcoins could become worthless.

+

Being an open-source project allows anyone to contribute software code so those with value stored in bitcoins have a strong financial incentive in making sure Bitcoin continues to exist. For example, there has been only one major security incident in the protocol and it was fixed in August 2010. While there has been no major incidents since that does not preclude the possibility that there could be others. There was an unanticipated ‘hard fork’ on 12 March 2013 which was quickly resolved with minimal impact on Bitcoin users. But the longer Bitcoin exists without a major security incident or other unanticipated software bugs then the more likely market participants will gain greater confidence in Bitcoin.

+

As a payment tool, bitcoins are like gold because bitcoins are no-one’s liability and Bitcoin transactions are not subject to the same counterparty risk like traditional banks engaged in fractional reserve banking. Thus, using Bitcoin can help protects merchants and users from bank failures and Cyprus-style problems. Bitcoin empowers its users to have exclusive control of their funds.

+
+
+
+ Bitcoin is virtual and immaterial? +
+

Bitcoin is as virtual as the credit cards and online banking networks that people are using everyday. They are a balance stored in a network.

+

While Bitcoin is particularly well suited for use on the Internet unlike other payment systems, Bitcoin can also be used to pay in physical stores using simple mobile applications just like real money.

+

Bitcoin users have exclusive control of their funds and Bitcoin balances are stored in an extremely large decentralized distributed computer network and cannot be fraudulently altered by anybody. In other terms, bitcoins cannot vanish or be seized by any means. They can be stolen or lost per users mistakes.

+
+
+
+ Why do people trust Bitcoin? +
+

Bitcoin is open-source software which means that everyone has access to all of the source code all of the time. The rules of the system are embedded into the source code and the participants all impose those rules on each other simultaneously. To change the system would require everyone to switch to a new version of the software that used different rules, and because Bitcoin users are spread across the world it is outside the power of any single jurisdictional authority to mandate such a change.

+

Cryptography is well established and a fundamental technology used in online banking. But unlike fiat currency with central banks and online banking with heavily peer reviewed cryptographic ciphers Bitcoin has been able to construct a currency and payment network that removes the need to trust a central authority.

+

Consequently, many people trust Bitcoin because it requires absolutely no trust at all.

+
+
+
+ Bitcoin is an anonymous currency? +
+

Bitcoin is a censorship-resistant technology. However, it is not anonymous but pseudo-anonymous. The use of Bitcoin leaves extensive and permanent public records for each transaction. All transactions can be traced since their origin and IP addresses are permanently logged by organizations listening on the network. All of these informations can easily be accessed by competitors, law enforcement or anyone else.

+

However, there are a few technically difficult and costly methods that enable users to interact with Bitcoin in very private ways. The Federal Bureau of Investigation concluded on page two of the report Bitcoin Virtual Currency: Unique Features Present Distinct Challenges for Deterring Illicit Activity that ‘The FBI assesses with low confidence, based on current user and vendor acceptance, that malicious actors will exploit Bitcoin to launder money.’

+

Transactions are difficult to conceal from best practices in network data analysis, data mining and forensic accounting techniques. In most transaction, personal information must be revealed to receive the goods or services from an order. This makes keeping full anonymity with Bitcoin transactions very difficult or impossible.

+
+
+

For more FAQ on Bitcoin, please visit the Bitcoin Wiki.

+ +
+ +
+ + + +
+

Pictures

+
+Bitcoin logo +Bitcoin Qt logo +3D Bitcoin arwork by Eivind Nag +Bitcoin euro +Bitcoin gold +Bitcoin 3D +Bitcoin 3D +Bitcoin 3D +Bitcoin holograph coin +Bitcoin metal coin +
+More pictures +
+ +
+

Quotes

+
+

“With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless.”Satoshi Nakamoto, Bitcoin developer

+

“Bitcoin is Money Over Internet Protocol.”Tony Gallippi, BitInstant CEO

+

“Entire classes of bugs are missing.”Dan Kaminsky, Security Researcher

+

“There are 3 eras of currency: Commodity based, politically based, and now, math based.”Chris Dixon, Technology Investor

+

“The potential for disruption is enormous.”Jeremy Liew, Lightspeed Venture Partners

+

“Right now Bitcoin feels like the Internet before the browser.”Wences Casares, Technology Entrepreneur

+

“We have elected to put our money and faith in a mathematical framework that is free of politics and human error.”Tyler Winklevoss, Entrepreneur

+

“It's the cheapest way to
move money around.”
Max Keiser, Journalist & TV Host

+
+More quotes +
+ +
+ +

Press coverage

+ +
+ +
+ Preview + Reuters, A Nasdaq of Bitcoin? + 2013-04-12 +

Fred Wilson, co-founder of Union Square Ventures, says the idea of Bitcoin as an investment asset "is quite interesting.

+
+
+ Preview + Bloomberg on the future of Bitcoin currency + 2013-04-11 +

Convergex's Nicholas Colas and Holland & Company's Michael Holland discuss the future of Bitcoin on Bloomberg Television's.

+
+
+ Preview + FOX Business with Trace Mayer + 2013-04-05 +

Is Bitcoin for real? Bitcoin investor Trace Mayer explains the virtual currency.

+
+
+ Preview + BBC Newsnight with Trace Mayer + 2013-03-26 +

BBC Newsnight's veteran journalist Jeremy Paxman investigating Bitcoin with guests Daniel Knowles from The Economist and Trace Mayer.

+
+ +
diff --git a/es/img/bitcoin_at_a_glance.png b/es/img/bitcoin_at_a_glance.png index d236d4719a3e5c731b31971be425eb1d9130fb05..5951ac8af77afbc935c24af9b0b83f46a85acc6d 100644 GIT binary patch literal 26875 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 yhk3|z$GwHf1pB!PBrgr+2?E?XlF4gDX(prVri literal 34495 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 bQd4M}VoV{?W4AY~#Pa%PBP&PoW$FI_x^cK$ literal 0 HcmV?d00001 diff --git a/img/press/volunteer/trace_mayer.jpg b/img/press/volunteer/trace_mayer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..825eedad9618c53f71d206c6522ef347206cecb5 GIT binary patch literal 9499 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 literal 0 HcmV?d00001 diff --git a/js/main.js b/js/main.js index 769a15c8..4b8c3acf 100644 --- a/js/main.js +++ b/js/main.js @@ -1,4 +1,9 @@ function cancelEvent(e){if(!e)var e=window.event;(e.preventDefault)?e.preventDefault():e.returnValue=false;} + + +function getEventTarget(e){if(!e)var e=window.event;return (e.target&&e.target.nodeType==3)?e.target.parentNode:(e.target)?e.target:e.srcElement;} + + function supportsSVG(){ //Old FF 3.5 and Safari 3 versions have a very poor svg support //http://www.w3.org/TR/SVG11/feature#Image Defeat FF 3.5 only @@ -10,12 +15,40 @@ if(!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image if(!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicGraphicsAttribute","1.1")&&!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Animation","1.1")&&!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Text","1.1"))return false; return true; } + + function getStyle(a,b){ if(window.getComputedStyle)return document.defaultView.getComputedStyle(a,null).getPropertyValue(b); var n=b.indexOf('-'); if(n!==-1)b=b.substr(0,n)+b.substr(n+1,1).toUpperCase()+b.substr(n+2); return a.currentStyle[b]; } + + +function getWidth(a){ +var w=getStyle(a,'width'); +if(w.indexOf('px')!==-1)return parseInt(w.replace('px','')); +var p=[getStyle(a,'padding-top'),getStyle(a,'padding-right'),getStyle(a,'padding-bottom'),getStyle(a,'padding-left')]; +for(var i=0;i<4;i++){ + if(p[i].indexOf('px')!==-1)p[i]=parseInt(p[i]); + else p[i]=0; +} +return Math.max(0,a.offsetWidth-p[1]-p[3]); +} + + +function getHeight(a){ +var h=getStyle(a,'height'); +if(h.indexOf('px')!==-1)return parseInt(h.replace('px','')); +var p=[getStyle(a,'padding-top'),getStyle(a,'padding-right'),getStyle(a,'padding-bottom'),getStyle(a,'padding-left')]; +for(var i=0;i<4;i++){ + if(p[i].indexOf('px')!==-1)p[i]=parseInt(p[i]); + else p[i]=0; +} +return Math.max(0,a.offsetHeight-p[0]-p[2]); +} + + function svgfallback(){ if(supportsSVG())return; for(var i=0,nd=document.getElementsByTagName('*'),n=nd.length;i