Bitcoin Forum
May 28, 2024, 12:28:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: node open mining portal Could not locate the bindings file  (Read 1461 times)
Leveilleur (OP)
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
March 26, 2015, 03:33:10 PM
 #1

hi all, I am a student and as part of a job I get to introduce a local pool.
I try to configure node-open-mining-portal on debian 7( https://github.com/zone117x/node-open-mining-portal )


i dont understand why my module fail to bind on multi-hashing

i try to use

Quote

git clone https://github.com/zone117x/node-multi-hashing node_modules/multi-hashing


when i try node "init.js", i got :

Quote

Error: Could not locate the bindings file. Tried:
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/Debug/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/Release/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/out/Debug/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/Debug/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/out/Release/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/Release/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/build/default/multihashing.node
 → /home/userlocal/crypto/nomp/node_modules/multi-hashing/compiled/0.12.1/linux/ia32/multihashing.node
    at bindings (/home/userlocal/crypto/nomp/node_modules/bindings/bindings.js:88:9



i got stratum-pool module with :

Quote
git clone https://github.com/zone117x/node-stratum-pool node_modules/stratum-pool

npm update return :

Quote

npm update
npm WARN deprecated bignumber.js@2.0.0: critical bug fixed in v2.0.4
caseless@0.9.0 node_modules/request/node_modules/caseless
oauth-sign@0.6.0 node_modules/request/node_modules/oauth-sign
delayed-stream@0.0.5 node_modules/request/node_modules/combined-stream/node_modules/delayed-stream
asn1@0.1.11 node_modules/request/node_modules/http-signature/node_modules/asn1
nan@1.6.2 node_modules/bignum/node_modules/nan
ctype@0.5.3 node_modules/request/node_modules/http-signature/node_modules/ctype
bignumber.js@2.0.0 node_modules/mysql/node_modules/bignumber.js
readable-stream@1.1.13 node_modules/mysql/node_modules/readable-stream
├── isarray@0.0.1
├── inherits@2.0.1
├── string_decoder@0.10.31
└── core-util-is@1.0.1
express@5.0.0-alpha.1 node_modules/express
├── utils-merge@1.0.0
├── merge-descriptors@0.0.2
├── fresh@0.2.4
├── cookie@0.1.2
├── escape-html@1.0.1
├── range-parser@1.0.2
├── cookie-signature@1.0.5
├── finalhandler@0.3.2
├── vary@1.0.0
├── media-typer@0.3.0
├── methods@1.1.0
├── parseurl@1.3.0
├── serve-static@1.7.2
├── content-disposition@0.5.0
├── path-to-regexp@0.1.3
├── depd@1.0.0
├── on-finished@2.1.1 (ee-first@1.1.0)
├── qs@2.3.2
├── debug@2.1.3 (ms@0.7.0)
├── type-is@1.5.7 (mime-types@2.0.10)
├── accepts@1.1.4 (negotiator@0.4.9, mime-types@2.0.10)
├── send@0.10.1 (destroy@1.0.3, ms@0.6.2, mime@1.2.11)
├── proxy-addr@1.0.7 (forwarded@0.1.0, ipaddr.js@0.1.9)
└── etag@1.5.1 (crc@3.2.1)
npm ERR! Linux 3.2.0-4-686-pae
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "update"
npm ERR! node v0.12.1
npm ERR! npm  v2.5.1
npm ERR! path /home/userlocal/crypto/nomp/node_modules/stratum-pool
npm ERR! code EISGIT

npm ERR! git Appears to be a git repo or submodule.
npm ERR! git     /home/userlocal/crypto/nomp/node_modules/stratum-pool
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/userlocal/crypto/nomp/npm-debug.log



thank you in advance for your help

hushus
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!