From e8263ce5e583719655c7ee8397fc5e328375436e Mon Sep 17 00:00:00 2001 From: Zach Price <37559274+zachchan105@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:07:52 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0773b5279..d7e1cc346 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Meowpowminer is a fork of Ravencoin's [kawpowminer ](https://github.com/RavenCommunity/kawpowminer). Like kawpowminer, it is a derivative of Ethash enhanced with [Programmable Proof of Work](https://github.com/ifdefelse/progpow) for ASIC and FPGA resistance. Compared to kawpowminer, meowpowminer has the following differences: -* Starting DAG size at block #1 is 3GigaBytes +* DAG size at epoch 110 is >4GigaBytes * EPOCH duration is 12000 blocks * meowpowminer supports direct solo mining to meowcoind/meowcoin-qt without needing a stratum proxy * the random starting seeds are slightly different for uniqueness From cf02b6dd2f84347d83bc923aa301e358d99be4b8 Mon Sep 17 00:00:00 2001 From: Zach Price <37559274+zachchan105@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:08:13 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e1cc346..1801b2f31 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ The value of these parameters has been tweaked to use 0.9.4 specs with a PROGPOW | `PROGPOW_LANES` | `16` | `16` | `16` | `16` | | `PROGPOW_REGS` | `32` | `32` | `32` | `16` | | `PROGPOW_DAG_LOADS` | `4` | `4` | `4` | `4` | -| `PROGPOW_CACHE_BYTES` | `16x1024` | `16x1024` | `16x1024` | `8x1024`| +| `PROGPOW_CACHE_BYTES` | `16x1024` | `16x1024` | `16x1024` | `16x1024`| | `PROGPOW_CNT_DAG` | `64` | `64` | `64` | `64` | | `PROGPOW_CNT_CACHE` | `12` | `11` | `11` | `6` | | `PROGPOW_CNT_MATH` | `20` | `18` | `18` | `9` |