Truebit on Ethereum is packaged as a Docker container. Before you can run Truebit, you will need to first start Docker.
1. Set Variables
export mypass=secretclefpassword
export YYY=$HOME'/truebit-docker'
export mypass=secretclefpassword
export YYY=$HOME'/truebit-docker'
SET mypass=mypassword
SET YYY=%userprofile%/truebit-docker
docker run -e TBPASS=$mypass --network host -v $YYY/docker-clef:/root/.clef -v $YYY/docker-geth:/root/.ethereum -v $YYY/docker-ipfs:/root/.ipfs -v $YYY/docker-consensus:/root/.eth2 --name truebit -dit truebitprotocol/truebit-eth:latest /bin/bash
docker run -e TBPASS=$mypass --network host -v $YYY/docker-clef:/root/.clef -v $YYY/docker-geth:/root/.ethereum -v $YYY/docker-ipfs:/root/.ipfs -v $YYY/docker-consensus:/root/.eth2 --name truebit -dit truebitprotocol/truebit-eth:latest /bin/bash
docker run -e TBPASS=%mypass% --network host -v %YYY%/docker-clef:/root/.clef -v %YYY%/docker-geth:/root/.ethereum -v %YYY%/docker-ipfs:/root/.ipfs -v %YYY%/docker-consensus:/root/.eth2 --name truebit -dit truebitprotocol/truebit-eth:latest /bin/bash