Skip to content
Snippets Groups Projects
Commit 6cbf38cc authored by Casey Kuhlman's avatar Casey Kuhlman
Browse files

move to new chains dir from old blockchains dir

parent 7fbfda89
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@ RUN chown -R eris $ECM_PATH
VOLUME /home/$USER/.eris
WORKDIR /home/$USER/.eris
USER $USER
RUN mkdir --parents /home/$USER/.eris/blockchains/tendermint
ENV TMROOT /home/$USER/.eris/blockchains/tendermint
RUN mkdir --parents /home/$USER/.eris/chains/tendermint
ENV TMROOT /home/$USER/.eris/chains/tendermint
# run tendermint
# ports: 1337:eris-db API; 46656:mint-peer; 46657:mint-rpc
......
......@@ -38,7 +38,7 @@ fi
# TODO: deal with chain numbers
# and eg. $CONTAINER_NAME
CHAIN_DIR="/home/$USER/.eris/blockchains/$CHAIN_ID"
CHAIN_DIR="/home/$USER/.eris/chains/$CHAIN_ID"
# set the tendermint directory
TMROOT=$CHAIN_DIR
......@@ -50,7 +50,7 @@ fi
# our root chain
if [ ! $ROOT_CHAIN_ID ]; then
ROOT_CHAIN_ID=etcb_testnet
ROOT_CHAIN_ID=etcb_testnet
fi
if [ ! $NODE_ADDR ]; then
NODE_ADDR=interblock.io:46657
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment