Best place to read about the algorithms and protocols underlying bitcoin?

1

I haven't been able to find a whitepaper or technical spec detailing the bitcoin algorithms and protocols. Google is flooded with too much hand-wavy nonsense. Can someone point me in the right direction?

ConditionRacer

Posted 2013-12-02T22:01:56.873

Reputation: 119

Question was closed 2013-12-11T17:25:38.147

Answers

0

I found this awesome article that answered all my questions:

How the Bitcoin Protocol Actually Works

ConditionRacer

Posted 2013-12-02T22:01:56.873

Reputation: 119

2

Bitcoin: A Peer-to-Peer Electronic Cash System

by: Satoshi Nakamoto

That would be a good place to start.

jeruane

Posted 2013-12-02T22:01:56.873

Reputation: 21

Google has become so convenient, sometimes I forget to go to the source :) ThanksConditionRacer 2013-12-03T02:22:31.823

1

The cryptographic primitives used in Bitcoin are SHA-256 and ECDSA.

For ECDSA: http://www.secg.org/collateral/sec2_final.pdf

For SHA-256: http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf

Felipe Voloch

Posted 2013-12-02T22:01:56.873

Reputation: 226