36abc6a6556282d45e604156d0af28283150497e
yggm
Yggdrasil address miner
How to build for CPU
git clone https://rcxpony.name/rcxpony/yggm.git && cd yggm
cmake -B build && cmake --build build -j$(nproc)
build/yggm -t 10
How to build for GPU
git clone https://rcxpony.name/rcxpony/yggm.git && cd yggm/build
make -j$(nproc)
./yggmcu -t 10
ToDo
- Cuda support (not optimized)
- Support for avx2
- Support for sse4
Languages
C
66.9%
Cuda
28.4%
LLVM
3.8%
Meson
0.9%