Skip to content
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

I don't see my node at localhost: 3000 - windows #28

Open
ProyectsX opened this issue Mar 14, 2021 · 0 comments
Open

I don't see my node at localhost: 3000 - windows #28

ProyectsX opened this issue Mar 14, 2021 · 0 comments

Comments

@ProyectsX
Copy link

ProyectsX commented Mar 14, 2021

  • Hi I am testing with app.json

[
{
"name" : "XXXXX",
"script" : "app.js",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"merge_logs" : false,
"watch" : false,
"max_restarts" : 10,
"exec_interpreter" : "node",
"exec_mode" : "fork_mode",
"env":
{
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8545",
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "XXXXXX",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "ws://stats.goerli.net:3000",
"WS_SECRET" : "asdf",
"VERBOSITY" : 2
}
}
]

  • I run npm and when I open localhost: 3000 it doesn't open the stats and I don't see my node in the list either ...
    What am I doing wrong?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant