getConnections: getConnections

Description Usage Arguments Details Value Author(s) References

Description

Retrieve information about incoming and outgoing connections to your node.

Usage

1
2
getConnections(ip = getOption("monerod.ip", "127.0.0.1"),
  port = getOption("monerod.port", 18081))

Arguments

ip

daemon ip address

port

daemon port

Details

You may need to ‘Sys.setlocale(’LC_ALL','C')' before running this function because often the data returned contains a string that is not valid in all locales.

Value

connections - List of all connections and their info

Author(s)

Garrett See

References

https://getmonero.org/knowledge-base/developer-guides/daemon-rpc#getconnections


dv-trading/moneRo documentation built on May 5, 2019, 1:37 p.m.