Giter Club home page Giter Club logo

Comments (6)

kleetus avatar kleetus commented on May 18, 2024

hi Yoyek: We've been in pretty active development with this. Try pulling the latest from master or the tag 0.2.0-beta.1. My guess is that you caught a commit that was not resolving all symbols correct during compilation of the bindings.

from bitcore-node.

yoyek avatar yoyek commented on May 18, 2024

Thanks!

But I have this problem with v0.2.0-beta.1 also.

(Cloned repo from scratch. Then git checkout v0.2.0-beta.1, and npm install - with installation success status. Then I go this error on npm start)

Should I attach my npm-debug.log?

from bitcore-node.

braydonf avatar braydonf commented on May 18, 2024

Running nm shows that the symbol is undefined locally here, however npm start works:

~/bitcore-node(master)$ nm build/Debug/bitcoind.node | grep bitcoinconsensus_verify_script
                 U bitcoinconsensus_verify_script

I believe the only place we're using this is at: https://github.com/bitpay/bitcore-node/blob/master/lib/transaction.js#L110 However the method may not be necessary with some of the recent bindings for querying and events for transactions.

from bitcore-node.

kleetus avatar kleetus commented on May 18, 2024

I bet the dynamic linker is kicking in and finding this symbol for me on my machine, whereas on a fresh machine, this isn't the case. Great catch, repairing and/or removing the verify script because it just isn't needed at the moment.

from bitcore-node.

braydonf avatar braydonf commented on May 18, 2024

Running nm against latest master d7c16e1 no longer mentions the undefined symbol, and this should be resolved.

from bitcore-node.

yoyek avatar yoyek commented on May 18, 2024

Thanks, it's working now.

from bitcore-node.

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.