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 ...@@ -35,7 +35,7 @@ function cleanup
function geth_attach function geth_attach
{ {
bfaconfig node bfaconfig node
geth --cache 256 "$@" attach ipc:${BFANODEDIR}/geth.ipc geth --cache 0 "$@" attach ipc:${BFANODEDIR}/geth.ipc
} }
function geth_exec_js function geth_exec_js
......
...@@ -54,11 +54,11 @@ function miner ...@@ -54,11 +54,11 @@ function miner
echo echo
echo '***' echo '***'
echo echo
flexargs="$( accountlist) $( miner )"
set -x set -x
geth \ geth \
--datadir ${BFANODEDIR} \ --datadir ${BFANODEDIR} \
$( accountlist ) \ ${flexargs} \
$( miner ) \
--networkid $BFANETWORKID \ --networkid $BFANETWORKID \
--bootnodes "${bootnodes}" \ --bootnodes "${bootnodes}" \
--rpc \ --rpc \
...@@ -80,4 +80,4 @@ function miner ...@@ -80,4 +80,4 @@ function miner
wait wait
sleep 60 sleep 60
done 2>&1 | ${BFAHOME}/bin/log.sh ${BFANODEDIR}/log & 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