Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #1

Open
Jackie0911 opened this issue Oct 17, 2017 · 6 comments
Open

error #1

Jackie0911 opened this issue Oct 17, 2017 · 6 comments

Comments

@Jackie0911
Copy link

i got an error when i run start.sh
/usr/bin/ld: cannot find -lcncrypto
/usr/bin/ld: cannot find -leasylogging
collect2: error: ld returned 1 exit status

what should i do?
thank you.

@MrGRA
Copy link

MrGRA commented Oct 31, 2017

+1

@jetstarmedia
Copy link

same here...

@aragalie
Copy link

+1

@aragalie
Copy link

aragalie commented Dec 26, 2017

@ghost @MrGRA @Jackie0911 @fai2036 @PedroD i believe there is an issue with the row 13-16 in the Dockerfile; also row 9 needs to be updated as per the latest in sammy007's repo.

Below is an edited version, which works for me:

FROM ubuntu:16.04

RUN apt-get update

RUN apt-get install git cmake build-essential libssl-dev pkg-config libboost-all-dev golang -y

RUN git clone https://github.com/monero-project/monero.git
WORKDIR /monero
RUN git checkout tags/v0.11.1.0 -b v0.11.1.0
RUN cmake -DBUILD_SHARED_LIBS=1 .
RUN make

WORKDIR /
RUN git clone https://github.com/sammy007/monero-stratum.git
WORKDIR /monero-stratum
RUN MONERO_DIR=/monero cmake .
RUN make

WORKDIR /monero-stratum

ADD config.json /monero-stratum/config.json

EXPOSE 1111
EXPOSE 3333
EXPOSE 8082

CMD ["./build/bin/monero-stratum", "config.json"]

@aragalie
Copy link

also made a repo for it

@PedroD
Copy link
Owner

PedroD commented Mar 31, 2018

Sorry guys, for some reason I have missed a ton of github notifications.

I am not maintaining this repo anymore because my time is very limited at the moment, please follow @aragalie repo :)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants