Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GoldenAge Params] - Set progpow parameters for GoldenAge #1597

Closed
mibuono opened this issue Apr 12, 2024 · 0 comments
Closed

[GoldenAge Params] - Set progpow parameters for GoldenAge #1597

mibuono opened this issue Apr 12, 2024 · 0 comments
Assignees
Labels

Comments

@mibuono
Copy link

mibuono commented Apr 12, 2024

ProgPow:

PROGPOW_PERIOD: Number of blocks before changing the random program - keep what it was.
PROGPOW_LANES: The number of parallel lanes that coordinate to calculate a single hash instance
PROGPOW_REGS: The register file usage size
PROGPOW_DAG_LOADS: Number of uint32 loads from the DAG per lane
PROGPOW_CACHE_BYTES: The size of the cache
PROGPOW_CNT_DAG: The number of DAG accesses, defined as the outer loop of the algorithm (64 is the same as Ethash)
PROGPOW_CNT_CACHE: The number of cache accesses per loop
PROGPOW_CNT_MATH: The number of math operations per loop
ETHASH_DATASET_PARENTS
EPOCH - Set to 1 week in prime block numbers (144x7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants