Addavalanchenode

addavalanchenode nodeid "publickey" "proof" ( "delegation" )

Add a node in the set of peers to poll for avalanche.

Arguments:
1. nodeid        (numeric, required) Node to be added to avalanche.
2. publickey     (string, required) The public key of the node.
3. proof         (string, required) Proof that the node is not a sybil.
4. delegation    (string) The proof delegation the the node public key

Result:
true|false    (boolean) Whether the addition succeeded or not.

Examples:
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "addavalanchenode", "params": [5, "<pubkey>", "<proof>"]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/