Bitcoin Forum
May 07, 2024, 01:23:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What are private keys?  (Read 629 times)
M3t (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
April 02, 2013, 06:41:20 AM
 #1

I just got bitcoin-qt client today, and all that show up are public keys that people can send money to me.

What are private keys I hear so much about such as blockchain.info etc?
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715088205
Hero Member
*
Offline Offline

Posts: 1715088205

View Profile Personal Message (Offline)

Ignore
1715088205
Reply with quote  #2

1715088205
Report to moderator
1715088205
Hero Member
*
Offline Offline

Posts: 1715088205

View Profile Personal Message (Offline)

Ignore
1715088205
Reply with quote  #2

1715088205
Report to moderator
1715088205
Hero Member
*
Offline Offline

Posts: 1715088205

View Profile Personal Message (Offline)

Ignore
1715088205
Reply with quote  #2

1715088205
Report to moderator
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
April 02, 2013, 06:49:17 AM
 #2

I just got bitcoin-qt client today, and all that show up are public keys that people can send money to me.

The Bitcoin-Qt client takes care of everything so that a user doesn't need to know what a private key even is.   The keys are stored in the wallet.dat.

If you do want to see them, you can export them:
 - http://computriks.com/en/bitcoin-export-private-key

Or if you just want to see what one looks like:
 - http://www.BitAddress.org

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


oakpacific
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


View Profile
April 02, 2013, 06:51:09 AM
 #3

And a reminder: no one but yourself should see your private keys.

https://tlsnotary.org/ Fraud proofing decentralized fiat-Bitcoin trading.
TiagoTiago
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Firstbits.com/1fg4i :)


View Profile
April 02, 2013, 06:58:59 AM
 #4

The private keys are what is used to sign a transaction from one of your addresses. Basicly it is proof that the owner of that address said the money from that address should go somewhere else. And public keys are used to check if the signature really is from who it says it is.

As their name suggest, private keys are meant to be private (no one but the owner should have access to them in any form), and public keys are meant to be presented to the public. Though as already mentioned above the client automates the whole process so that the average user doesn't need to deal with the inner mechanics of the system.

(I dont always get new reply notifications, pls send a pm when you think it has happened)

Wanna gimme some BTC/BCH for any or no reason? 1FmvtS66LFh6ycrXDwKRQTexGJw4UWiqDX Smiley

The more you believe in Bitcoin, and the more you show you do to other people, the faster the real value will soar!

Do you like mmmBananas?!
M3t (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
April 02, 2013, 07:00:59 AM
 #5

Okay, can you give me an example of a transaction, break it down slowly >.<

I'm slow.
TiagoTiago
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Firstbits.com/1fg4i :)


View Profile
April 02, 2013, 07:03:38 AM
 #6

Okay, can you give me an example of a transaction, break it down slowly >.<

I'm slow.
In this context "transaction" is just a fancy way of saying "a record of money changing hands".

(I dont always get new reply notifications, pls send a pm when you think it has happened)

Wanna gimme some BTC/BCH for any or no reason? 1FmvtS66LFh6ycrXDwKRQTexGJw4UWiqDX Smiley

The more you believe in Bitcoin, and the more you show you do to other people, the faster the real value will soar!

Do you like mmmBananas?!
virtualmaster
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
April 02, 2013, 07:20:31 AM
 #7

The private key is a kind of brain wallet if you can remember it.

Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
Namecoinia.org  -  take the planet in your hands
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba   |  NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S
wonderbash
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 02, 2013, 07:21:44 AM
 #8

A transaction is group of data that is broadcast to the network and recorded into blocks. It stores the information of some bitcoins flowing from one address to another new public key (address).
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
April 02, 2013, 08:08:01 AM
 #9

Okay, can you give me an example of a transaction, break it down slowly >.<

Here's what the data for one looks like:

Code:
Input:
Previous tx: f5d8ee39a430901c91a5917b9f2dc19d6d1a0e9cea205b009ca73dd04470b9a6
Index: 0
scriptSig: 304502206e21798a42fae0e854281abd38bacd1aeed3ee3738d9e1446618c4571d10
90db022100e2ac980643b0b82c0e88ffdfec6b64e3e6ba35e7ba5fdd7d5d6cc8d25c6b241501

Output:
Value: 5000000000
scriptPubKey: OP_DUP OP_HASH160 404371705fa9bd789a2fcd52d2c580b65d35549d
OP_EQUALVERIFY OP_CHECKSIG

 - http://en.bitcoin.it/wiki/Transaction#Principle_example_of_a_Bitcoin_transaction_with_1_input_and_1_output_only

And here's what one looks like in a nice viewer:

 - http://blockchain.info/tx/74aa359a7f007ec120bb0fbbb747797e1ded08bdcffeddce4e5ede5b1a40be5a?show_adv=true
(at the bottom click Advanced to see the link to get to the UTXO for the INPUT transactions)

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!