Post
Topic
Board Announcements (Altcoins)
Re: [ANN] KibiCoin (KIC)
by
linusdunkers
on 06/06/2017, 20:30:25 UTC
Below are some addnodes if needed since not all the hard coded nodes are active.

addnode=31.148.219.50
addnode=69.73.113.146
addnode=78.70.227.72
addnode=82.30.11.101
addnode=88.99.68.228
addnode=88.206.141.110
addnode=92.51.46.40
addnode=98.115.147.74
addnode=185.16.41.61
addnode=193.34.160.72
addnode=194.1.233.105
addnode=194.132.222.127
addnode=217.175.119.125:8260
addnode=217.175.119.126
addnode=217.175.123.184
addnode=217.175.123.185

How do I add these nodes?  When I go to console window and put in the command.. I get "Method not found (code -32601)" error.. 


"addnode=IP:port" can be put in the config file and it will be loaded every time the wallet is started.
If you want to add a node from inside the console you have to run command like this:
addnode ip:port add
In other words, command addnode, followed by the ip (with or without port number), followed by the flag add

You can see the difference clearly in example below:
Config file:      addnode=31.148.219.50
Console:         addnode 31.148.219.50 add