Bitcoin Forum
May 05, 2024, 11:54:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: urgent, need help with gpg authentication on bitcoin-otc  (Read 3425 times)
speculist (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 02, 2011, 09:55:01 AM
 #1

hello, i hope there are technically skilled people around here that can help me out. i have a gpg key but when i try to do run "gpg --decrypt" command and paste in the encrypted message to register with the bot it doesn't work...what am i doing wrong? Sad

edit: oh, and i need to know how i can find out the email adress associated with a gpg key.
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714953259
Hero Member
*
Offline Offline

Posts: 1714953259

View Profile Personal Message (Offline)

Ignore
1714953259
Reply with quote  #2

1714953259
Report to moderator
1714953259
Hero Member
*
Offline Offline

Posts: 1714953259

View Profile Personal Message (Offline)

Ignore
1714953259
Reply with quote  #2

1714953259
Report to moderator
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 10:11:26 AM
 #2

Best way to deal with emails is to download ThunderBird and add Enigmail extention
http://www.mozillamessaging.com/en-US/thunderbird/
https://addons.mozilla.org/en-us/thunderbird/addon/enigmail/
Meni Rosenfeld
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1054



View Profile WWW
June 02, 2011, 10:21:37 AM
 #3

I think you need to use --sign rather than --decrypt.

1EofoZNBhWQ3kxfKnvWkhtMns4AivZArhr   |   Who am I?   |   bitcoin-otc WoT
Bitcoil - Exchange bitcoins for ILS (thread)   |   Israel Bitcoin community homepage (thread)
Analysis of Bitcoin Pooled Mining Reward Systems (thread, summary)  |   PureMining - Infinite-term, deterministic mining bond
speculist (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 02, 2011, 10:22:21 AM
 #4

and that way i can get to the mail by just providing the gpg of the user?
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 10:23:59 AM
 #5

Sorry I misread your post. Meni is right in order to register with the bot you have to use --decrypt
Follow the instructions here
http://wiki.bitcoin-otc.com/wiki/GPG_authentication
speculist (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 02, 2011, 10:24:16 AM
 #6

@Meni

that's not what it says here: http://wiki.bitcoin-otc.com/wiki/GPG_authentication#GPG_authentication

Quote
Now, Alice visits the link, copies the encrypted message, then runs "gpg --decrypt" command and pastes in the encrypted message. She then enters her password if prompted.
speculist (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 02, 2011, 10:27:25 AM
 #7

Sorry I misread your post. Meni is right in order to register with the bot you have to use --decrypt
Follow the instructions here
http://wiki.bitcoin-otc.com/wiki/GPG_authentication

I did! But it doesn't work. I use the command console under windows to type in "gpg --decrypt" followed by a blank and then the encrypted message from the bot. doesn't work Embarrassed
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 10:28:25 AM
 #8

speculist, yes you are right and me and Meni are both wrong. OTC authentication procedure changed recently. Which part are you having problems with? Any error messages?
speculist (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 02, 2011, 10:35:32 AM
 #9

well, i don't get asked for my password (but that should happen) and i don't get the decrypted message. i don't remember the exact error message, very technical Tongue

do you know what the new authentication procedure is or if the wiki will be updated soon so noobs like me can handle it?
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 10:38:53 AM
 #10

Smiley Well, we need that message in order to help you.
Wiki is to date and the link I posted has the right procedure. Me and Meni were suggesting the way it used to be done
speculist (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 02, 2011, 04:12:15 PM
 #11

Okay, here is what happens: it says:

"gpg: can't open '[first line of encrypted message]': no such file or directory"
gpg: decrypt_message failed: No such file or directory"

and then

"[second line of encrypted message] is not recognized as an internal or external command, operable program or batchfile"

and so on and so forth, through all the lines of the excrypted message.


Any ideas what i'm doing wrong? Huh


Oh, and please: Is there any way to find out the email adress associated with a gpg, even though i'm not registerd yet? i really want to contact this one seller and time may be running out..

mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 04:18:58 PM
 #12

What command did you enter to get that message?
speculist (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 02, 2011, 04:24:23 PM
 #13

"gpg --decrypt" followed by the encrypted message you get from the bot after you type in "gpg eregister [nick] [key]"

And can you help with the email problem?
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 05:08:24 PM
Last edit: June 02, 2011, 05:32:51 PM by mewantsbitcoins
 #14

Man, the way it works is if I ask a question about commands, you copy and paste exactly what was typed and what messages returned. If there is sensitive information just put *** instead. Otherwise we'll be here all day.

It is very simple. You go to the #bitcoin-otc and start a chat with gribble. Then you type:
Code:
;;gpg eauth yournickname

Then you copy the link that gribble provides and paste it into your browser. Once the page opens, you copy everything.
Then you open command line and type
Code:
gpg --decrypt
and press enter. Once the cursor is on the new line you paste what you copied from the page. At this point you may be prompted for password. Next you press Control-D to terminate input if on linux/mac. If on windows, press Enter, Control-Z, Enter to terminate input.

It will spit out a line like this:
Code:
freenode:#bitcoin-otc:5588cea3blahblahblah7e35e5d22e97080ee

Copy it and go to your conversation with gribble. Type ;;gpg everify paste_the_line_you_copied. Should look something like this
Code:
;;gpg everify freenode:#bitcoin-otc:5588cea3blahblahblah7e35e5d22e97080ee

And that's it. Be warned that there is time limit to preform authentication. If it takes you too long, the request will timeout and you'll have to do the whole thing again.


To get email associated with a public key you can go browse servers if it's uploaded there or you can import key and then do a long listing of keys


What OS are you running?
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
June 02, 2011, 06:14:35 PM
 #15

Man, the way it works is if I ask a question about commands, you copy and paste exactly what was typed and what messages returned. If there is sensitive information just put *** instead. Otherwise we'll be here all day.

It is very simple. You go to the #bitcoin-otc and start a chat with gribble. Then you type:
Code:
;;gpg eauth yournickname

Then you copy the link that gribble provides and paste it into your browser. Once the page opens, you copy everything.
Then you open command line and type
Code:
gpg --decrypt
and press enter. Once the cursor is on the new line you paste what you copied from the page. At this point you may be prompted for password. Next you press Control-D to terminate input if on linux/mac. If on windows, press Enter, Control-Z, Enter to terminate input.

It will spit out a line like this:
Code:
freenode:#bitcoin-otc:5588cea3blahblahblah7e35e5d22e97080ee

Copy it and go to your conversation with gribble. Type ;;gpg everify paste_the_line_you_copied. Should look something like this
Code:
;;gpg everify freenode:#bitcoin-otc:5588cea3blahblahblah7e35e5d22e97080ee

And that's it. Be warned that there is time limit to preform authentication. If it takes you too long, the request will timeout and you'll have to do the whole thing again.


To get email associated with a public key you can go browse servers if it's uploaded there or you can import key and then do a long listing of keys


What OS are you running?

i need to setup an acct over there too.   how do i "start a chat with gribble"?  do i do it from inside the #bitcoin-OTC channel where everyone's talking?
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 06:30:20 PM
 #16

The same way you would with any other person. Alternatively, when you are connected to Freenode, you can type
Code:
/q gribble

Please also read
http://wiki.bitcoin-otc.com/wiki/GPG_authentication

What I described here is just the authentication part of the process. You will need to install gpg, create a key pair and then register with gribble before you can authenticate and trade on #bitcoin-otc. For details and help you can ask on the channel - the guys there are very helpful
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
June 02, 2011, 07:04:41 PM
 #17

The same way you would with any other person. Alternatively, when you are connected to Freenode, you can type
Code:
/q gribble

Please also read
http://wiki.bitcoin-otc.com/wiki/GPG_authentication

What I described here is just the authentication part of the process. You will need to install gpg, create a key pair and then register with gribble before you can authenticate and trade on #bitcoin-otc. For details and help you can ask on the channel - the guys there are very helpful

what am i doing wrong?

[11:56] <cypherdoc> ;;gpg register cypherdoc FAE7765F1169B429 hkp://keys.gnupg.net
[11:56] <gribble> Request successful for user cypherdoc, hostmask cypherdoc!62adcdc4@gateway/web/freenode/ip.98.173.205.196. Your challenge string is: freenode:#bitcoin-otc:65e4c5971a889c7b258943c1a56a790adfa6bef261445ae6eb25116b
[11:56] <cypherdoc> ;;gpg everify freenode:#bitcoin-otc:65e4c5971a889c7b258943c1a56a790adfa6bef261445ae6eb25116b
[11:57] <gribble> Error: No outstanding encryption-based request found.
[12:00] <cypherdoc> ;;gpg everify freenode:#bitcoin-otc:65e4c5971a889c7b258943c1a56a790adfa6bef261445ae6eb25116b
[12:00] <gribble> Error: No outstanding encryption-based request found.
[12:00] <cypherdoc> ;;gpg -verify freenode:#bitcoin-otc:65e4c5971a889c7b258943c1a56a790adfa6bef261445ae6eb25116b
[12:01] <gribble> Error: 'freenode:#bitcoin-otc:65e4c5971a889c7b258943c1a56a790adfa6bef261445ae6eb25116b' is not a valid http url.
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 07:25:36 PM
 #18

You get only few minutes to complete registration/authentication and then your request is discarded. Try again
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
June 02, 2011, 07:53:03 PM
 #19

You get only few minutes to complete registration/authentication and then your request is discarded. Try again

i put in the everify command immediately as u can see.  should it be eauth or something else?  i'm on Win7 now.
mewantsbitcoins
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 02, 2011, 08:30:18 PM
 #20

Sorry cypherdoc, I'm a little distracted today.

Your problem is that you are trying to use the old way of registering and the new way of confirming the registration.
Try:

Code:
;;gpg eregister yourname keyID

The rest seems fine
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!