cod3gen / sgminer-baikal

Rebuild of Baikal`s SG Miner for Giant X10 / N / B
GNU General Public License v3.0
20 stars 44 forks source link

Possible to replace Baikal FPGA's? #14

Closed extro24 closed 3 years ago

extro24 commented 6 years ago

Hi cod3gen

Baikal seems to be an Orange PI controlling an STM32 microcontroller controlling the Digital Encryption System BS91 hashing chips. Is that about right?

Would it be possible to substitute normal Xilinx FPGA's for the STM32 and BS91 chips?

To me it looks like driver-baikals.c is the file that communicates with the STM32.

-extro

cod3gen commented 6 years ago

Sure, the SGMiner can be used to control other solutions.. Its just a "frontend"(or maybe we should call it a proxy?), so you would only need to create a "driver" for that other solution. SGMiner in this case does more or less everything except creating kernels for the chips, it only tells STM32 which algo it should mine.