Skip to content

JunwookHeo/bcsos

Repository files navigation

MLDC

This is a simulator for Multi-Level Distributed Caching on the Blockchain for Storage Optimisation which was presented at the ICBC2022 conference.

Requirements

  • go version 1.16
  • Linux 64bit/Raspberry 64bit/Windows 10 or above 64bit
  • tmux 3.0a

Run

Runing individual nodes

  • cd blockchainnode
  • go run blockchainnode.go -mode=ST -sc=0 -port=7001'
    • sc is the storage class, 3 is the highest node
    • mode : ST(Server will generate transactions and access objects) or MI(A node will generate transactions and access objects)

Runing Simulator server

  • cd blockchainsim
  • go run blockchainsim.go

About

Blockchain Storage Optimization Scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published