mirror of
https://github.com/tappollo/quorum-examples.git
synced 2026-01-12 17:03:08 +08:00
Merge pull request #41 from getamis/feature/istanbul
7nodes/istanbul-start.sh: add full syncmode flag
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -u
|
||||
set -e
|
||||
|
||||
GLOBAL_ARGS="--mine --rpc --rpcaddr 0.0.0.0 --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3,quorum,istanbul"
|
||||
GLOBAL_ARGS="--syncmode full --mine --rpc --rpcaddr 0.0.0.0 --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3,quorum,istanbul"
|
||||
|
||||
echo "[*] Starting Constellation nodes"
|
||||
nohup constellation-node tm1.conf 2>> qdata/logs/constellation1.log &
|
||||
|
||||
Reference in New Issue
Block a user