441 B
441 B
yggm
Yggdrasil address miner
How to build for CPU/GPU
First, install gcc14 and clang. Then:
git clone https://rcxpony.name/rcxpony/yggm.git && cd yggm
meson setup build -Dbuildtype=release --native-file native.ini && cd build
meson compile
./yggmc -t 10 // for CPU
./yggmcu -t 10 // for GPU
ToDo
- CUDA support
- AVX2 optimizations
- (CUDA) Optimize internal algorithms
- Windows support
- Tests