Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProppedBlockchain

This is the code base for simulating our ProppedBlockchain protocol on the Emulab testbed.

HOW TO RUN

RUST_LOG=trace ./target/debug/propped_blockchain &> log.txt

INSTALLING ON EMULAB

For EACH emulab machine:

  1. Log into it
  2. Run sudo su - (you should now be at /root, also make sure you're in bash)
  3. Install rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  4. Put the binaries into our current path source /root/.cargo/env
  5. Move to area of file system maintained by disk snapshots cd /local/
  6. Clone our github repo git clone https://github.com/judgegrubb/ProppedBlockchain.git
  7. cd ProppedBlockchain/
  8. cargo build
  9. RUST_LOG=trace ./target/debug/propped-blockchain &> log.txt &
  10. tail -f log.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages