forked from tempdevelop001/sugarmaker
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
49 additions
and
6,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# Dockerfile for sugarmaker | ||
# usage: docker run creack/cpuminer --url xxxx --user xxxx --pass xxxx | ||
# ex: docker run creack/cpuminer --url stratum+tcp://ltc.pool.com:80 --user creack.worker1 --pass abcdef | ||
# | ||
# | ||
|
||
FROM ubuntu@sha256:b722e2654241f9681f4719dce7aa16a2f0c35769e17a636f5b39a33967d1aeb8 | ||
|
||
RUN apt-get update -qq && \ | ||
apt-get install -qqy automake libcurl4-openssl-dev git make gcc build-essential autotools-dev libtool sudo wget libssl-dev | ||
RUN ls | ||
RUN git clone https://github.com/likli/sugarmaker | ||
|
||
RUN cd sugarmaker && \ | ||
./autogen.sh && \ | ||
./configure CFLAGS='-O2 -fomit-frame-pointer' && \ | ||
make | ||
|
||
WORKDIR /sugarmaker | ||
ENTRYPOINT ["./sugarmaker"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# Dockerfile for sugarmaker | ||
# usage: docker run creack/cpuminer --url xxxx --user xxxx --pass xxxx | ||
# ex: docker run creack/cpuminer --url stratum+tcp://ltc.pool.com:80 --user creack.worker1 --pass abcdef | ||
# | ||
# | ||
|
||
FROM ubuntu@sha256:b722e2654241f9681f4719dce7aa16a2f0c35769e17a636f5b39a33967d1aeb8 | ||
|
||
RUN apt-get update -qq && \ | ||
apt-get install -qqy automake libcurl4-openssl-dev git make gcc build-essential autotools-dev libtool sudo wget libssl-dev | ||
RUN ls | ||
RUN git clone https://github.com/likli/sugarmaker | ||
|
||
RUN cd sugarmaker && \ | ||
./autogen.sh && \ | ||
./configure CFLAGS='-O2 -fomit-frame-pointer' && \ | ||
make | ||
|
||
WORKDIR /sugarmaker | ||
ENTRYPOINT ["./sugarmaker"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.