2

How should I visually distinguish between the different types of keys available for the end user?

So far the common keys I've come across are

  • Private key (not to be shared)
  • Bitcoin address (to be shared, and may or may not have a backing private key)
  • Compressed public key
  • Casascius keys (where the private key is split in half totaling 3 keys)
  • Multi signatures
makerofthings7
  • 12,726
  • 11
  • 62
  • 130
  • I'm just looking for an official or preferred standard I can give to my graphic designer. Lacking that she'll just come up with something based on Armory and QT. – makerofthings7 Dec 17 '12 at 13:26
  • Please do not use the term Public Key. That isn't a good term to describe what a Bitcoin address is. It is a Bitcoin Address.

    A Bitcoin Address is a hash of the private key, but calling it a public key is confusing it with PKI.

    Programmers working on the code might use public key, but outside of that, Bitcoin Address is the preferred term.

    – Stephen Gornick Dec 18 '12 at 01:01
  • @StephenGornick I updated references to public key and replaced with Bitcoin Address – makerofthings7 Dec 18 '12 at 01:17
  • Bitcoin is new, there isn't any recurring standard that I've seen. Come up with something interesting and it'll probably catch on – ryan.ralph Jan 30 '14 at 13:57

0 Answers0