From fb0880ec4b67b746039a27c0a42d5bed9b8b2e38 Mon Sep 17 00:00:00 2001 From: bubasik <35274014+bubasik@users.noreply.github.com> Date: Fri, 21 Dec 2018 10:34:08 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ccbdd57..e652d40 100755 --- a/README.md +++ b/README.md @@ -60,6 +60,16 @@ make . - Now everything should be compiled. +### Compilation from mingw64 to Windows + +1) run winbuild-in_mingw64.sh + +2) for remove rejects: + - on folder /algo/binarium_hash_v1/encryption/gost2015_kuznechik/ delete files "cpuminer-optimised.o" and "cpuminer-optimised_tables.o" + - delete compile exe file "cpuminer-sse2.exe" + - in file "Makefile" replace text "Ofast" to "O1" + - in console run command "make" - compile cpuminer.exe ;) + How to Mine ------------