diff --git a/.travis.yml b/.travis.yml index 43207a3..a4af098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/README.md b/README.md index b430065..912e0df 100644 --- a/README.md +++ b/README.md @@ -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) } diff --git a/app.json b/app.json index 80fdc58..65f4f53 100644 --- a/app.json +++ b/app.json @@ -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 } diff --git a/app.json.example b/app.json.example index 80fdc58..65f4f53 100644 --- a/app.json.example +++ b/app.json.example @@ -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 } diff --git a/processes-ec2.json b/processes-ec2.json index 64782e9..c4caa87 100644 --- a/processes-ec2.json +++ b/processes-ec2.json @@ -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 }