Skip to content

Commit 7c455a2

Browse files
committed
updated to ethstats.net
1 parent 5dc233b commit 7c455a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ env:
99
- LISTENING_PORT=30303
1010
- INSTANCE_NAME="Travis Node"
1111
- CONTACT_DETAILS="[email protected]"
12-
- WS_SERVER="wss://stats.ethdev.com"
12+
- WS_SERVER="wss://rpc.ethstats.net"
1313
- NODE_ENV="production"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast
3636
"LISTENING_PORT" : "30303", // eth listening port (only used for display)
3737
"INSTANCE_NAME" : "", // whatever you wish to name your node
3838
"CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype)
39-
"WS_SERVER" : "wss://stats.ethdev.com", // path to eth-netstats WebSockets api server
39+
"WS_SERVER" : "wss://rpc.ethstats.net", // path to eth-netstats WebSockets api server
4040
"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
4141
"VERBOSITY" : 2 // Set the verbosity (0 = silent, 1 = error, warn, 2 = error, warn, info, success, 3 = all logs)
4242
}

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"LISTENING_PORT" : "30303",
1717
"INSTANCE_NAME" : "",
1818
"CONTACT_DETAILS" : "",
19-
"WS_SERVER" : "wss://stats.ethdev.com",
19+
"WS_SERVER" : "wss://rpc.ethstats.net",
2020
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
2121
"VERBOSITY" : 2
2222
}

app.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"LISTENING_PORT" : "30303",
1717
"INSTANCE_NAME" : "",
1818
"CONTACT_DETAILS" : "",
19-
"WS_SERVER" : "wss://stats.ethdev.com",
19+
"WS_SERVER" : "wss://rpc.ethstats.net",
2020
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
2121
"VERBOSITY" : 2
2222
}

processes-ec2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"LISTENING_PORT" : "30303",
3636
"INSTANCE_NAME" : "",
3737
"CONTACT_DETAILS" : "",
38-
"WS_SERVER" : "wss://stats.ethdev.com",
38+
"WS_SERVER" : "wss://rpc.ethstats.net",
3939
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
4040
"VERBOSITY" : 2
4141
}

0 commit comments

Comments
 (0)