Coder Social home page Coder Social logo

Comments (10)

jtgrassie avatar jtgrassie commented on May 12, 2024

What command did you use to compile Monero?

from monero-pool.

jtgrassie avatar jtgrassie commented on May 12, 2024

Depending on the libraries your system already has installed, affects what gets built in the Monero build. This 88ac5af should fix for you.

from monero-pool.

datptolemei avatar datptolemei commented on May 12, 2024

It didnt help, still same error.

What command did you use to compile Monero?
I follow build instructions:

cd monero
git checkout release-v0.15
make

from monero-pool.

jtgrassie avatar jtgrassie commented on May 12, 2024

Did you make clean? The latest pool Makefile explicitly adds libversion so if you are getting the same error, perhaps your MONERO_ROOT is not correct.

from monero-pool.

datptolemei avatar datptolemei commented on May 12, 2024

Monero root is correct.

My steps:

git clone https://github.com/jtgrassie/monero-pool.git
cd monero-pool
export MONERO_ROOT=/root/monero
make release

Did I miss something? Because I tried to compile different monero branches, still same.

from monero-pool.

jtgrassie avatar jtgrassie commented on May 12, 2024

Right but did you pull the latest patch (88ac5af) I just made for you? If you did, you can't get the same error you posted originally as that adds the libversion library.

This (libversion) isn't always required anyway - like I said, depending on your system Monero itself builds in different dependencies. A compile of Monero with only its minimum dependencies (so no optional libraries added) on a clean Ubuntu (16 & 18 LTS both tested and have pools running on them), you should be fine.

from monero-pool.

datptolemei avatar datptolemei commented on May 12, 2024

I did clean install Ubuntu 18 LTS on my vps. did all steps properly and same. monero path is correct, what did I miss?..
screenshot

Screenshot_2

from monero-pool.

jtgrassie avatar jtgrassie commented on May 12, 2024

As I said "A compile of Monero with only its minimum dependencies (so no optional libraries added)" I see you have libhidapi in there and that's whats making device_ledger get pulled in which is why there is a dependency on libversion.

Go into the cloned monero-pool folder. Type git pull && make clean && make.

from monero-pool.

datptolemei avatar datptolemei commented on May 12, 2024

It finally worked! Thanks so much for quick help.

from monero-pool.

jtgrassie avatar jtgrassie commented on May 12, 2024

No problem. Enjoy.

from monero-pool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.