-
Build docker image
docker build -t dev-reward-script . -
If your ssh keys are in ~/.ssh, run the script:
docker run -it -v ~/.ssh:/root/.ssh dev-reward-scriptIf your ssh keys are in other directories, replace {dir_path_for_your_ssh_keys} with your directory path:
docker run -it -v /{dir_path_for_your_ssh_keys}:/root/.ssh dev-reward-script
-
Install dependencies
./install.sh -
Run the script
./proof-sh/proof.sh
-
Install python
-
Install dependencies
./install.shpython3 -m venv claim-venvsource claim-venv/bin/activatepip3 install -r python/requirements.txt -
Run the script
python3 python/proof.py