Skip to content

Commit

Permalink
run-node for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justefg committed Sep 3, 2019
1 parent a120e5b commit e99d538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-node.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NODE_PATH=$HOME/.dao-node
NODE_IMAGE='daocasino/blockchain:v0.2'
NODE_IMAGE='daocasino/blockchain:v0.2.1'
CONFIG_URL='https://explorer.dao.casino/config'


Expand Down Expand Up @@ -28,6 +28,6 @@ docker run -d --cap-add IPC_LOCK \

docker run -d --network host \
--volume $NODE_PATH:/opt/dao:rw \
--name dao-wallet daocasino/blockchain:v0.2 \
--name dao-wallet $NODE_IMAGE \
/opt/haya/bin/haya-wallet \
--http-server-address 127.0.0.1:8899

0 comments on commit e99d538

Please sign in to comment.