From 81ce05ca1a460caa7d9cd12c9a669a7c7e37a01e Mon Sep 17 00:00:00 2001 From: Marian Oancea Date: Thu, 5 Feb 2015 08:30:58 +0200 Subject: [PATCH] added back test nodes to config/nodes.default.js --- config/nodes.default.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/nodes.default.js b/config/nodes.default.js index a4386c7..2b3a903 100644 --- a/config/nodes.default.js +++ b/config/nodes.default.js @@ -10,6 +10,24 @@ var nodes = [ // rpcHost: 'your node IP here', // rpcPort: 'JSON-RPC port here' // }, + { + name: 'instance 1', + type: 'C++', + rpcHost: '54.173.252.182', + rpcPort: '8080' + }, + { + name: 'instance 2', + type: 'C++', + rpcHost: '54.209.133.248', + rpcPort: '8080' + }, + { + name: 'instance 3', + type: 'C++', + rpcHost: '54.174.67.126', + rpcPort: '8080' + }, { name: 'local', type: 'C++',