Post
Topic
Board Anfänger und Hilfe
Topic OP
Welcher Private Key gehört zu welcher Adresse?
by
feztke
on 23/06/2016, 13:37:24 UTC
Hallo,

wenn ich zB. aus dem Multibit Client aus einer Wallet den(die) Private keys exportiere, bekomme ich zB:

Code:
# KEEP YOUR PRIVATE KEYS SAFE !
# Anyone who can read this file can spend your bitcoin.
#
# Format:
#   [[]]
#
#   The Base58 encoded private keys are the same format as
#   produced by the Satoshi client/ sipa dumpprivkey utility.
#
#   Key createdAt is in UTC format as specified by ISO 8601
#   e.g: 2011-12-31T16:42:00Z . The century, 'T' and 'Z' are mandatory
#
key 1
key 2
usw
# End of private keys
Woher weiß ich zu welcher Adresse (Public Key) der jeweilige Schlüssel (Private key) passt?

Danke.