Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VwfGS-0005uX-So for bitcoin-development@lists.sourceforge.net; Fri, 27 Dec 2013 21:48:16 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.220.48 as permitted sender) client-ip=209.85.220.48; envelope-from=elombrozo@gmail.com; helo=mail-pa0-f48.google.com; Received: from mail-pa0-f48.google.com ([209.85.220.48]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1VwfGR-0000pj-95 for bitcoin-development@lists.sourceforge.net; Fri, 27 Dec 2013 21:48:16 +0000 Received: by mail-pa0-f48.google.com with SMTP id rd3so9695763pab.35 for ; Fri, 27 Dec 2013 13:48:09 -0800 (PST) X-Received: by 10.67.21.226 with SMTP id hn2mr54004862pad.69.1388180889181; Fri, 27 Dec 2013 13:48:09 -0800 (PST) Received: from [192.168.1.102] ([76.167.239.25]) by mx.google.com with ESMTPSA id nl7sm64464475pbc.6.2013.12.27.13.48.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Dec 2013 13:48:07 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_10F9BC57-D826-4C6B-9355-16F71C140212"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) From: Eric Lombrozo In-Reply-To: <80BCD591-8F4E-4BDA-B9E8-029700B31760@gmail.com> Date: Fri, 27 Dec 2013 13:48:06 -0800 Message-Id: <3C53863C-23E3-44E2-B5B2-ACF728164F40@gmail.com> References: <80BCD591-8F4E-4BDA-B9E8-029700B31760@gmail.com> To: Melvin Carvalho X-Mailer: Apple Mail (2.1510) X-Spam-Score: -0.6 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: plan99.net] -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (elombrozo[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1VwfGR-0000pj-95 Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Testnet block explorer X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 21:48:17 -0000 --Apple-Mail=_10F9BC57-D826-4C6B-9355-16F71C140212 Content-Type: multipart/alternative; boundary="Apple-Mail=_5B3506B5-718C-4943-A85A-FE06B3691A2A" --Apple-Mail=_5B3506B5-718C-4943-A85A-FE06B3691A2A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 I'll add testnet to it as well - sorry, Ben, for lifting the css (I'm a = programmer, not a graphic designer) - if anyone would like to help me = make the styling original, I would be more than happy to collaborate. -Eric On Dec 27, 2013, at 1:36 PM, Eric Lombrozo wrote: > I've built a shell around the bitcoind JSON-RPC, along with a = websockets server that provides realtime transaction and block feeds = which can be used with bitcoin mainnet and testnet as well as any of the = alt chains and formats it similar to blockchain.info with the bootstrap = look-and-feel, i.e. http://altcoins.ws/dogecoin/ >=20 > A goal of this project was simplicity in deployment to a new server. >=20 > The JSON-RPC is missing address indexing and an "unspent" API, so = these things are still missing from this shell. >=20 > -Eric >=20 > On Dec 27, 2013, at 11:23 AM, Melvin Carvalho = wrote: >=20 >>=20 >>=20 >>=20 >> On 27 December 2013 19:08, Mike Belshe wrote: >> Great! >>=20 >> There is another one at http://testnet.btclook.com/ which provides a = different view as well. >>=20 >> And another at: >>=20 >> http://test.webbtc.com/ >>=20 >> Testnet does not currently fully function with for creating = transactions: >>=20 >> http://test.webbtc.com/ >>=20 >> Because there's no "unspent" API for getting the unspent values for = an address. If there existed a testnet explorer which would send out = those values (as blockchain.info does with the main net), that would be = awesome. >>=20 >> I'm also working on a testnet explorer with semantic web markup so = that it's both human and machine readable. >> =20 >>=20 >> Mike >>=20 >>=20 >>=20 >> On Fri, Dec 27, 2013 at 10:05 AM, Mike Hearn wrote: >> For a long time the only block explorer for testnet has been the = original blockexplorer.com, which is unfortunately often broken / behind = / slow and not really maintained any more. >>=20 >> There is now a new one, here: >>=20 >> https://www.biteasy.com/testnet/blocks >>=20 >> There's also a REST/JSON API for it. >>=20 >> Please note one curiosity of this block explorer is that the coinbase = tx doesn't necessarily come first in the listing (it's sorted by "time = received", see). >>=20 >> Other interesting thing to note: this site is built using bitcoinj. = The author can be contacted on IRC sometimes using the nick damethos. >>=20 >> = --------------------------------------------------------------------------= ---- >> Rapidly troubleshoot problems before they affect your business. Most = IT >> organizations don't have a clear picture of how application = performance >> affects their revenue. With AppDynamics, you get 100% visibility into = your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of = AppDynamics Pro! >> = http://pubads.g.doubleclick.net/gampad/clk?id=3D84349831&iu=3D/4140/ostg.c= lktrk >> _______________________________________________ >> Bitcoin-development mailing list >> Bitcoin-development@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development >>=20 >>=20 >>=20 >> = --------------------------------------------------------------------------= ---- >> Rapidly troubleshoot problems before they affect your business. Most = IT >> organizations don't have a clear picture of how application = performance >> affects their revenue. With AppDynamics, you get 100% visibility into = your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of = AppDynamics Pro! >> = http://pubads.g.doubleclick.net/gampad/clk?id=3D84349831&iu=3D/4140/ostg.c= lktrk >> _______________________________________________ >> Bitcoin-development mailing list >> Bitcoin-development@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development >>=20 >>=20 >> = --------------------------------------------------------------------------= ---- >> Rapidly troubleshoot problems before they affect your business. Most = IT=20 >> organizations don't have a clear picture of how application = performance=20 >> affects their revenue. With AppDynamics, you get 100% visibility into = your=20 >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of = AppDynamics Pro! >> = http://pubads.g.doubleclick.net/gampad/clk?id=3D84349831&iu=3D/4140/ostg.c= lktrk_______________________________________________ >> Bitcoin-development mailing list >> Bitcoin-development@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development >=20 --Apple-Mail=_5B3506B5-718C-4943-A85A-FE06B3691A2A Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 I'll = add testnet to it as well - sorry, Ben, for lifting the css (I'm a = programmer, not a graphic designer) - if anyone would like to help me = make the styling original, I would be more than happy to = collaborate.

-Eric

On Dec 27, = 2013, at 1:36 PM, Eric Lombrozo <elombrozo@gmail.com> = wrote:

I've = built a shell around the bitcoind JSON-RPC, along with a websockets = server that provides realtime transaction and block feeds which can be = used with bitcoin mainnet and testnet as well as any of the alt chains = and formats it similar to blockchain.info with the bootstrap = look-and-feel, i.e. http://altcoins.ws/dogecoin/

A goal of this project was simplicity in deployment = to a new server.

The JSON-RPC is missing = address indexing and an "unspent" API, so these things are still missing = from this = shell.

-Eric

On Dec 27, = 2013, at 11:23 AM, Melvin Carvalho <melvincarvalho@gmail.com> = wrote:




On 27 December 2013 19:08, Mike Belshe <mike@belshe.com> wrote:
Great!

There is another one at http://testnet.btclook.com/ which provides a = different view as well.

And another at:

http://test.webbtc.com/

Testnet does not = currently fully function with for creating transactions:

http://test.webbtc.com/

Because there's no = "unspent" API for getting the unspent values for an address.  If = there existed a testnet explorer which would send out those values (as = blockchain.info does with the = main net), that would be awesome.

I'm also working on a testnet explorer with semantic web = markup so that it's both human and machine = readable.
 

Mike



On Fri, Dec 27, 2013 at = 10:05 AM, Mike Hearn <mike@plan99.net> wrote:
For a long time the only block explorer for testnet has = been the original blockexplorer.com, which is unfortunately often = broken / behind / slow and not really maintained any more.

There is now a new one, here:


There's also a REST/JSON API for it.

Please note one curiosity of this block explorer is = that the coinbase tx doesn't necessarily come first in the listing (it's = sorted by "time received", see).

Other interesting thing to note: this site is built using bitcoinj. The = author can be contacted on IRC sometimes using the nick = damethos.
=
----------------------------------------------------------= --------------------
Rapidly troubleshoot problems before they affect your business. Most = IT
organizations don't have a clear picture of how application = performance
affects their revenue. With AppDynamics, you get 100% visibility into = your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of = AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=3D84349831= &iu=3D/4140/ostg.clktrk
_______________________________________= ________
Bitcoin-development mailing list
Bitcoin-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-dev= elopment


=
----------------------------------------------------------------------= --------
Rapidly troubleshoot problems before they affect your business. Most = IT
organizations don't have a clear picture of how application = performance
affects their revenue. With AppDynamics, you get 100% visibility into = your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of = AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=3D84349831= &iu=3D/4140/ostg.clktrk
_______________________________________= ________
Bitcoin-development mailing list
Bitcoin-developm= ent@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-dev= elopment


= --------------------------------------------------------------------------= ----
Rapidly troubleshoot problems before they affect your business. = Most IT
organizations don't have a clear picture of how application = performance
affects their revenue. With AppDynamics, you get 100% = visibility into your
Java,.NET, & PHP application. Start your = 15-day FREE TRIAL of AppDynamics Pro!
http://p= ubads.g.doubleclick.net/gampad/clk?id=3D84349831&iu=3D/4140/ostg.clktr= k_______________________________________________
Bitcoin-developmen= t mailing list
Bitcoin-developm= ent@lists.sourceforge.net
https://lists.sourceforge.net/lists/listi= nfo/bitcoin-development


= --Apple-Mail=_5B3506B5-718C-4943-A85A-FE06B3691A2A-- --Apple-Mail=_10F9BC57-D826-4C6B-9355-16F71C140212 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJSvfWWAAoJEAA1EyJsW9n+fMYQAOBWBAm3sHvuqd/2pHlmY36v OXnMpdSjTI5Fam51ri/T2rGpkTXXxMvWfhmC8o5bCINjWTiHpy8NjfpWGFogba+r 4r/sZpxdqbkLF7mEC+lVjBggsLiuzgRAwHg/dIC3TaabrRn3b4qOhnKn5HvsDFwy gzVFuL3vv8PwSnKfNw++/Mm3RDaoeGLbt4Cu2ZvITolQV4f2huiuXrsiymGflyYJ v49u7zlfUdcWfWHGvAbkYVhLE0QgNroMMkhZM2P0cR8YZ5wo7+wzOgFSZSRKGbdS +xxVDG44hHCZfYMAKLc8K+9tAADrRzkFlDVZ1hB9LBzbIgSkgdHct5hlxGoqN/BO vEdyHqAn241R8yg7ZaEznZVM+qU0O5+AonfAyYoFJN/ggXpJfIa8vH4cl+k5smlZ FCyaclspzFp0kbu8Fl/hNxO4+jubPxkVrHMCQgMEJyXvztrwa0CG418aXro0OJrZ D1h3aEeC8NKXU5eD1zsO/sa313sqr9vxMLSPi8ED/yrwP8hX9p7wazXOqm1fsfEM 2DBruhX3Ii2jmEZD9a4oDH9o7ReXDa1OgNI2pUgUW1tDn/VlLxjgM4A2bCURFxsC rSG6Qxlbaa+bev25/fkkzV7aCgOncingI39mD/YLM3oHErGqt1UcbuaTZmnmJf0/ JhMSpw11WGXUo0vTX5Wv =UyHe -----END PGP SIGNATURE----- --Apple-Mail=_10F9BC57-D826-4C6B-9355-16F71C140212--