Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
14184033
Topic
1396931
Board
Bitcoin Technical Support
Re: Import Bitcoin private keys, Help for 100usd!
by
Apocalyptic
on
13/03/2016, 12:10:42 UTC
Assuming "+ private key (32 bytes) +" stands for the private exponent of the key, you have to prepend the version byte 0x80, then apply Base58Check (see the "Encoding a private key" section of
https://en.bitcoin.it/wiki/Base58Check_encoding
)
Edit: Actually the whole process is outlined step-by-step at
https://en.bitcoin.it/wiki/Wallet_import_format