added back test nodes to config/nodes.default.js

This commit is contained in:
Marian Oancea 2015-02-05 08:30:58 +02:00
parent a521fd3e8e
commit 81ce05ca1a
1 changed files with 18 additions and 0 deletions

View File

@ -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++',