You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
345 B

  1. #!/bin/bash
  2. # running on m7i.metal-24xl instance
  3. # run with `source ./setup-machine-and-run-proving.sh`
  4. sudo apt-get update
  5. sudo apt install build-essential tmux -y
  6. curl https://sh.rustup.rs -sSf | sh -s -- -y
  7. . "$HOME/.cargo/env"
  8. git clone https://github.com/dmpierre/folding-schemes-light-btc.git
  9. # cd folding-schemes-light-btc && cargo run -r