Bitcoin Forum
May 05, 2024, 07:42:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Bitcoin / Bitcoin Discussion / Re: World’s first commercial quantum computer sold to Lockheed Martin on: June 01, 2011, 01:40:02 PM
The problem is not the sha-256 algorithm used for mining but the ECDSA algorithm used for the public-key scheme.

With a quantum computer I could break your private key and steal your money.

Please see this thread:

http://forum.bitcoin.org/index.php?topic=3008.20
62  Bitcoin / Bitcoin Discussion / Re: What does Quantum Computing mean for Bitcoin? on: June 01, 2011, 01:37:32 PM
The ECDSA public key crypto could be changed to one not vulnerable to quantum attacks, like Unbalanced Oil and Vinegar.

http://en.wikipedia.org/wiki/Post-quantum_cryptography

Then I think that we should do this ASAP.

quantum computers are a reality, you can buy a 128qubit one for "only" 10$ million (that's small change for a large company)

http://venturebeat.com/2011/05/27/first-quantum-computer-sold/
http://www.dwavesys.com/en/products-services.html


How difficult would be change the algorithm of the public-key encryption for Bitcoin to one not vulnerable to quantum attacks?
Would we have to start from scratch or we could change the algorithm "on the fly" without losing our coins?

63  Bitcoin / Bitcoin Discussion / when calculating blocks does bitcoin remember previous history of tried blocks ? on: May 24, 2011, 07:51:59 PM
Hello,

I have looking at the source code in the function CreateNewBlock() trying to answer myself but I am unable to understand it, looks quite complicated, so I hope anyone can answer my doubts.


How bitcoin chooses the new blocks to calculate the hashes?.

it generates a random block of data and calculate the hash without taking into account if this block was previously calculated in the past?

or it generates a random block and checks if this block was never calculated before calculating the hash for it?

If I turn off my computer, could be bitcoin tomorrow calculating the same blocks than today?


Thanks!
Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!