-
Notifications
You must be signed in to change notification settings - Fork 348
Open
Description
i have three nodes which running on 3 different server. I want to list all 3 node on my eth-netstat app
for example
- enode://pubkey1@ip1:port1
- enode://pubkey2@ip2:port2
- enode://pubkey3@ip3:port3
how can I achive this?
right now I can attach with one node by setting env in app.json.
{
"NODE_ENV" : "production",
"RPC_HOST" : "ip1",
"RPC_PORT" : "port1",
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "my_node",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "ws://localhost:3000",
"WS_SECRET" : "ChangeWsSecret",
"VERBOSITY" : "2"
}
my goal is to list multiple node.
Metadata
Metadata
Assignees
Labels
No labels