added miner repo

This commit is contained in:
Dobromir Popov
2025-09-04 21:49:46 +03:00
parent 5e83976a9d
commit 300e18cafc
63 changed files with 33490 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
make distclean || echo clean
rm -f config.status
./autogen.sh || echo done
CFLAGS="-O3 -march=native -Wall" ./configure --with-curl
make -j $(nproc)
#strip -s cpuminer