Tony Ke
Tony Ke
Gentle ping on this thread. @oliverschwendener What's our progress here? I'm eager to write some custom plugin for *ueli* so really want to see the plugin system getting landed. If...
You can leverage work from "golang.org/x/crypto/sha3" ```golang import "golang.org/x/crypto/sha3" func main() { var leafs []merkletree.Content tree, err := merkletree.NewTreeWithHashStrategy(leafs, sha3.NewLegacyKeccak256) } ```
> @dooonabe 感谢指正 should also update typo in README.md
miner=0 is just saying that miner whose id is 0 just started. if you wait for long enough, will it say mining takes too long or mining done?
Good idea and yes OpenCL worker could be implemented and plug in to mine. I have no time to work on that now. Contribution is welcomed!
can you enable the log with environment variable RUST_LOG set to `ore_miner=trace` and run the mining command again. I need those debug logs to see what is going on
Attaching the database freelist stat as well. Seems like it's much higher than your public archive node
```log reth-1 | 2024-05-20T09:09:01.321008Z INFO Canonical chain committed number=19910147 hash=0x72722f34a8616795fad4eed2f5ba0cf37c83f06ba14ebec5d3afb2e8405c240d elapsed=239.181026ms reth-1 | 2024-05-20T09:09:12.766274Z INFO Block added to canonical chain number=19910148 hash=0xb9ec88878e7b1399fcde253e85787e434388312664242e242aa136b09721c97f peers=100 txs=149 mgas=11.543 full=38.5% base_fee=3.73gwei blobs=0 excess_blobs=0 elapsed=73.148363ms...
thank you for your support!