-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to attach to eBloc Network Status: #2
Comments
From @mmervecerit on February 20, 2017 18:35 I am having an error related to npm, on the 4th line. it says there is no such command called as npm |
From @avatar-lavventura on February 20, 2017 18:53 @mmervecerit I have updated the documentation. |
From @Mavera07 on February 20, 2017 20:21 I did all the steps but when I run the last command (pm2 show app) it outputs (status|errored). |
From @avatar-lavventura on February 20, 2017 20:59 @Mavera07 What do you see when you run the following command: |
From @Mavera07 on February 20, 2017 22:2 I get this output. |
From @SanD94 on February 21, 2017 5:0 There are some dependency packages, so you need to use |
From @avatar-lavventura on February 21, 2017 5:8 @Mavera07 What do you see when you do: |
From @avatar-lavventura on February 21, 2017 9:27 @SanD94: bugun okuldaysan netlab'a gelebilir misin 4. katta, senin node'un mine yapiyor gozukuyor ama aslinda bootnode a connect olmadigi icin fork yapmis kendi chain'i uzerinde calisiyor su an. |
From @Mavera07 on February 21, 2017 12:46 (npm install) command fixed my problem. Thanks. |
From @avatar-lavventura on February 21, 2017 13:6 @Mavera07 do: |
How to attach into eBlocPOA Network Status (http://ebloc.cmpe.boun.edu.tr:3015)
Preinstallations
For Mac
9.5.0 Current
.For Linux
To install Node.js and Node package manager(npm) type the following command in your terminal:
Create a symbolic link for node, as many Node.js tools use this name to execute.
To install Ethereum Network Intelligence API
Downloading
To Run
Please open
stats.sh
file undereblocPOA
directory. Write your unique name instead ofmynameis
.DATADIR
variable with path foreth-net-intelligence-api
directorygeth-server
should be running on the backgroundFinally you should run following command
sudo pm2 show app
should return some output starting with"status │ online"
.Now, you should see your node on http://ebloc.cmpe.boun.edu.tr:3015.
If you successfully see your name, put this line
bash stats.sh
into last line ofserver.sh
file.If you are connected following peer# cell should show minimum
![screen shot 2017-02-21 at 12 35 35](https://cloud.githubusercontent.com/assets/18537398/23159009/e117c500-f829-11e6-9eb9-70870da9c65f.png)
1
.The text was updated successfully, but these errors were encountered: