nasa8x / node-genesis-block

Create Genesis Block for Bitcoin, Litcoin, Dash, X11, X13, X15, X17, Geek, Quark, Keccak, Qubit, NeoScrypt, Scrypt...
https://morioh.com/topic/blockchain
39 stars 92 forks source link

Cannot Run for Neoscrypt test coin #19

Open 0xcircuitbreaker opened 5 years ago

0xcircuitbreaker commented 5 years ago

When i run node genesis -a neoscrypt -z "The Coin will be brutal, be prepared"

the terminal returns

module.js:550
    throw err;
    ^

Error: Cannot find module 'multi-hashing'
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.Module._load (module.js:475:25)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/root/Desktop/node-genesis-block-master/genesis.js:4:12)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)

I read somewhere this is solved if I use Node.js v0.1 but i read in another neoscrypt related issue that you said to use 8.x.x

What have i done wrong?

(Edited -z to actual one, had a typo in initial post)