Commit 1f0ac67c authored by Your Name's avatar Your Name

udpate ring to 13

parent 57f80841
......@@ -12,8 +12,6 @@ echo "./mainchain/scripts/run-testnet.sh "
cp -r conf/back0712-1439 conf/deploy
cd ../host/
rm -rfv ./data/nebula/
rm -rfv ./data/net/*
rm -rfv ./data/ring/*
......@@ -236,7 +234,7 @@ echo "" >> $composefile
echo " ring:" >> $composefile
echo " image: 192.168.1.220:5000/ring:v0.0.7" >> $composefile
echo " image: 192.168.1.220:5000/ring:v0.0.13" >> $composefile
echo " container_name: ring" >> $composefile
#echo " entrypoint: sh -c 'echo "+"ring"+" && sleep 10 && ringd start --ethconfig.httphost 0.0.0.0 --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002 --mempool.writeunreadytxs=false --mempool.writerepeatedmsg=false --mempool.batchconfirminittimeout=60 --mempool.batchconfirmtimeouti=1.5 --mempool.batchrepeatedqueuesize=0' " >> $composefile
echo " entrypoint: sh -c 'echo "+"ring"+" && sleep 10 && ringd start --ethconfig.httphost 0.0.0.0 --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002 --mempool.writeunreadytxs=false --mempool.writerepeatedmsg=false --mempool.batchconfirminittimeout=600 --mempool.batchconfirmtimeouti=1.5 --mempool.batchrepeatedqueuesize=0 --mempool.batchconfirmenable=false >>/data/log' " >> $composefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment