I am working on a private blockchain (currently block #16117). I have pregenerated the DAG for epoch 1 as well. So, I started the geth instance with --autodag=false. However, I still get the following message when I start mining:
I0707 10:24:57.871976 eth/backend.go:452] Automatic pregeneration of ethash DAG ON (ethash dir: ~/.ethash) I am not sure how to disable this. Is the --autodag=false command wrong? Is there a way to do this from the JavaScript Console?
geth version - 1.4.9-stable
--autodagoption ingeth --helpbut couldn't figure out how to use it.