Jonah
Jonah
Also I think miningcore will generate DAGs anyway, it has a future cache which stores the DAG for the next epoch and I don't think it can pick that up...
Hmm that's odd. I can't think of anything I changed that would affect general latency. How did you measure the latency? Simply icmp?
It would be interesting how the metrics compare. Only the output from the miner isn't really a reliable indicator because it also contains network latency, etc.
But generally speaking I think it makes sense that hashing takes a little longer. From what I understand, the light cache generates the required data on the fly while the...
I had some spare time to run a few benchmarks and the results are quite interesting. First of all some disclosure: that was the first time I did some benchmarks...
Also tested [this](https://github.com/sencha-dev/powkit) library suggested by @Konstantin35 and it's approximately the same as go-etchash. ### Benchmark code ```go func BenchmarkLight(b *testing.B) { testHeight := uint64(60000) testHash := testutil.MustDecodeHex("5fc898f16035bf5ac9c6d9077ae1e3d5fc1ecc3c9fd5bee8bb00e810fdacbaa0") testNonce :=...
Unfortunately that isn't it. LibFLAC is installed. ``` $ pacman -Q --info flac Name : flac Version : 1.4.2-1 Description : Free Lossless Audio Codec Architecture : x86_64 URL :...
well, there are at least 31 sites which returned different results. Among them are mixcloud, twitch and freecodecamp (to name a few). If you want the full list, just compare...
Yeah, there are still a few things to be changed due to the refactoring prs from @eb4x. I should be able to adjust this PR over the weekend :+1:
Actually I was waiting for #1235 to land on main so I can rebase my PR. If you want to merge this PR before that, I should be able to...