Skip to content

Releases: alojine/blockchain

v0.2

04 Nov 17:20
e39e27d
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

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

01 Nov 19:25
aa4fb04
Compare
Choose a tag to compare
Pre-release

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****