From e39e27d063871efe66ed694b6ce6cb340110db81 Mon Sep 17 00:00:00 2001 From: Benjaminas Paliokas <76651648+alojine@users.noreply.github.com> Date: Fri, 4 Nov 2022 19:19:45 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fade827..07f9ecb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # blockchain -## v0.1 - simple blockchain +## simple blockchain ### At the start the program creates: -- UserPool -- TransactionPool -- Mines all the blocks ***one by one*** +- UserPool of 1.000 Users +- TransactionPool of 10.000 +- Mines all the blocks ***one by one*** by ***making merkel tree*** and finding ***difficulty*** ### Terminal commands: - ```--ed``` To kill terminal - ```--up``` To print out UserPool - ```--tp``` To print out TransactionPool - ```--bc``` To print out Blockchain +- ```--sb + BlockHash``` To print out single block +- ```--sb + TransactionID``` To print out specific transaction