Bitcoin Forum
May 28, 2024, 04:30:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 [459] 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 ... 532 »
  Print  
Author Topic: Closed Thread  (Read 677630 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 05, 2015, 11:56:02 AM
 #9161

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36
Nexxie
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
March 05, 2015, 12:31:01 PM
 #9162

'Blockchain verified complaite, wait synced blocks'
What does it mean?

It should be changed to :
'Blockchain verification complete, waiting for synched blocks'
Has been addressed several times to devs...

You have downloaded the latest version?

yes I think so...
Where can I find the latest Mac client?
LemonAndFries
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 05, 2015, 02:17:37 PM
 #9163

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 05, 2015, 02:23:51 PM
 #9164

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
sadly this did not work. Same problem as before. No logs or additional errors.
l8orre
Legendary
*
Offline Offline

Activity: 1181
Merit: 1018


View Profile
March 05, 2015, 02:34:38 PM
 #9165

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
sadly this did not work. Same problem as before. No logs or additional errors.


 I needed to do 'SUDO npm -g install forever' maybe that is your problem?

kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 05, 2015, 02:55:04 PM
 #9166

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
sadly this did not work. Same problem as before. No logs or additional errors.
I needed to do 'SUDO npm -g install forever' maybe that is your problem?

no I'm running it as root.
what I did until now: installing nodejs 10.36, npm
downloading and extracting latest client,adding lib folder and clientConfig.js (as mentioned in the last posts)
npm -g install
npm -g install forever
forever start index.js --> shortly starts a nodejs process
forever stop index.js --> error: no process with id: index.js
rramires
Full Member
***
Offline Offline

Activity: 231
Merit: 100



View Profile
March 05, 2015, 03:35:24 PM
 #9167

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
sadly this did not work. Same problem as before. No logs or additional errors.
I needed to do 'SUDO npm -g install forever' maybe that is your problem?

no I'm running it as root.
what I did until now: installing nodejs 10.36, npm
downloading and extracting latest client,adding lib folder and clientConfig.js (as mentioned in the last posts)
npm -g install
npm -g install forever
forever start index.js --> shortly starts a nodejs process
forever stop index.js --> error: no process with id: index.js

You are giving these commands in the root folder where the node is extracted, where is index.js file?

To see the processes running under the "forever":
forever list


(The print is the windows, but the command is the same on Linux. Too lazy to enter the server now)
kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 05, 2015, 07:35:03 PM
 #9168

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
sadly this did not work. Same problem as before. No logs or additional errors.
I needed to do 'SUDO npm -g install forever' maybe that is your problem?

no I'm running it as root.
what I did until now: installing nodejs 10.36, npm
downloading and extracting latest client,adding lib folder and clientConfig.js (as mentioned in the last posts)
npm -g install
npm -g install forever
forever start index.js --> shortly starts a nodejs process
forever stop index.js --> error: no process with id: index.js

You are giving these commands in the root folder where the node is extracted, where is index.js file?

To see the processes running under the "forever":
forever list


(The print is the windows, but the command is the same on Linux. Too lazy to enter the server now)

with that command I now found a log. and I was executing the commands in the same folder as index.js. It even starts shortly.
Code:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: Cannot find module 'step'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at run (eval at <anonymous> (/root/node/index.js:9:38), <anonymous>:1:83006)
    at /root/node/index.js:16:5
    at b (domain.js:183:18)
    at Domain.run (domain.js:123:23)
    at Object.<anonymous> (/root/node/index.js:5:14)
    at Module._compile (module.js:456:26)
error: Forever detected script exited with code: 7
That is the error log of forever.
michaelf77
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
March 06, 2015, 01:08:43 AM
 #9169

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
sadly this did not work. Same problem as before. No logs or additional errors.
I needed to do 'SUDO npm -g install forever' maybe that is your problem?

no I'm running it as root.
what I did until now: installing nodejs 10.36, npm
downloading and extracting latest client,adding lib folder and clientConfig.js (as mentioned in the last posts)
npm -g install
npm -g install forever
forever start index.js --> shortly starts a nodejs process
forever stop index.js --> error: no process with id: index.js

You are giving these commands in the root folder where the node is extracted, where is index.js file?

To see the processes running under the "forever":
forever list

http://s8.postimg.org/bmncsrgbp/forever.jpg
(The print is the windows, but the command is the same on Linux. Too lazy to enter the server now)

with that command I now found a log. and I was executing the commands in the same folder as index.js. It even starts shortly.
Code:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: Cannot find module 'step'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at run (eval at <anonymous> (/root/node/index.js:9:38), <anonymous>:1:83006)
    at /root/node/index.js:16:5
    at b (domain.js:183:18)
    at Domain.run (domain.js:123:23)
    at Object.<anonymous> (/root/node/index.js:5:14)
    at Module._compile (module.js:456:26)
error: Forever detected script exited with code: 7
That is the error log of forever.

From /root/Node run :
npm install
npm update

(note: no -G )
kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 06, 2015, 10:08:49 AM
 #9170

I always had no problem getting node running on my linux vps. but with this version it does not work even after adding the lib folder with clientConfig.js... I start it with forever start index.js - no error.. but also no process. forever stop index.js gives an error "Forever cannot find process with id: index.js".
Did I miss something?
My nodejs version is 10.36

Same issue I had at first.
Do this again:

 9) npm -g install forever
sadly this did not work. Same problem as before. No logs or additional errors.
I needed to do 'SUDO npm -g install forever' maybe that is your problem?

no I'm running it as root.
what I did until now: installing nodejs 10.36, npm
downloading and extracting latest client,adding lib folder and clientConfig.js (as mentioned in the last posts)
npm -g install
npm -g install forever
forever start index.js --> shortly starts a nodejs process
forever stop index.js --> error: no process with id: index.js

You are giving these commands in the root folder where the node is extracted, where is index.js file?

To see the processes running under the "forever":
forever list


(The print is the windows, but the command is the same on Linux. Too lazy to enter the server now)

with that command I now found a log. and I was executing the commands in the same folder as index.js. It even starts shortly.
Code:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: Cannot find module 'step'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at run (eval at <anonymous> (/root/node/index.js:9:38), <anonymous>:1:83006)
    at /root/node/index.js:16:5
    at b (domain.js:183:18)
    at Domain.run (domain.js:123:23)
    at Object.<anonymous> (/root/node/index.js:5:14)
    at Module._compile (module.js:456:26)
error: Forever detected script exited with code: 7
That is the error log of forever.

From /root/Node run :
npm install
npm update

(note: no -G )

Thanks a lot! That did it. Finally it works.
kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 06, 2015, 10:23:57 AM
 #9171

When will be able to put our AccountID in the clientConfig.js and not our private passphrase? This is getting a greater security problem as node gets more valuable and may be worth for some to try to hack those systems.
TheRealSilk
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250


View Profile
March 06, 2015, 10:44:43 AM
 #9172

When will be able to put our AccountID in the clientConfig.js and not our private passphrase? This is getting a greater security problem as node gets more valuable and may be worth for some to try to hack those systems.

In the next version

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
 
Instant Transactions
 
Non Bloating BlockChain
 

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
    ▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇
kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 06, 2015, 03:08:40 PM
 #9173

When will be able to put our AccountID in the clientConfig.js and not our private passphrase? This is getting a greater security problem as node gets more valuable and may be worth for some to try to hack those systems.

In the next version
Very good! Thanks.
Thiball
Member
**
Offline Offline

Activity: 112
Merit: 15


View Profile
March 06, 2015, 03:19:03 PM
 #9174

Sorry to bother you but I bought a Raspberry Pi 2 and I don't know how to use the wallet on it.

Can someone does a full and update explanation please ? Could be great for the future.

Thank you Smiley

 *Image Removed*
Nexxie
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
March 06, 2015, 04:01:15 PM
 #9175

'Blockchain verified complaite, wait synced blocks'
What does it mean?

It should be changed to :
'Blockchain verification complete, waiting for synched blocks'
Has been addressed several times to devs...

You have downloaded the latest version?

yes I think so...
Where can I find the latest Mac client?


where can I find the latest Mac client?Huh thanks
kevinkk525
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
March 06, 2015, 04:12:59 PM
 #9176

Sorry to bother you but I bought a Raspberry Pi 2 and I don't know how to use the wallet on it.

Can someone does a full and update explanation please ? Could be great for the future.

Thank you Smiley
This was the way I managed to run NODE on my RPi 2:
Follow this instructions to install node and npm: http://weworkweplay.com/play/raspberry-pi-nodejs/
After that download the client and go to the extracted folder with index.js and run the commands: "npm install" and "npm update"
Then "npm -g install forever" and "forever start index.js" (like the node instructions)

But be aware, the NODE client takes ~250MB of RAM which is already 25% of what we have.
And the GUI is quite slow so don't expext to see the latest blocks within 20 sec ;-)
And download the bloackchain before. Verification still takes ages.
CryingMidget
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
March 06, 2015, 06:01:27 PM
 #9177

Nodes are getting super cheap on Alcurex, managed to pick some nodes up at around 70 satoshi today.  Buy now if you want some cheap coins.
Seedeer
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
March 06, 2015, 07:31:53 PM
 #9178

Nodes are getting super cheap on Alcurex, managed to pick some nodes up at around 70 satoshi today.  Buy now if you want some cheap coins.

...or sell if you think it will go lower Wink
whitecloud
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
March 06, 2015, 07:44:15 PM
 #9179

Nodes are getting super cheap on Alcurex, managed to pick some nodes up at around 70 satoshi today.  Buy now if you want some cheap coins.

...or sell if you think it will go lower Wink

...yes, sell!  Tongue
Thiball
Member
**
Offline Offline

Activity: 112
Merit: 15


View Profile
March 06, 2015, 07:54:15 PM
Last edit: March 06, 2015, 08:53:10 PM by Thiball
 #9180

Sorry to bother you but I bought a Raspberry Pi 2 and I don't know how to use the wallet on it.

Can someone does a full and update explanation please ? Could be great for the future.

Thank you Smiley
This was the way I managed to run NODE on my RPi 2:
Follow this instructions to install node and npm: http://weworkweplay.com/play/raspberry-pi-nodejs/
After that download the client and go to the extracted folder with index.js and run the commands: "npm install" and "npm update"
Then "npm -g install forever" and "forever start index.js" (like the node instructions)

But be aware, the NODE client takes ~250MB of RAM which is already 25% of what we have.
And the GUI is quite slow so don't expext to see the latest blocks within 20 sec ;-)
And download the bloackchain before. Verification still takes ages.

Thank you very much. I think it's working, I've done the "forever start index.js" thing and my CPU is working around 25% for 10 minutes. But I don't see the GUI. I suppose it's normal ?

And I didn't download the blockchain by myself because I just don't know how to do and use it ^^

Edit : I downloaded the blockchain from here : https://mega.co.nz/#!AxhXiDAb!7yyUoUJOl1O6BOZZSZtQQsHt3rD0VOQc9YCU1o-mMtM
I put it into my db files and reboot. I suppose I just have to wait a little bit...

 *Image Removed*
Pages: « 1 ... 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 [459] 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 ... 532 »
  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!