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

feat: Add update firmware for Avalon miner #181

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

1e9abhi1e10
Copy link
Contributor

This PR aims to add update firmware functionality for Avalon miner.

pyasic/miners/backends/avalonminer.py Outdated Show resolved Hide resolved
pyasic/miners/backends/avalonminer.py Outdated Show resolved Hide resolved
pyasic/miners/backends/avalonminer.py Outdated Show resolved Hide resolved
pyasic/web/avalon.py Show resolved Hide resolved
@b-rowan
Copy link
Collaborator

b-rowan commented Aug 5, 2024

I'm actually not entirely sure how this is supposed to be done, I don't have an avalon to test on, and every source I can find doesn't seem to have the ability to do it.

@b-rowan
Copy link
Collaborator

b-rowan commented Aug 5, 2024

I'm actually not entirely sure how this is supposed to be done, I don't have an avalon to test on, and every source I can find doesn't seem to have the ability to do it.

Nevermind, I was looking at AMS, not FMS.

Comment on lines +37 to +39
async def auth(self) -> None:
"""Authenticate and get the token. Implement the actual authentication logic here."""
self.token = "Success"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be able to remove this.

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