Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alojine authored Nov 4, 2022
1 parent 270be48 commit e39e27d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
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

0 comments on commit e39e27d

Please sign in to comment.