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
- Host: GitHub
- URL: https://github.com/swordlet/daggeraoclminer
- Owner: swordlet
- License: mit
- Created: 2019-03-07T03:33:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T02:20:30.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T15:55:38.641Z (about 1 month ago)
- Topics: fpga, miner, opencl, pcie, xdag
- Language: C++
- Homepage:
- Size: 222 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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