owo
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# yggm
|
# yggm
|
||||||
### Yggdrasil address miner
|
### Yggdrasil address miner
|
||||||
# How to build for CPU/GPU
|
# How to build for CPU/GPU
|
||||||
### First, install gcc14. Then:
|
### First, install gcc14 and clang. Then:
|
||||||
```sh
|
```sh
|
||||||
git clone https://rcxpony.name/rcxpony/yggm.git && cd yggm
|
git clone https://rcxpony.name/rcxpony/yggm.git && cd yggm
|
||||||
meson setup build -Dbuildtype=release && cd build
|
meson setup build -Dbuildtype=release --native-file native.ini && cd build
|
||||||
meson compile
|
meson compile
|
||||||
./yggmc -t 10 // for CPU
|
./yggmc -t 10 // for CPU
|
||||||
./yggmcu -t 10 // for GPU
|
./yggmcu -t 10 // for GPU
|
||||||
|
|||||||
Reference in New Issue
Block a user