Skip to content

Instantly share code, notes, and snippets.

@jonasbits
Created February 9, 2014 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonasbits/8892292 to your computer and use it in GitHub Desktop.
Save jonasbits/8892292 to your computer and use it in GitHub Desktop.
Modified script to get a OTP to verify against http://wiki.bitcoin-otc.com/wiki/GPG_authentication#Linux
#! /bin/bash
wget -U "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/32.0.1700.102 Chrome/32.0.1700.102 Safari/537.36" -q -O - http://bitcoin-otc.com/otps/YOURKEYID | gpg -q --output - --decrypt | xclip -i -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment