Go-Ethereum

如何使用 geth 為給定的紀元生成 DAG?

  • February 14, 2018

我需要執行一些包含塊密封的集成測試。我想將 DAG 生成過程與測試本身分開。是否可以使用 geth 預生成給定的 DAG?

JavaScript 函式miner.makeDAG()可用於為指定的塊號生成 DAG。

geth --exec "miner.makeDAG(0)" console

請參閱更新的文件,因為這是搜尋時的第一個連結。

https://github.com/ethereum/wiki/wiki/Mining#ethash-dag

引用自:https://ethereum.stackexchange.com/questions/2305