Skip to content

how to connect with multiple rpc ip:port ? #257

@madhuri03

Description

@madhuri03

i have three nodes which running on 3 different server. I want to list all 3 node on my eth-netstat app
for example

  1. enode://pubkey1@ip1:port1
  2. enode://pubkey2@ip2:port2
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions