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

Bug caused us to find the "miner" file

parent 2589951a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env ?" >&2; exit 1; fi if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env ?" >&2; exit 1; fi
source ${BFAHOME}/bin/libbfa.sh || exit 1 source ${BFAHOME}/bin/libbfa.sh || exit 1
bfaconfig node
res=$( geth_exec_js "${BFAHOME}/src/js.maymine" ) res=$( geth_exec_js "${BFAHOME}/src/js.maymine" )
if [ "$res" = "true" ] if [ "$res" = "true" ]
......
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