This is what comes up when I try:
addnode 192.241.154.66 add
addnode 176.9.31.178 add
addnode 50.26.30.27 add
addnode 84.200.222.150 add
addnode 88.99.169.138 add
addnode 73.235.205.26 add
addnode “node” “add|remove|onetry”
Attempts add or remove a node from the addnode list.
Or try a connection to a node once.
Arguments:
- “node” (string, required) The node (see getpeerinfo for nodes)
- “command” (string, required) ‘add’ to add a node to the list, ‘remove’ to remove a node from the list, ‘onetry’ to try a connection to the node once
Examples:
feathercoin-cli addnode “192.168.0.6:9336” “onetry”
curl --user myusername --data-binary ‘{“jsonrpc”: “1.0”, “id”:“curltest”, “method”: “addnode”, “params”: [“192.168.0.6:9336”, “onetry”] }’ -H ‘content-type: text/plain;’ http://127.0.0.1:9337/
(code -1)