From c7ce9676d90dfb27c28c729cada854ed401a8d53 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 20 Nov 2017 09:04:42 +0800 Subject: [PATCH 1/6] Development branch link added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2df5802..4b19b89 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,14 @@ The key features of the Onion Monero Blockchain Explorer are: - decoding encrypted payment id. +## Development branch + +Current development branch, which includes support for sub-addresses is: + + - https://github.com/moneroexamples/onion-monero-blockchain-explorer/tree/devel + + + ## Compilation on Ubuntu 16.04 ##### Compile latest Monero release v0.11 From 4e38cf963a17819e9586db0dced85a85eeb87e3c Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 24 Dec 2017 10:50:53 +0800 Subject: [PATCH 2/6] new testnet address added --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b19b89..b233206 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,9 @@ Monero C++ libraries, but also demonstrates how to use: Tor users: - [http://dvwae436pd7nt4bc.onion](http://dvwae436pd7nt4bc.onion) (Front-end templates are [maintained by @suhz](https://github.com/suhz/onion-monero-blockchain-explorer/tree/moneroexplorer.com/src/templates)). - - [http://libwh5lvouddzei4.onion/](http://libwh5lvouddzei4.onion/) - bleeding edge version. Clearnet versions: - - [http://139.162.32.245:8081/](http://139.162.32.245:8081/) - down for now. - [https://xmrchain.net/](https://xmrchain.net/) - https enabled, most popular and very stable. - [https://MoneroExplorer.com/](https://moneroexplorer.com/) - nice looking one, https enabled. - [https://monerohash.com/explorer/](https://monerohash.com/explorer/) - nice looking one, https enabled. @@ -42,7 +40,7 @@ Clearnet versions: Clearnet testnet Monero version: - - [http://139.162.32.245:8082/](http://139.162.32.245:8082/) - bleeding edge version, no https. + - [http://nimis.serveo.net/](http://nimis.serveo.net/) - bleeding edge version. - [https://testnet.xmrchain.com/](https://testnet.xmrchain.com/) - https enabled. - [https://explorer.monero-otc.com/](https://explorer.monero-otc.com/) - https enabled. - [https://testnet.MoneroExplorer.com/](https://testnet.moneroexplorer.com/) - https enabled. From cf922ea39c7dc90e23c1a03e15da822ffdb735d4 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 24 Dec 2017 11:36:58 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b233206..b3b8687 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Tor users: Clearnet versions: + - [https://oculus.serveo.net/](https://oculus.serveo.net/) - bleeding edge version. - [https://xmrchain.net/](https://xmrchain.net/) - https enabled, most popular and very stable. - [https://MoneroExplorer.com/](https://moneroexplorer.com/) - nice looking one, https enabled. - [https://monerohash.com/explorer/](https://monerohash.com/explorer/) - nice looking one, https enabled. From f88550d326a34eadd6dfca3cfa88fe393f966802 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 1 Jan 2018 18:42:50 -0300 Subject: [PATCH 4/6] Update README.md Adding an alternative block explorer. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3b8687..0648f11 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Alternative block explorers: - [http://moneroblocks.info](http://moneroblocks.info/) - [https://monerobase.com](https://monerobase.com/) - [http://chainradar.com](http://chainradar.com/xmr/blocks) +- [https://anunknownamount.com](https://anunknownamount.com/) ## Onion Monero Blockchain Explorer features From 2e6680a7880379990247cfaab139c3b01089c873 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Tue, 2 Jan 2018 11:10:28 +0800 Subject: [PATCH 5/6] anunknownamount.com moved to clearent in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0648f11..34a32ee 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Clearnet versions: - [https://explorer.monero-otc.com/](https://explorer.monero-otc.com/) - https enabled. - [http://monerochain.com/](http://monerochain.com/) - JSON API based, multiple nodes. - [http://atesti.mooo.com:8081/](http://atesti.mooo.com:8081/) - Proof of Existence built with Monero and IPFS. +- [https://anunknownamount.com](https://anunknownamount.com/) - looks nice, https enabled. Clearnet testnet Monero version: @@ -55,7 +56,7 @@ Alternative block explorers: - [http://moneroblocks.info](http://moneroblocks.info/) - [https://monerobase.com](https://monerobase.com/) - [http://chainradar.com](http://chainradar.com/xmr/blocks) -- [https://anunknownamount.com](https://anunknownamount.com/) + ## Onion Monero Blockchain Explorer features From 7c6b41867eeb7e0e674f3b97fa25905d6632a1e9 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 23 Feb 2018 13:12:52 +0800 Subject: [PATCH 6/6] new link added for v8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34a32ee..68cf93c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Clearnet versions: Clearnet testnet Monero version: - - [http://nimis.serveo.net/](http://nimis.serveo.net/) - bleeding edge version. + - [https://retineo.serveo.net](https://retineo.serveo.net) - bleeding edge version (v8). - [https://testnet.xmrchain.com/](https://testnet.xmrchain.com/) - https enabled. - [https://explorer.monero-otc.com/](https://explorer.monero-otc.com/) - https enabled. - [https://testnet.MoneroExplorer.com/](https://testnet.moneroexplorer.com/) - https enabled.