Giter Site home page Giter Site logo

bitcore's People

Contributors

bitdeli-chef avatar bitjson avatar bobofzhang avatar chjj avatar cimm avatar cmgustavo avatar dajohi avatar devrandom avatar dthorpe avatar eordano avatar ethers avatar felipecsl avatar gasteve avatar heath avatar kyledrake avatar lazaruslarue avatar lukem512 avatar manan19 avatar maraoz avatar martindale avatar matiu avatar olalonde avatar ralphtheninja avatar rubensayshi avatar ryanxcharles avatar sagivo avatar shea256 avatar trapp avatar yangit avatar yemel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitcore's Issues

DCR Wallet Address

Please correct me where i'm worng to create Decred(DCR) address

var bitcore = require('bitcore');

var Network = bitcore.Networks.add({
name: 'dcrdlivenet',
alias: 'dcrmainnet',
pubkeyhash: 0x073f,
privatekey: 0x22de,
scripthash: 0x071a,
xpubkey: 0x02fda926,
xprivkey: 0x02fda4e8,
networkMagic: 0xf900b4d9,
port: 9108,

dnsSeeds: [
    'mainnet-seed.decred.mindcry.org',
    'mainnet-seed.decred.netpurgatory.com',
    'mainnet.decredseed.org',
    'mainnet-seed.decred.org'
],
defaultClientPort: 9108

})
var dcrNetwork = bitcore.Networks.get(Network)
var privateKey = bitcore.PrivateKey(dcrNetwork);
var publicKey = bitcore.PublicKey.fromPrivateKey(privateKey, dcrNetwork);
console.log(bitcore.Address.fromPublicKey(publicKey, dcrNetwork))

npm install failed

just on npm install:
Several Errors during node-gyp rebuild process

`In file included from ../fsevents.cc:6:
../node_modules/nan/nan.h:339:13: error: no member named 'New' in 'v8::String'
return _NAN_ERROR(v8::Exception::Error, errmsg);

../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))

`

node-gyp rebuild

CXX(target) Release/obj.target/KeyModule/src/eckey.o
../src/eckey.cc:8:10: fatal error: 'node_internals.h' file not found

OSX 10.13.4, nvm, node 10.15.1
**also tested on linux

***also Failed at the [email protected] install script.

gulp browser failed

On branch master-new

$ gulp browser
[11:41:22] Using gulpfile xxx/gulpfile.js
[11:41:23] Task 'browser' is not in your gulpfile
[11:41:23] Please check the documentation for proper gulpfile formatting
$ gulp -v     
[11:44:28] CLI version 3.8.11
[11:44:28] Local version 3.9.1
$ node -v
v8.10.0

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.