From 97d7349bb5f994a887e05d206a55f0ec9aa7642e Mon Sep 17 00:00:00 2001 From: Gav Wood <i@gavwood.com> Date: Mon, 18 May 2015 17:26:57 +0200 Subject: [PATCH] Point at real URL for phoning home. --- ethminer/MinerAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h index 2a2aca10e..31e66d94a 100644 --- a/ethminer/MinerAux.h +++ b/ethminer/MinerAux.h @@ -366,7 +366,7 @@ private: if (_phoneHome) { cout << "Phoning home to find world ranking..." << endl; - jsonrpc::HttpClient client("http://gav.ethdev.com:3000/benchmark"); + jsonrpc::HttpClient client("http://gav.ethdev.com:3000"); PhoneHome rpc(client); try {