
{"id":225491,"date":"2026-09-10T13:00:00","date_gmt":"2026-09-10T13:00:00","guid":{"rendered":"https:\/\/mycryptomania.com\/?p=225491"},"modified":"2026-09-10T13:00:00","modified_gmt":"2026-09-10T13:00:00","slug":"the-quantum-issue-wtf-is-quantum-computing","status":"publish","type":"post","link":"https:\/\/mycryptomania.com\/?p=225491","title":{"rendered":"The Quantum Issue: WTF Is Quantum Computing?"},"content":{"rendered":"<p><a href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a><\/p>\n<p><a href=\"https:\/\/bitcoinmagazine.com\/print\/the-quantum-issue-wtf-is-quantum-computing\">The Quantum Issue: WTF Is Quantum Computing?<\/a><\/p>\n<div><\/div>\n<p class=\"wp-block-paragraph\">What is quantum computing? How is a quantum computer different from a regular computer? What relevance does this have to Bitcoin?<\/p>\n<p class=\"wp-block-paragraph\">New Bitcoiners have been inevitably bumping into these questions and having to confront the issues they dredge up regarding Bitcoin\u2019s exposure to what is very much an existential threat to its existence if a viable quantum computer were to be developed.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">The ability to own bitcoin rests on the foundational assumption that without directly leaking a copy of it, no one but the person who possesses a private key can sign to transact with coins secured by that key. Quantum computing calls that assumption into question.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Quantum computers are not just \u201ccomputers, but faster.\u201d They function in a very fundamentally different way from a classical computer, and as such they are much more efficient than classical computers <em>at very specific kinds of computations<\/em>. Now obviously, I\u2019m not going to actually explain how quantum computers work in minute detail within four pages, but I will give you the core intuition of how they are fundamentally different from a classical computer.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">So let\u2019s take a look at how both kinds of computers interact with things like large cryptographic keys.\u00a0<\/p>\n<h2 class=\"wp-block-heading\">Classical Computers<\/h2>\n<p class=\"wp-block-paragraph\">Everything stored in a classical computer (or just computer from here on out) is stored as a series of 1s and 0s. Each <strong>bit<\/strong> (1 or 0) is precisely a 1 or 0; there is no ambiguity. When a piece of data is stored, it\u2019s 1s and 0s. When a piece of data is manipulated or modified, it is done bit by bit, step by step, on each 1 or 0.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">That is how a computer works. It linearly, one step after the other, modifies the discrete unambiguous pieces of data that it is storing. It can\u2019t skip ahead, or shortcut (in terms of the steps it\u2019s taking, not more efficient ways to do things mathematically), it has to go through the steps of whatever computation it is doing one by one.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">When you generate a private key using a computer, it acquires a random value (you inputting dice, general user input, randomness from device hardware, etc.) and stores that in memory as 1s and 0s. From there it has to multiply this value by the elliptic curve\u2019s generator point to get a public key. This is accomplished with an algorithm, that boiled down to its most basic level, is literally instructions on what bits to take, how to modify them, what circuits to \u201cpush\u201d them down on a physical level to accomplish that, and in the end put the new value that has been modified bit by bit back into memory.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">There are other steps to arrive at an actual valid address, but for the purposes of this article those are not necessary to go into (but they are just like the above step, just step by step instructions on how to modify 1s and 0s in memory).\u00a0<\/p>\n<p class=\"wp-block-paragraph\">So what if someone wanted to use a computer to guess someone else\u2019s private key?\u00a0<\/p>\n<p class=\"wp-block-paragraph\">There are 2256 possible private keys. That\u2019s 115,792,089,237,316,195,423,570,985,008,687,907,853,269,984,665,640,564,039,457,584,007,913,129,639,936 different possible keys.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">A computer would have to try <em>every single one of those possible private keys<\/em>, one after the other (or however many at a time it can do in parallel), step by step following the exact instructions above for generating keys. The more of them you try to check in parallel, the more computing power you need, with no ability to find any shortcuts around that cost.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">The less computing power you want to use, the more time it will take, the less time you want it to take, the more computing power you need.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">This is an impossible task to accomplish with a computer. On one side you have a computation cost that every computer on Earth is not enough to pay, and on the other side you have a cost in time that is so high every star in the universe would die before you checked them all.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">To actually accomplish your goal, you need another option besides checking one by one linearly or in parallel. That\u2019s where quantum computing comes in.<\/p>\n<h2 class=\"wp-block-heading\">Quantum Computers<\/h2>\n<p class=\"wp-block-paragraph\">Quantum computers don\u2019t work with discrete states. Everything is precisely a 1 or a 0. The most basic piece of information in a quantum computer is a qubit (the quantum version of a bit). Unlike a bit, a qubit is in a <em>superposition<\/em> where it is both simultaneously a 1 <em>and<\/em> a 0. It only settles into one or the other discrete states when it is <em>observed<\/em>.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">This is one of the key building blocks that allow a quantum computer to compute differently. The other is <em>entanglement<\/em>. Qubits aren\u2019t just stored in isolation, the physical atoms representing them and collapsing to a discrete state when observed are <em>entangled<\/em> together. This means when entangled atoms are observed and collapse to a single state, <em>the entangled atoms collapse to the same state<\/em>, no matter how far apart they are.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Now here\u2019s where things get weird, and I\u2019m going to have to get a little hand-wavy; you should still walk away with an intuitive understanding of why quantum computers are fundamentally different from a classical computer. An algorithm on a classical computer is a set of instructions to take a specific set of bits, and step by step modify them according to the algorithm\u2019s instructions, until finishing and outputting the finished set of new bits. So the algorithm step by step takes one discrete state and turns it into another.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Qubits don\u2019t store discrete states until they are observed and collapse to one. They store probabilities. When you have a set of qubits entangled of any given size (like in this hypothetical case 2256), each given possible state that it collapse to has a certain <em>probability<\/em> of collapsing to that given state.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Quantum algorithms, rather than being step by step instructions to operate on discrete states, are a set of instructions on how to operate <em>on those entangled qubits<\/em> in a way that alters the probabilities of different outcomes. <em>Constructive interference<\/em> is used to increase the probability of a correct outcome, and <em>destructive interference<\/em> to decrease the probability of incorrect outcomes (note that this is NOT the noise or interference that makes it difficult for physical quantum computers to function accurately, that is a different concept).\u00a0<\/p>\n<p class=\"wp-block-paragraph\">So while a classical computer would have to check each individual private key one by one to find the one matching a specific public key, a quantum computer can simply run a few times using the right algorithm and arrive at the correct answer. It <em>does not<\/em> do this by \u201cchecking all the possibilities at once.\u201d It simply modifies the probabilities of what a superposition will collapse into.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">This is why a quantum computer could break the assumptions underlying elliptic curve cryptography, and a classical computer could not (and it is also why quantum computers are only useful for certain types of computations with a <em>massive<\/em> possible space of answer candidates to check).\u00a0<\/p>\n<h2 class=\"wp-block-heading\">Don\u2019t Panic<\/h2>\n<p class=\"wp-block-paragraph\">This fundamental difference between classical and quantum computation means, that yes, if a viable quantum computer is actually produced, that functions correctly, then the underlying assumption that secures all Bitcoiners\u2019 individual bitcoin is broken. All of those funds are insecure.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Yes, this is a serious risk if such a device is actually manufactured, and it works, but we are not entirely unprepared. We understand the problem, we understand the exposure, and a good number of possible solutions to many different facets of the problem are coming together.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Breathe, and relax. Through the rest of this issue we are going to walk you through the whole problem.\u00a0<\/p>\n<p><a href=\"https:\/\/store.bitcoinmagazine.com\/collections\/magazines\/products\/bitcoin-magazine-annual-subscription?selling_plan=6050545901\"><\/a><\/p>\n<p class=\"wp-block-paragraph\"><em>This piece is featured in the latest\u00a0<a href=\"https:\/\/store.bitcoinmagazine.com\/collections\/magazines\">Print\u00a0<\/a>edition of Bitcoin Magazine, The Quantum Issue. We\u2019re sharing it here as an early look at the ideas explored throughout the full issue.<\/em><\/p>\n<p>This post <a href=\"https:\/\/bitcoinmagazine.com\/print\/the-quantum-issue-wtf-is-quantum-computing\">The Quantum Issue: WTF Is Quantum Computing?<\/a> first appeared on <a href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a> and is written by <a href=\"https:\/\/bitcoinmagazine.com\/authors\/shinobi\">Shinobi<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Bitcoin Magazine The Quantum Issue: WTF Is Quantum Computing? What is quantum computing? How is a quantum computer different from a regular computer? What relevance does this have to Bitcoin? New Bitcoiners have been inevitably bumping into these questions and having to confront the issues they dredge up regarding Bitcoin\u2019s exposure to what is very [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":225492,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-225491","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-discovery"],"_links":{"self":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/posts\/225491"}],"collection":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=225491"}],"version-history":[{"count":0,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/posts\/225491\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/media\/225492"}],"wp:attachment":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=225491"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=225491"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=225491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}