trexminer / T-Rex

T-Rex NVIDIA GPU miner with web control monitoring page
2.63k stars 438 forks source link

Upcoming DAG size reduction for VEIL ProgPow #1371

Open us77ipis opened 2 years ago

us77ipis commented 2 years ago

We are planning to reduce the DAG size for VEIL ProgPow mining.

As far as I can see, mining software currently has hardcoded the rule for epoch derivation from the block height. Since the DAG size reduction will be done by changing the epoch, and to allow for more flexibility in the future, I would propose the following changes:

This (or a similar) solution would be preferable over hardcoding the epoch derivation changes in the mining software, as it allows for more flexibility in the future.

Once we agree on a solution, I can quickly setup a stratum server on a devnet where you can connect to for testing your T-Rex implementation.

Thanks for your support.

seanPhill commented 2 years ago

Thanks! We are available for any questions and collaboration with T-Rex. support@veil-project.com is also another way to contact us.

us77ipis commented 2 years ago

See https://github.com/andru-kun/wildrig-multi/issues/144 for ongoing discussion on this.

us77ipis commented 2 years ago

@trexminer How does T-Rex miner currently pre-compute DAGs? Is it done only one block before the epoch change or already multiple blocks before?