wrong, I tried to add one at a time from console but nothing. example addNode 83.58.29.45 add
I'm no Linux expert, perhaps someone else here can advise, but I imagine the syntax would be something like;
YOURPATH/monetaryunitd addnode 188.226.136.153 add
Did you get any error message?
My wallet sees these here:
monetaryunitd getpeerinfo | grep addr
"addr" : "162.255.116.196:29948",
"addr" : "46.105.62.121:29948",
"addr" : "5.196.19.234:29948",
"addr" : "188.134.72.213:35835",
"addr" : "176.31.53.253:29948",
"addr" : "104.131.125.97:50594",
"addr" : "54.186.244.164:49543",
"addr" : "188.165.2.147:38323",
"addr" : "119.238.14.214:29948",
"addr" : "23.233.2.101:54444",
"addr" : "188.226.136.153:29948",
"addr" : "81.44.160.194:10356",
"addr" : "194.107.234.50:2514",
"addr" : "71.236.175.94:28012",
"addr" : "194.44.44.20:49320",
"addr" : "192.151.149.50:38013",
"addr" : "107.150.39.42:57274",
"addr" : "125.122.54.152:30426",
"addr" : "82.193.155.224:60225",
"addr" : "23.233.2.101:49501",
"addr" : "178.47.127.170:60505",
"addr" : "86.28.229.196:55341",
"addr" : "78.45.157.95:55140",
"addr" : "178.62.68.246:42104",
"addr" : "92.225.56.143:60788",
"addr" : "194.78.59.210:63474",
"addr" : "90.178.0.114:65326",
"addr" : "87.103.203.203:49221",
"addr" : "87.103.203.203:49258",
"addr" : "87.103.203.203:49862",
"addr" : "84.112.157.190:41574",
"addr" : "89.151.189.36:41700",
"addr" : "180.110.161.104:2063",
"addr" : "87.103.203.203:53609",
> but I imagine the syntax would be something like;
yes, this should work:
monetaryunitd addnode 83.58.29.45 add
According to the
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list the syntax is:
addnode <node> <add/remove/onetry> version 0.8 Attempts add or remove <node> from the addnode list or try a connection to <node> once.
HTH :-)