From ae79718438735b4cf0c84c07ce63316f4f1c3b10 Mon Sep 17 00:00:00 2001 From: Lucas Lopes Date: Wed, 8 Aug 2018 04:13:11 -0300 Subject: [PATCH 1/2] Update ledger Information And added a source for check a node status on the network. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bbd60b74e..5dffb93730 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We've applied the philosophy of _"do one thing and do it well"_, we are focused * Nano utilizes a novel [block-lattice](https://github.com/nanocurrency/raiblocks/wiki/Block-lattice) architecture, unlike conventional blockchains used in many other cryptocurrencies. * The network requires minimal resources, no high-power mining hardware, and can process high transaction throughput. * Offers instantaneous transactions with zero fees and unlimited scalability, making Nano an ideal solution for peer-to-peer transactions. -* As of May 2018, the Nano network has processed over ten million transactions with an unpruned ledger size of only 3.8GB. +* As of August 2018, the Nano network has processed over twelve million transactions with an unpruned ledger size of only [4.4GB](https://nano.meltingice.net/status). For more information, see [Nano.org](https://nano.org/) or read the [whitepaper](https://nano.org/en/whitepaper). From 75170f20f33f27f07d00300f1a9c7a0529a7d16d Mon Sep 17 00:00:00 2001 From: Roy Keene Date: Fri, 24 Aug 2018 11:27:35 -0500 Subject: [PATCH 2/2] Clarified distinction and removed link We define transactions as a send and receive pair so refer instead to just blocks. A link to backup the size of the DB is unneeded. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dffb93730..62fcae57c9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We've applied the philosophy of _"do one thing and do it well"_, we are focused * Nano utilizes a novel [block-lattice](https://github.com/nanocurrency/raiblocks/wiki/Block-lattice) architecture, unlike conventional blockchains used in many other cryptocurrencies. * The network requires minimal resources, no high-power mining hardware, and can process high transaction throughput. * Offers instantaneous transactions with zero fees and unlimited scalability, making Nano an ideal solution for peer-to-peer transactions. -* As of August 2018, the Nano network has processed over twelve million transactions with an unpruned ledger size of only [4.4GB](https://nano.meltingice.net/status). +* As of August 2018, the Nano network has processed over twelve million blocks with an unpruned ledger size of only 4.6GB. For more information, see [Nano.org](https://nano.org/) or read the [whitepaper](https://nano.org/en/whitepaper).