Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. root@cpanel:~# wget https://blockchain.info/tobtc?currency=USD&value=0.00005 > tmp.txt
  2. [1] 5367
  3. root@cpanel:~# --2015-02-01 17:36:29-- https://blockchain.info/tobtc?currency=USD
  4. Resolving blockchain.info (blockchain.info)... 190.93.243.195, 141.101.112.196
  5. Connecting to blockchain.info (blockchain.info)|190.93.243.195|:443... connected.
  6. HTTP request sent, awaiting response... 403 Forbidden
  7. 2015-02-01 17:36:29 ERROR 403: Forbidden.
  8.  
  9.  
  10. [1]+ Exit 8 wget https://blockchain.info/tobtc?currency=USD
  11.  
  12.  
  13. root@cpanel:~# wget http://blockchain.info/tobtc?currency=USD&value=0.00005 > tmp.txt
  14. [1] 5381
  15. root@cpanel:~# --2015-02-01 17:36:36-- http://blockchain.info/tobtc?currency=USD
  16. Resolving blockchain.info (blockchain.info)... 190.93.243.195, 141.101.112.196
  17. Connecting to blockchain.info (blockchain.info)|190.93.243.195|:80... connected.
  18. HTTP request sent, awaiting response... 403 Forbidden
  19. 2015-02-01 17:36:36 ERROR 403: Forbidden.
  20.  
  21.  
  22. [1]+ Exit 8 wget http://blockchain.info/tobtc?currency=USD
  23. root@cpanel:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement