Bitcoin Forum
June 14, 2024, 03:13:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Core Desktop question  (Read 468 times)
kittucrypt (OP)
Sr. Member
****
Offline Offline

Activity: 300
Merit: 253

Ok Check!


View Profile
May 09, 2014, 01:28:19 AM
 #1

I am trying to find the answer to this:

How can I find the private and public keys associated with the addresses on my Bitcoin Core Wallet?

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
May 09, 2014, 05:47:46 AM
 #2

I am trying to find the answer to this:

How can I find the private and public keys associated with the addresses on my Bitcoin Core Wallet?

To get the private key to a known address open the console and enter dumpprivkey <bitcoinaddress>
You need to unlock it first, full list of commands is here:

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

there are also more lengthy answers here: https://bitcointalk.org/index.php?topic=598078.0

This might also be of intereset to you:
- https://en.bitcoin.it/wiki/Technical_background_of_Bitcoin_addresses

Im not really here, its just your imagination.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3416
Merit: 4658



View Profile
May 09, 2014, 10:33:32 AM
Last edit: May 09, 2014, 02:10:32 PM by DannyHamilton
 #3

I am trying to find the answer to this:

How can I find the private and public keys associated with the addresses on my Bitcoin Core Wallet?

Finding the public key is a bit complicated, and there is almost no good reason to to so.  Why are you trying to get it?  Is it just simple curiosity?

As shorena has explained, the private key can obtained with the "dumpprivkey" command.
kittucrypt (OP)
Sr. Member
****
Offline Offline

Activity: 300
Merit: 253

Ok Check!


View Profile
May 09, 2014, 01:41:54 PM
 #4

I was trying to play around the multisigs and thus the need for pub key. I guess once I get the priv key, I can find the corresponding pub key via the Elliptic curve property? I am not sure if a single priv key can lead to multiple pub keys(because of the mathematical properties of the curve).

Oh yes..thanks for the responses.

DannyHamilton
Legendary
*
Offline Offline

Activity: 3416
Merit: 4658



View Profile
May 09, 2014, 02:10:00 PM
 #5

I was trying to play around the multisigs and thus the need for pub key. I guess once I get the priv key, I can find the corresponding pub key via the Elliptic curve property? I am not sure if a single priv key can lead to multiple pub keys(because of the mathematical properties of the curve).

Oh yes..thanks for the responses.

It isn't possible to generate more than one public key for a given private key.  (I'm not certain if it's been proven yet whether it's impossible for two different private keys to generate the same public key).

It looks like there is a program called sx that can be used when working with mult-sig transactions for things like determining the public keys:

https://bitcointalk.org/index.php?topic=259999.0
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!