Advertisement
flalli

OTC auth instructions

Dec 15th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ###### COPY AND PASTE IN COMMAND LINE (this should be done ONCE):
  2.  
  3. sudo apt-get -y install gnupg2
  4. cd ~
  5. echo '#!/bin/bash
  6. curl -vs $1 2>&1 | gpg2 -d' > decrypt.sh
  7. chmod +x decrypt.sh
  8.  
  9. ###### HOT TO USE (to already registered users using GPG)
  10.  
  11. 1. Enter in #bitcoin-otc channel in Freenode IRC
  12. 2. /query gribble
  13. 3. !eauth <your otc nickname>
  14. 4. copy a URL like http://bitcoin-otc.com/otps/4C0AFCCFED5CDE14 and go to a terminal
  15. 5. cd ~
  16. 6. ./decrypt <URL copied in item 4>
  17. 7. Copy the last line, something like freenode:#bitcoin-otc:6c7827e97c0a4a80a10fa13fc091f9c8ce40a3f6468e0660b7fbcb13
  18. 8. back to IRC app
  19. 9. Enter back again in gribble private chat if you are not (/query gribble inside #bitcoin-otc)
  20. 10. !everify <string copied in item 7>
  21.  
  22. You are authenticated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement