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

pool: Remove code related to unsupported ASICs. #400

Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Sep 28, 2023

This requires #399.

This removes all code related to ASICs that are no longer supported since they mine blake256 and the hash algorithm is now blake3.

The removals are done in separate commits to ease review.

In particular, support is removed for the following ASICs:

  • Whatsminer D1
  • Antminer DR5
  • Antminer DR3
  • Innosilicon D9
  • Obelisk DCR1

@davecgh davecgh force-pushed the pool_remove_no_longer_supported_client_types branch from 7eca388 to 2027db4 Compare September 28, 2023 23:11
@jholdstock
Copy link
Member

Just needs a rebase and its good.

@jholdstock
Copy link
Member

Theres one last reference to antminer in difficulty_test.go if you wanted to nuke that, no big deal though.

The Whatsminer D1 is no longer supported since it mines blake256 and the
hash algorithm is now blake3.
The Antimner DR5 is no longer supported since it mines blake256 and the
hash algorithm is now blake3.
@davecgh davecgh force-pushed the pool_remove_no_longer_supported_client_types branch from 2027db4 to 269f504 Compare September 29, 2023 07:48
The Antimner DR3 is no longer supported since it mines blake256 and the
hash algorithm is now blake3.
The Innosilicon D9 is no longer supported since it mines blake256 and
the hash algorithm is now blake3.
The Obelisk DCR1 is no longer supported since it mines blake256 and the
hash algorithm is now blake3.
@davecgh davecgh force-pushed the pool_remove_no_longer_supported_client_types branch from 269f504 to fc2439b Compare September 29, 2023 07:49
@davecgh
Copy link
Member Author

davecgh commented Sep 29, 2023

Theres one last reference to antminer in difficulty_test.go if you wanted to nuke that, no big deal though.

Changed it over to "non-existent" since that is the purpose of the test.

@jholdstock jholdstock merged commit c997341 into decred:master Sep 29, 2023
2 checks passed
@davecgh davecgh deleted the pool_remove_no_longer_supported_client_types branch September 29, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants