diff --git a/bin/maymine.sh b/bin/maymine.sh
index 953201d524121cbdd0a573a0fd44834a64603d4a..426d6cbd5c4d26f7421616422c387f863d06b901 100755
--- a/bin/maymine.sh
+++ b/bin/maymine.sh
@@ -4,6 +4,7 @@
 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
 
+bfaconfig node
 res=$( geth_exec_js "${BFAHOME}/src/js.maymine" )
 
 if [ "$res" = "true" ]