An open API service indexing awesome lists of open source software.

https://github.com/swordlet/daggeraoclminer

XDAG miner On Altera/Intel OpenCL(FPGA Cyclone V) PCIe Card
https://github.com/swordlet/daggeraoclminer

fpga miner opencl pcie xdag

Last synced: about 1 month ago
JSON representation

XDAG miner On Altera/Intel OpenCL(FPGA Cyclone V) PCIe Card

Awesome Lists containing this project

README

        

# DaggerAOCLMiner
Altera/Intel OPENCL(FPGA Cyclone V) PCIe Card miner for XDAG (Dagger coin)

Deprecated, XDAG replaced mining algo from double sha256 to RandomX.

**Hardware:**

Terasic C5P(OpenVINO Starter Kit)

Cyclone V GX PCIe Board, 301K LE, PCIe Gen1 x4

1GB DDR3, 64MB SDRAM, EPCQ256

https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=167&No=1159&PartNo=1

This miner does not require files wallet.dat and dnet_key.dat. Storage folder is still necessary.

## Hashrate

140Mh

about 15 coins per day

:(

**Launch parameters:**

1) FPGA benchmark: DaggerAOCLMiner.exe -G -M

2) FPGA mining: DaggerAOCLMiner.exe -G -a -p

3) CPU mining: DaggerAOCLMiner.exe -cpu -a -p -t 8


**The project ONLY supports Windows and single card now.**

## How to build

## FPGA:

Intel FPGA Quartus Prime Standard Edition 17.1

Intel(R) FPGA SDK for OpenCL 17.1

C5P(OpenVINO Starter Kit) BSP(Board Support Package) for Intel SDK OpenCL 17.1

https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=167&No=1159&PartNo=4

OPENCL source code in GpuMiner/CL/AOCLMminer_kernel.cl

Put the compiled AOCLMminer_kernel.aocx file into x64 folder with the executable host application.

## Windows:

The project has 3 dependencies: FPGA SDK for OpenCL, Boost and OpenSSL

Boost and OpenSSL libraries are included by Nuget Manager and should be downloaded automatically.

Intel(R) FPGA SDK for OpenCL 17.1