# yggm ### Yggdrasil address miner # How to build for CPU ```sh 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 ```sh git clone https://rcxpony.name/rcxpony/yggm.git && cd yggm/build make -j$(nproc) ./yggmcu -t 10 ``` # ToDo - [x] Cuda support (not optimized) - [x] Support for avx2 - [ ] Support for sse4 #