From 679aac6c0982e907a3b7bbc5bae3238be87acf71 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Sun, 22 Feb 2015 15:51:38 -0800 Subject: [PATCH] Updated Ethash (markdown) --- Ethash.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ethash.md b/Ethash.md index d0fb03e40..948cabf75 100644 --- a/Ethash.md +++ b/Ethash.md @@ -232,6 +232,11 @@ def sha3_256(x): def xor(a, b): return a ^ b + +test_params = { + "cache_size": 524288, + "full_size": 33554432 +} ``` The following lookup tables provide approximately 7 years of tabulated DAG and cache sizes. They were generated with the following *Mathematica* functions: