Skip to content

Instantly share code, notes, and snippets.

@jaonoctus
Created March 27, 2022 03:42
Show Gist options
  • Save jaonoctus/ee1ebe213fa58b2d178c7319987650b2 to your computer and use it in GitHub Desktop.
Save jaonoctus/ee1ebe213fa58b2d178c7319987650b2 to your computer and use it in GitHub Desktop.
eznode start script
#!/bin/bash
CONTAINER_NAME=ez
CONTAINER_FOLDER=$(pwd)/data
docker run -it --rm \
--name $CONTAINER_NAME \
-v $CONTAINER_FOLDER:/data \
-e TOR=1 \
-e EXPLORER=1 \
-e TRUSTED_FASTSYNC=1 \
-e SPECTER=1 \
-e BITCOIND_TOR=1 \
-e BWT=0 \
jaonoctus/eznode:22.0@sha256:71349d031fff81c4ba72347b7889c50c66605f709deadb5eeedae8471a582c8b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment