Coder Social home page Coder Social logo

nexa error about miningcore HOT 6 OPEN

seoseo29 avatar seoseo29 commented on June 18, 2024
nexa error

from miningcore.

Comments (6)

blackmennewstyle avatar blackmennewstyle commented on June 18, 2024 2

It would be probably also a god idea to open the bug in the right repository since that one does not support NEXA :)

from miningcore.

xiaolin1579 avatar xiaolin1579 commented on June 18, 2024

Perhaps there is a problem compiling "libnexapow".

from miningcore.

MiningCryptoLive avatar MiningCryptoLive commented on June 18, 2024

Nexa is not supported. You would have to add the required libraries and changes needed

from miningcore.

Reggerriee avatar Reggerriee commented on June 18, 2024

[2023-10-13 09:17:15.7557] [E] [nexa] System.DllNotFoundException: Unable to load shared library 'libnexapow' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibnexapow: cannot open shared object file: No such file or directory System.DllNotFoundException: Unable to load shared library 'libnexapow' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibnexapow: cannot open shared object file: No such file or directory at Miningcore.Native.NexaPow.schnorr_init() at Miningcore.Crypto.Hashing.Algorithms.NexaPow.DigestInit(PoolConfig poolConfig) in /home/pool/1/miningcore/src/Miningcore/Crypto/Hashing/Algorithms/NexaPow.cs:line 75 at Miningcore.Blockchain.Nexa.NexaJobManager.PostChainIdentifyConfigure() in /home/pool/1/miningcore/src/Miningcore/Blockchain/Nexa/NexaJobManager.cs:line 80 at Miningcore.Blockchain.Bitcoin.BitcoinJobManagerBase1.PostStartInitAsync(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobManagerBase.cs:line 474 at Miningcore.Blockchain.JobManagerBase1.StartAsync(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 112 at Miningcore.Blockchain.Nexa.NexaPool.SetupJobManager(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Blockchain/Nexa/NexaPool.cs:line 297 at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Mining/PoolBase.cs:line 392 at Miningcore.Native.NexaPow.schnorr_init() at Miningcore.Crypto.Hashing.Algorithms.NexaPow.DigestInit(PoolConfig poolConfig) in /home/pool/1/miningcore/src/Miningcore/Crypto/Hashing/Algorithms/NexaPow.cs:line 75 at Miningcore.Blockchain.Nexa.NexaJobManager.PostChainIdentifyConfigure() in /home/pool/1/miningcore/src/Miningcore/Blockchain/Nexa/NexaJobManager.cs:line 80 at Miningcore.Blockchain.Bitcoin.BitcoinJobManagerBase1.PostStartInitAsync(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Blockchain/Bitcoin/BitcoinJobManagerBase.cs:line 474 at Miningcore.Blockchain.JobManagerBase1.StartAsync(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 112 at Miningcore.Blockchain.Nexa.NexaPool.SetupJobManager(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Blockchain/Nexa/NexaPool.cs:line 297 at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/pool/1/miningcore/src/Miningcore/Mining/PoolBase.cs:line 392

You added the following to the build launcher: libgmp-dev ?
(build-ubuntu-20.04.sh:
#install dev-dependencies
sudo apt-get update;
sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev)

AND build-libs-linux.sh line:
(cd ../Native/libnexapow && make clean && make) && mv ../Native/libnexapow/libnexapow.so "$OutDir"

from miningcore.

xiaolin1579 avatar xiaolin1579 commented on June 18, 2024

Hopefully this commit will fix this problem.
xiaolin1579@5a3b63a

from miningcore.

jon4hz avatar jon4hz commented on June 18, 2024

Adding libgmp-dev should fix it. I never updated the linux build scripts but take a look at the changes in the Dockerfile. The dependencies should be correct in there.

from miningcore.

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.