Releases: alojine/blockchain
Releases · alojine/blockchain
v0.2
At the start the program creates:
- 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
v0.1 - simple blockchain
At the start the program creates:
- UserPool
- TransactionPool
- Mines all the blocks one by one
Terminal commands:
--ed
To kill terminal--up
To print out UserPool--tp
To print out TransactionPool--bc
To print out Blockchain****