Skip to content
Snippets Groups Projects
Commit da411c58 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

limiting screen spam

parent c16bdfd6
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ function cleanup
function geth_attach
{
bfaconfig node
geth --cache 256 "$@" attach ipc:${BFANODEDIR}/geth.ipc
geth --cache 0 "$@" attach ipc:${BFANODEDIR}/geth.ipc
}
function geth_exec_js
......
......@@ -54,11 +54,11 @@ function miner
echo
echo '***'
echo
flexargs="$( accountlist) $( miner )"
set -x
geth \
--datadir ${BFANODEDIR} \
$( accountlist ) \
$( miner ) \
${flexargs} \
--networkid $BFANETWORKID \
--bootnodes "${bootnodes}" \
--rpc \
......@@ -80,4 +80,4 @@ function miner
wait
sleep 60
done 2>&1 | ${BFAHOME}/bin/log.sh ${BFANODEDIR}/log &
) 9>> ${$BFANODEDIR}/geth.pid
) 9>> ${BFANODEDIR}/geth.pid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment