From f26299d40231d5cda0d2d3ea470309865a97c6b3 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 7 Sep 2017 07:16:26 +0800 Subject: [PATCH] readme updated to monero v0.11.0.0 --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c1abf59..d327f07 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ to MyMonero. They include: - transaction confirmation window added to double check tx details before its commited. - ability to select transaction priority. - legacy address + payment_id system replaced with integrated addresses for better privacy. - - free, time based imports of recent transactions added. + - free, time based imports of recent transactions added. + - new transaction details window. ## Testnet version @@ -47,13 +48,6 @@ Since this is testnet version, frequent changes and database resets are expected If you want some testnet monero, please make issue with your testnet address that you can obtained from Open Monero. - -## Current working branch - -All current development (new features, bug fixes, etc) are happening in this branch: - - - https://github.com/moneroexamples/openmonero/tree/upgrade_angularjs - ## Screenshot ![Open Monero](https://raw.githubusercontent.com/moneroexamples/openmonero/master/screenshot/screen1.png) @@ -114,6 +108,9 @@ git clone https://github.com/monero-project/monero cd monero/ +# checkout last monero version +git checkout -b last_release v0.11.0.0 + make ```