Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bubasik committed Dec 21, 2018
1 parent 91162dc commit fb0880e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -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
------------
Expand Down

0 comments on commit fb0880e

Please sign in to comment.