Skip to content

Commit

Permalink
Update start_nodeos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ansigroup authored May 31, 2018
1 parent 6c7472f commit bfb213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_nodeos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ DATADIR=/pat/to/your/data-dir

export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:$LD_LIBRARY_PATH

$EOSIOBINDIR/nodeos --data-dir $DATADIR --config-dir $DATADIR > $DATADIR/stdout.txt 2> $DATADIR/stderr.txt & echo $! > $DATADIR/eosd.pid
$EOSIOBINDIR/nodeos --max-irreversible-block-age 108000 --data-dir $DATADIR --config-dir $DATADIR > $DATADIR/stdout.txt 2> $DATADIR/stderr.txt & echo $! > $DATADIR/eosd.pid
#$EOSIOBINDIR/nodeos --enable-stale-production true --data-dir $DATADIR --config-dir $DATADIR > $DATADIR/stdout.txt 2> $DATADIR/stderr.txt & echo $! > $DATADIR/eosd.pid

0 comments on commit bfb213d

Please sign in to comment.