updated to ethstats.net

This commit is contained in:
cubedro 2016-02-02 07:21:23 +02:00
parent 5dc233b863
commit 7c455a2127
5 changed files with 5 additions and 5 deletions

View File

@ -9,5 +9,5 @@ env:
- LISTENING_PORT=30303
- INSTANCE_NAME="Travis Node"
- CONTACT_DETAILS="marian@ethdev.com"
- WS_SERVER="wss://stats.ethdev.com"
- WS_SERVER="wss://rpc.ethstats.net"
- NODE_ENV="production"

View File

@ -36,7 +36,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast
"LISTENING_PORT" : "30303", // eth listening port (only used for display)
"INSTANCE_NAME" : "", // whatever you wish to name your node
"CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype)
"WS_SERVER" : "wss://stats.ethdev.com", // path to eth-netstats WebSockets api server
"WS_SERVER" : "wss://rpc.ethstats.net", // path to eth-netstats WebSockets api server
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic", // WebSockets api server secret used for login
"VERBOSITY" : 2 // Set the verbosity (0 = silent, 1 = error, warn, 2 = error, warn, info, success, 3 = all logs)
}

View File

@ -16,7 +16,7 @@
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "wss://stats.ethdev.com",
"WS_SERVER" : "wss://rpc.ethstats.net",
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
"VERBOSITY" : 2
}

View File

@ -16,7 +16,7 @@
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "wss://stats.ethdev.com",
"WS_SERVER" : "wss://rpc.ethstats.net",
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
"VERBOSITY" : 2
}

View File

@ -35,7 +35,7 @@
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "wss://stats.ethdev.com",
"WS_SERVER" : "wss://rpc.ethstats.net",
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
"VERBOSITY" : 2
}