GPTechinno / bm13xx-rs

Rust driver for the BM13xx Bitcoin Mining Asic family.
Apache License 2.0
10 stars 3 forks source link

How to send the work to ASICs #2

Open DanielWarloch opened 1 week ago

DanielWarloch commented 1 week ago

First thing @Georges760 amazing crate!!!

I started play with it recently, now I am on the step of sending the work to the ASICs. Does your crate already support it and I am blind and do not see it :sweat_smile: or it's something that need to be developed?

Georges760 commented 1 week ago

Currently the crate is only formatting frames to be sent to the ASIC chain (including works) but does not provide any method to actually send them, I will add it (based on embedded-io traits) soon