Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. ##### Digging the DNS server, I get an IP ######
  2.  
  3. lol@foldingmachine:~/p/namecoin-core$ dig www.aoeu2code.bit @ns.aoeu2code.com
  4.  
  5. ; <<>> DiG 9.10.3-P4-Debian <<>> www.aoeu2code.bit @ns.aoeu2code.com
  6. ;; global options: +cmd
  7. ;; Got answer:
  8. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16562
  9. ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
  10. ;; WARNING: recursion requested but not available
  11.  
  12. ;; OPT PSEUDOSECTION:
  13. ; EDNS: version: 0, flags:; udp: 4096
  14. ;; QUESTION SECTION:
  15. ;www.aoeu2code.bit. IN A
  16.  
  17. ;; ANSWER SECTION:
  18. www.aoeu2code.bit. 604800 IN A 69.180.151.171
  19.  
  20. ;; AUTHORITY SECTION:
  21. aoeu2code.bit. 604800 IN NS ns.aoeu2code.com.
  22.  
  23. ;; Query time: 1 msec
  24. ;; SERVER: 69.180.151.171#53(69.180.151.171)
  25. ;; WHEN: Sun Nov 19 00:05:26 CST 2017
  26. ;; MSG SIZE rcvd: 92
  27.  
  28.  
  29.  
  30. ###### Digging the ncdns server, I do not ######
  31.  
  32. lol@foldingmachine:~/p/namecoin-core$ dig www.aoeu2code.bit @localhost -p 5300
  33.  
  34. ; <<>> DiG 9.10.3-P4-Debian <<>> www.aoeu2code.bit @localhost -p 5300
  35. ;; global options: +cmd
  36. ;; Got answer:
  37. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59623
  38. ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
  39. ;; WARNING: recursion requested but not available
  40.  
  41. ;; OPT PSEUDOSECTION:
  42. ; EDNS: version: 0, flags:; udp: 4096
  43. ;; QUESTION SECTION:
  44. ;www.aoeu2code.bit. IN A
  45.  
  46. ;; AUTHORITY SECTION:
  47. aoeu2code.bit. 600 IN NS ns.aoeu2code.com.
  48.  
  49. ;; Query time: 0 msec
  50. ;; SERVER: ::1#5300(::1)
  51. ;; WHEN: Sun Nov 19 00:05:28 CST 2017
  52. ;; MSG SIZE rcvd: 76
  53.  
  54.  
  55.  
  56.  
  57. ###### Blockchain configuration ######
  58.  
  59. lol@foldingmachine:~/p/namecoin-core$ namecoin-cli name_show d/aoeu2code
  60. {
  61. "name": "d/aoeu2code",
  62. "value": "{\"ns\": [\"ns.aoeu2code.com.\"]}",
  63. "txid": "117503f7ce3eff4ed48eef9c9cdffcee3d610f9c37dbdeb3a34431d250bf5678",
  64. "vout": 0,
  65. "address": "N66c4WKMmjDLgNhSgJGWoJnxu6tcrMFxwC",
  66. "height": 371084,
  67. "expires_in": 35997,
  68. "expired": false
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement