I got an error:
makeCoinbaseTxn ERROR Coinbaser failed!
then i do some debug
line 105 in eloipool.py raise an error
nout = int(p.stdout.readline())
I guess CoinbaserCmd is invalid, then i run the command in terminal
echo -e "1\\n$((%d / 100))\\n1579aXhdwvKZEMrAKoCZhzGuqMa8EonuXU"
the result is:
bash: %d / 100: syntax error: operand expected (error token is "%d / 100")
any ideas?
My guess would be a non-BASH default shell...