Author

Topic: Closed Thread - page 110. (Read 677703 times)

legendary
Activity: 2604
Merit: 3056
Welt Am Draht
February 09, 2015, 05:14:51 PM
volume is growing..

There are many people who believe in NODE, some even say it will be like NXT (*2000ROI).

What do you guys think?

I also believe in NODE. Let's see.


I think it's a slow burn that'll end up surprising a lot of people.  

I dig the way its genesis has been so different from most other coins. The developers haven't been flashy and they've eventually delivered on everything they promised with more to come.

The emphasis on real-world usage as opposed to impressive noodling is what'll take it further out into the wider world than most, or any other, coins on here.
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
February 09, 2015, 05:03:33 PM
volume is growing..

There are many people who believe in NODE, some even say it will be like NXT (*2000ROI).

What do you guys think?


I also believe in NODE. Let's see.
sr. member
Activity: 393
Merit: 250
February 09, 2015, 05:00:34 PM
OH MY WORD!

About the 15th re-install and its working!

Used 10.34 same as in the guide.

If I restart the box, will it automatically restart the services or do I need to login and run the forever start index.js?

run the forever start index.js
sr. member
Activity: 305
Merit: 250
February 09, 2015, 04:43:11 PM
OH MY WORD!

About the 15th re-install and its working!

Used 10.34 same as in the guide.

If I restart the box, will it automatically restart the services or do I need to login and run the forever start index.js?
sr. member
Activity: 305
Merit: 250
February 09, 2015, 04:37:04 PM

How do I do that?

As I just followed the guide, 4 times now.

Try this
Code:
npm install -g n
n 0.10.29

And then in node folder

Code:
npm install
npm -g install forever
forever start index.js

Tried this but it gave an error.
3x2
legendary
Activity: 1526
Merit: 1004
February 09, 2015, 03:38:07 PM
Buy more now? Or wait for price to drop?

that price won't drop again. everybody that wanted to sell did sell already.
You never know what gonna happen next, its your own decision.
legendary
Activity: 1181
Merit: 1018
February 09, 2015, 03:37:14 PM
Buy more now? Or wait for price to drop?

that price won't drop again. everybody that wanted to sell did sell already.
sr. member
Activity: 434
Merit: 250
February 09, 2015, 03:29:22 PM
Buy more now? Or wait for price to drop?
sr. member
Activity: 305
Merit: 250
February 09, 2015, 03:00:33 PM
So instead of pulling latest, I pulled 0.10.36
And still nada!
sr. member
Activity: 393
Merit: 250
February 09, 2015, 02:40:37 PM

How do I do that?

As I just followed the guide, 4 times now.

Try this
Code:
npm install -g n
n 0.10.29

And then in node folder

Code:
npm install
npm -g install forever
forever start index.js
sr. member
Activity: 305
Merit: 250
February 09, 2015, 02:38:23 PM
OK rebuilt and same thing.

Seems to work just using the IP I get nothing.
Do I need to unblock the port or something?

What version of node.js do you have?

Not sure?
How do I check or install it?

Edit: Was v0.12.0

I had the same issue. For me it worked after I installed 0.10.29

How do I do that?

As I just followed the guide, 4 times now.
sr. member
Activity: 393
Merit: 250
February 09, 2015, 02:30:07 PM
OK rebuilt and same thing.

Seems to work just using the IP I get nothing.
Do I need to unblock the port or something?

What version of node.js do you have?

Not sure?
How do I check or install it?

Edit: Was v0.12.0

I had the same issue. For me it worked after I installed 0.10.29
sr. member
Activity: 305
Merit: 250
February 09, 2015, 01:43:24 PM
OK rebuilt and same thing.

Seems to work just using the IP I get nothing.
Do I need to unblock the port or something?

What version of node.js do you have?

Not sure?
How do I check or install it?

Edit: Was v0.12.0
sr. member
Activity: 393
Merit: 250
February 09, 2015, 01:16:53 PM
OK rebuilt and same thing.

Seems to work just using the IP I get nothing.
Do I need to unblock the port or something?

What version of node.js do you have?
sr. member
Activity: 393
Merit: 250
February 09, 2015, 01:16:27 PM
i have problem with running client on mint 17.1 64bit
i downloaded latest linux client form http://nodecoin.com/
my node version is v0.10.35

npm install shows:
Code:
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
npm WARN unmet dependency /home/tomas/soft/node/node_modules/nedb requires async@'0.2.10' but will load
npm WARN unmet dependency /home/tomas/soft/node/node_modules/async,
npm WARN unmet dependency which is version 0.9.0
npm WARN unmet dependency /home/tomas/soft/node/node_modules/express requires qs@'0.6.6' but will load
npm WARN unmet dependency /home/tomas/soft/node/node_modules/qs,
npm WARN unmet dependency which is version 2.3.3


err.log from 
Code:
forever start -o out.log -e err.log ./index.js
is
Code:
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: Cannot find module 'underscore'
    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 Object. (/home/tomas/soft/node/node_modules/nedb/lib/model.js:9:9)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)



Try to install nodejs-legacy
legendary
Activity: 1316
Merit: 1041
Bitcoin is a bit**
February 09, 2015, 12:54:15 PM
I believe 500,000 Node is minimum to run a node and create income right ? Could anyone tell me how much you can earn with running one or multiple node's per day/month?

Depends on number of transactions and how many open wallets/ nodes are online. So nobody can tell you. If you want to do it for the money - forget it.
sr. member
Activity: 305
Merit: 250
February 09, 2015, 12:34:27 PM
OK rebuilt and same thing.

Seems to work just using the IP I get nothing.
Do I need to unblock the port or something?
sr. member
Activity: 305
Merit: 250
February 09, 2015, 12:25:10 PM
As we promised, we are publishing the user manual.


So I've followed this to the letter.

But when I got to my ip:19775 I get nothing...
I'm not sure what to check or where.

Can anyone help?

Could you miss any steps during the installation?

I do not believe I did.
I could have, but im 99.99% sure I didnt.

I have rebuilt the debian box and starting again.
sr. member
Activity: 364
Merit: 250
February 09, 2015, 12:02:07 PM
I believe 500,000 Node is minimum to run a node and create income right ? Could anyone tell me how much you can earn with running one or multiple node's per day/month?
newbie
Activity: 27
Merit: 0
February 09, 2015, 11:52:39 AM
As we promised, we are publishing the user manual.

NODE Boot Camp: Creating your own 24/7 online node in 30 minutes

We created this brief tutorial for everybody who’d like to take the opportunity to earn money by running his own Linux server node without additional knowledge and training.

Your own server node allows you to receive passive income for the clock network support.
In addition, you get a full hosting for your own project at your disposal, and you will be able to compensate up to 100% of its rent already now, in beta stage of Node project.
Node.js uses resources very sparingly so if you already have a Linux hosting with root access then you must install a Linux node since you can do all of the above without a single penny cost and with a minimum load of server resources.


First stage:  Linux hosting selection & payment

Today's market is full of inexpensive hosting offerings that meet our requirements. Keywords we are looking for: Linux hosting with root access.

Why Linux? It’s much cheaper and more secure than Windows servers.
Windows Server we need costs not less than $ 30 a month while the average Linux Server will cost less than $ 10.

There is a lot of suggestions online, so you may find any Linux hosting yourself in accordance with your preferences and the budget. For our test we chose /ntj5cG]Yourserver.se because they accept Bitcoins, allows monthly payment and offers a package with root access for one of the most competitive prices on the market - 4 euros per month (around $ 4.8 ).


We tested 7 euros package ($ 8.4) because of its great features but 4 euros package in theory should also be OK for us.

So, after you select the package we need to choose the Billing Cycle and Operating System (Configurable Options).

You choose Billing Cycle at your sole discretion and then we select Debian as operating system since it’s most appropriate to us: Debian is incredibly fast and economical.


After completion of registration and payment of a hosting plan for any of the chosen provider we receive email with parameters of our server:

     1) I.P. address of your server (e.g. 88.198.18.221)
     2) username (root) & password to access to your server.



Second stage: Linux client installation

To install the Linux client on your server you will need to do the following:

     1) Download Linux Node Client: http://nodecoin.com/node.linux.latest.zip

     2) Connect to your server via SFTP. In our case we used for that WebDrive software (http://www.webdrive.com)



     3) Unzip the archive node.linux.latest.zip to any convenient folder on the server. In our case, we have created a “node” folder in the “/var” directory (/var/node)


     4) Connect to your server via SSH terminal (in our case we used for that ZOC Terminal software (http://www.emtec.com/zoc). All following steps we make in SSH terminal.


     5) Installation of Node.Js
         To install Node.js all you need is to type consistently the the following commands in a terminal:
Quote
         $ apt-get install python g++ make
          $ wget http://nodejs.org/dist/node-latest.tar.gz
          $ tar xvfvz node-latest.tar.gz
          $ cd node-v0.10.34  (replace on node.js current release number you downloaded)
          $ ./configure
          $ make
          $ sudo make install

     6) Go to the folder where you unzipped client (node.linux.latest.zip) by typing the command in the terminal: cd DIR.
         In our case, the command would look like this:
Quote
         cd /var/node/

     7) Consistently execute the following commands
Quote
         npm install
          npm -g install forever
          forever start index.js

Installation is complete. Congratulations, you are lucky enough to own a private server node, which will be online around the clock. Now you no longer dependent on the working computer so you can collect “Activity Points” and generate income consistently.
You can access your server client through any browser window: your_ip: 19775. For example: 88.198.18.221:19975

http://s25.postimg.org/x10khx2of/Node_in_browser.png

If you have any questions or difficulties, we will gladly help you with a free consultation or installation.
Thank you for supporting Node network Cheesy

Always Yours,
Node Dev Team

So I've followed this to the letter.

But when I got to my ip:19775 I get nothing...
I'm not sure what to check or where.

Can anyone help?

Could you miss any steps during the installation?
Jump to: