Miner Manager is a stratum task generator firmware that fit FPGA and ASIC miners.
- It is using stratum protocol
- It generate the tasks (block headers) inside FPGA. all Double-SHA256 was done by FPGA, far more faster than CPU
- Test the nonce inside the FPGA. only report the >= DIFF tasks back to the host (CGMiner)
- It fits any kinds of stratum mining ASIC
- It has a RISC-V 32 bit CPU inside (PicoRV32)
firmware: C codes running in PicoRV32 soft processorplatform: platform hardware librarytestbench: hardware testbenchtop: hardware top module & constrainmodules: 3rd party modules
$ git clone --recursive https://github.com/EHash/MMX.git- Vivado: install vivado and source the setttings, we use 2019.2 as default
- FuseSoC: for IP-packaging and project generation
- Cheby: for register-map generation
- vhd2vl: for converting from VHDL to Verilog code
- RV32IMC toolchain: compile with IMC extension, we choose /opt/riscv32imc as default install directory.
Before the build & sim, we need to setup the environment first.
$ fusesoc init
$ fusesoc library add --global mmx .- Build with Vivado
$ make- Load the bitstream with Vivado
$ make load # Load the bitstream to FPGA- Sim with icarus
$ make sim
$ make view- ZedBoard
- Telegram: https://t.me/EHashPublic
- Add toolchain compile support
- Add uart debug support
- Add btc core support
This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.
Some files may have their own license disclaim by the author.