Skip to content

Commit

Permalink
Merge pull request #3 from fireworm71/main
Browse files Browse the repository at this point in the history
get latest fireworm update
  • Loading branch information
darkwolfultima committed Jan 16, 2018
2 parents 62d9d8d + b506ea6 commit ba57f37
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2,075 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -20,7 +20,7 @@ RUN apt-get install -qqy libjansson-dev

RUN git clone https://github.com/fireworm71/veriumMiner

RUN cd cpuminer && ./build.sh
RUN cd veriumMiner && ./build.sh

WORKDIR /cpuminer
WORKDIR /veriumMiner
ENTRYPOINT ["./cpuminer"]
3 changes: 0 additions & 3 deletions Makefile.am
Expand Up @@ -27,9 +27,6 @@ cpuminer_SOURCES = \
disable_flags =

if USE_ASM
if ARCH_x86
cpuminer_SOURCES += asm/sha2-x86.S asm/scrypt-x86.S asm/aesb-x86.S
endif
if ARCH_x86_64
cpuminer_SOURCES += asm/sha2-x64.S asm/scrypt-x64.S asm/aesb-x64.S
endif
Expand Down
21 changes: 0 additions & 21 deletions asm/aesb-x86.S

This file was deleted.

0 comments on commit ba57f37

Please sign in to comment.