etclabscore / core-geth

A highly configurable Go implementation of the Ethereum protocol.
https://etclabscore.github.io/core-geth
GNU Lesser General Public License v3.0
276 stars 152 forks source link

'Bug in new version 1.12.9' #519

Closed zrock23 closed 1 year ago

zrock23 commented 1 year ago

I I think that a program does not create the following paths at startup(mintme network)?🎉: --ethash.cachedir --ethash.dagdir

ziogaschr commented 1 year ago

I am going to have a look. Thanks

ziogaschr commented 1 year ago

I think that mintme doesn't use a DAG and this is why it's not being written.

@lukaszmatczak is the maintainer of the mintme implementation and can inform us on this.

lukaszmatczak commented 1 year ago

@ziogaschr You're right. Hashing algorithm used in mintme doesn't utilize a DAG.

ziogaschr commented 1 year ago

I am closing this issue @zrock23. Feel free to re-open it if you want to provide further explanation on your use case.