Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Fiyasko on April 26, 2011, 03:52:47 PM



Title: PGP Key support needed
Post by: Fiyasko on April 26, 2011, 03:52:47 PM
So if you look in my signature i have a pastebin raw for my PGP key, Thats as far as i got.

Now what the hell do i do?


Title: Re: PGP Key support needed
Post by: ColdHardMetal on April 26, 2011, 03:54:30 PM
What do you mean? What are you trying to do?


Title: Re: PGP Key support needed
Post by: grue on April 26, 2011, 03:55:05 PM
what do you want to do?


Title: Re: PGP Key support needed
Post by: Fiyasko on April 26, 2011, 04:00:06 PM
Lol, Have it so that my key is registerd and so that people are able to rate me
I think the key isnt active (yeah i've ?uploaded? it to the proper server)


Title: Re: PGP Key support needed
Post by: PLATO on April 26, 2011, 04:09:45 PM
join #bitcoin-otc on chat.freenode.net
type:
Code:
;;gpg register PLATO
I don't remember the syntax, but you will need to tell Gribble [the bot] where your public key is located. Then do
Code:
;;gpg auth PLATO
and Gribble will respond with a challenge string for you to sign.

now clearsign the string:
Code:
echo ef86748c3dd336cb400ccb9ff25411135c72c714cdaca367ac6941c6106cbfe9 | gpg --clearsign

and upload it to pastebin, paste.pocoo.org, or similar. Next,
Code:
;;gpg verify http://paste.pocoo.org/raw/12345
and you will be good to go. Details at: http://wiki.bitcoin-otc.com/wiki/GPG_authentication



Title: Re: PGP Key support needed
Post by: Fiyasko on April 26, 2011, 06:24:02 PM
How do i find my fingerprint?