Created
March 27, 2022 03:42
-
-
Save jaonoctus/ee1ebe213fa58b2d178c7319987650b2 to your computer and use it in GitHub Desktop.
eznode start script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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