8
2
I am reading "Mastering Bitcoin" written by Andreas and I found this explanation about "WIF(Wallet Import Format)"
Key Formats
Both private and public keys can be represented in a number of different formats. These representations all encode the same number, even though they look different. These formats are primarily used to make it easy for people to read and transcribe keys without introducing errors.
http://chimera.labs.oreilly.com/books/1234000001802/ch04.html#base58
I have two questions:
I agree with that a private key as decimal numbers is not easy to use for people. However, the hex format and WIF are very similar. I think that WIF has two advantages compared to hex. One is starting with 5 and the next one is having checksum. Are there any good points of WIF.
Can I sign on a transaction by using WIF without the private key?
I'm keen to know about inside bitcoin. Any information will be helpful for me.
Thanks,
3Another important feature of the WIF is that it encodes whether the public key for the private key is to be used as an uncompressed/compressed public key. – morsecoder – 2015-01-25T17:11:16.200
Can someone clarify what a SIPA format key is? BCI Wallet (JavaScript) source code refers to this. Seems like it maybe an archaic WIF synonym. – Wizard Of Ozzie – 2015-01-30T07:54:56.953
https://bitcointalk.org/index.php?topic=80861.5 – amaclin – 2015-01-30T09:26:16.723
1https://bitcointalk.org/index.php?topic=129652.msg1384929#msg1384929 – amaclin – 2015-01-30T09:27:18.923