Skip to content

Instantly share code, notes, and snippets.

@harsh-98
Last active June 10, 2020 07:57
Show Gist options
  • Save harsh-98/cb0ef3ddac9e9b9f99b045fd54c0c17d to your computer and use it in GitHub Desktop.
Save harsh-98/cb0ef3ddac9e9b9f99b045fd54c0c17d to your computer and use it in GitHub Desktop.
docker run -d --restart always --publish 8301:8301 --publish 8302:8302 \
--volume ~/keys:/keys:z --volume ~/.coda-config:/root/.coda-config:Z \
--nsme codainstance coda:1.0 coda daemon -peer `SEED1` -peer `SEED2` \
-block-producer-key "/keys/validator-keys" -run-snark-worker `PUBLICKEY` \
-snark-worker-fee 1 -block-producer-password `PASSWD`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment