From 8bfe4f1cb16f211cdfb7fcec78fd67dde854022b Mon Sep 17 00:00:00 2001 From: korenLazar <44236526+korenLazar@users.noreply.github.com> Date: Wed, 2 Dec 2020 09:57:37 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ecce9d5..f87082f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,6 @@ venv\bin\activate pip install -r requirements.txt ``` -## Simulator - -This app simulates a bitcoin network with many transactions resulting in a bloated blockchain. When the `--evil` -flag is enabled, one of the nodes will commence an attack on some of the blocks, resulting in a lower fee rate -in spite of the blockchain being full. - ## Dependencies 1. python (3.7+) @@ -28,12 +22,12 @@ python main.py --find_store ירושלים ``` After running the command, you'll be able to see the different stores in Jerusalem with their ids in "stores_ירושלים.log". -Now, that we have the store's id, we can get its promotions sorted by their update date by running: +Now, that we have the store's id, we can get its promotions sorted by their update date by running ```cmd script python main.py --promos 5 ``` * We assumed that the store's id is 5. -Now, you can find the promos in promos_5.log. +Now, you can find the promos in "promos_5.log". For other documentation and commands, you can run ```cmd script