koinos / koinos-miner

The Koinos Miner (CLI) provides a functional command line interface that allows users to mine the KOIN ERC-20 which will be used to deliver an equitable initial token distribution on the Koinos blockchain.
https://koinos.io
GNU General Public License v3.0
16 stars 15 forks source link

[JS](app.js) Error: { kMessage: 'An uncaught exception was thrown.'.... #79

Closed liondani closed 3 years ago

liondani commented 3 years ago

After trying to run the miner with: npm start -- --addr 0x85kjsxxxxxxxxxxxxxxxxxxxxjahhy6sd --import and giving the priv key etc. I get the error:

[JS](app.js) Error:  {
  kMessage: 'An uncaught exception was thrown.',
  exception: Error: spawn /root/koinos-miner/bin/koinos_miner ENOENT

Anyone can please help and explain what I am doing wrong?

Linux Mint 16.04

Screenshot from 2020-10-18 02-02-06

liondani commented 3 years ago

It will be more decentralized if you solve miners problems quicker :)

roelandp commented 3 years ago

postinstall build failed. try the postinstall command manually and see what happens.

see postinstall inside package.json

On Monday, October 19, 2020, liondani notifications@github.com wrote:

It will be more decentralized if you solve miners problems quicker :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/open-orchard/koinos-miner/issues/79#issuecomment-711902257, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4SABCCQE23I65O6235ETSLQAQVANCNFSM4SUVJ43A .

liondani commented 3 years ago

postinstall build failed. try the postinstall command manually and see what happens. see postinstall inside package.json

after npm run postinstall and running the miner again everything worked flawlessly !!!! BIG THANKS @roelandp

liondani commented 3 years ago

Screenshot from 2020-10-19 13-11-44

liondani commented 3 years ago

after npm run postinstall and running the miner again everything worked flawlessly !!!!