Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ansigroup authored May 31, 2018
1 parent 9e38d57 commit 6c7472f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
EOSIOBINDIR=/home/eos-dawn-v3.0.0/eos/build/programs
DATADIR=/path/to/data-dir

$EOSIOBINDIR/nodes/nodes --data-dir $DATADIR > $DATADIR/stdout.txt 2> $DATADIR/stderr.txt & echo $! > $DATADIR/eosd.pid
$EOSIOBINDIR/nodes/nodes --max-irreversible-block-age 108000 --data-dir $DATADIR > $DATADIR/stdout.txt 2> $DATADIR/stderr.txt & echo $! > $DATADIR/eosd.pid

#$EOSIOBINDIR/nodes/nodes --replay --data-dir $DATADIR > $DATADIR/stdout.txt 2> $DATADIR/stderr.txt & echo $! > $DATADIR/eosd.pid
#$EOSIOBINDIR/nodes/nodes --enable-stale-production true --data-dir $DATADIR > $DATADIR/stdout.txt 2> $DATADIR/stderr.txt & echo $! > $DATADIR/eosd.pid

0 comments on commit 6c7472f

Please sign in to comment.