pyasic
pyasic copied to clipboard
feat: Add update firmware for Auradine miner
This PR aims to add update firmware functionality for Auradine miner.
This is the braiins way of doing things, but its not accurate for any other miners.
For the auradine one, you can just use this endpoint - https://github.com/UpstreamData/pyasic/blob/aec53aa5f0f1db1edf80ea6860861a6ec676dbc7/pyasic/web/auradine.py#L186-L198
If you do want to take a shot at ePIC support you can reference the API here: https://app.swaggerhub.com/apis/ePIC-Blockchain/umc_api/0.50.1#/post/update_system
We can also break it into a separate merge request once everything is fully verified
If you do want to take a shot at ePIC support you can reference the API here: https://app.swaggerhub.com/apis/ePIC-Blockchain/umc_api/0.50.1#/post/update_system
We can also break it into a separate merge request once everything is fully verified
Much appreciated :+1:
@b-rowan Any major changes needed?