Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1502024
Topic
141059
Board
Beginners & Help
Re: Questions about The White Papers
by
Stephen Gornick
on
04/02/2013, 04:09:13 UTC
Quote from: BitcoinScholar on February 04, 2013, 03:36:48 AM
What's the algorithm the hash uses and how was this determined?
A bitcoin address is a derivative of a hash of a private key.
Quote
A Bitcoin address is a 160-bit hash of the public portion of a public/private ECDSA keypair.
-
http://en.bitcoin.it/wiki/Technical_background_of_Bitcoin_addresses
-
http://en.bitcoin.it/wiki/Private_key
-
http://en.bitcoin.it/wiki/Address
A transaction requires cryptographic signature(s) made using the private key(s) of the input addresses:
-
http://en.bitcoin.it/wiki/Transaction#Principle_example_of_a_Bitcoin_transaction_with_1_input_and_1_output_only
A block includes a reference to a prior block and includes zero or more transactions that have occurred since that prior block:
-
http://en.bitcoin.it/wiki/Blocks