rosa: Query the namecoin blockchain

[ gpl, program, utility ] [ Propose Tags ]

Rosa is a commmand line tool to query the namecoin blockhain. It gets the JSON value of a name and other infos using namecoind local server or the dnschain REST api and display them in a pretty format.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.3.1.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.6.0.0
Dependencies aeson (>=0.8 && <0.9), argparser (>=0.3 && <0.4), base (>=4.7 && <4.8), bytestring (>=0.10 && <0.11), lens (>=4.4), process (>=1.2 && <1.3), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.11), wreq (>=0.3 && <0.4) [details]
License MIT
Copyright (C) Michele Guerini Rocco 2014
Author Rnhmjoj
Maintainer micheleguerinirocco@me.com
Category Utility
Source repo head: git clone https://github.com/rnhmjoj/rosa
Uploaded by rnhmjoj at 2015-01-19T19:49:06Z
Distributions NixOS:0.6.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables rosa
Downloads 7344 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-06-07 [all 7 reports]

Readme for rosa-0.1.3.0

[back to package description]

Rosa

Query the namecoin blockchain

Rosa is a commmand line tool to query the namecoin blockhain.

It gets the JSON value of a name and other data using namecoind local server or the dnschain REST api and displays it in a pretty format.

Usage

Run rosa -h for help

Show the value for a name with

$ rosa id/rnhmjoj
bitcoin: 14JYCRLovTiNtcXNoUv2fCwnU9xyX2vZE7
bitmessage: BM-87izDq7zoLWnne8cWq4Tb3iq4dA4MkL18fm
email: micheleguerinirocco@me.com
photo_url: http://0.gravatar.com/avatar/28111022fb94798555c8d3efc1f288ed
gpg:
  fpr: 85FA62051FD9C90EE553EE00428F8F8D351F12A6
  v: pka1
namecoin: N3zSdWjXJwtnZHYdRXymSzVzgooDMpAvEw
name: Michele Guerini Rocco

Connect to namecoind server for blockhain data

$ rosa d/namechain -b
ip: 83.96.168.183
map:
  *:
    ip: 83.96.168.183
expires_in: 13999.0
address: N44Q9pqv1KtfmeEH79Q68evanXdGf6edf6
name: d/namechain
txid: 425cd3cd854a18bb0494f139ae4b89b9f2892d3a9b865d8f2a704eea15723f35

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html