-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |