FOR EVERYBODY THAT RUNS A LOCAL WALLET... HELP EACH OTHER!Newbie or noob question, It says my wallet is out sync. How to make it sync? Thanks, I'm just a newbie
Hello guys, as you've might have noticed some of us cannot fully synchronize the CIF Wallet. We had another audit of our source code yesterday by a 3th independant party. They found no problems.
So the reason why some cannot connect almost certainly is due to the fact that we are not actively trading yet. (hell, we didn't even started our ICO!), so we don't have 1000s of wallets online to synchronize off of each other. Some wallets just remain in a blind spot..
THEREFORE A REQUEST TO THE COMMUNITY...! GIVE US YOUR PEERS! IF YOU HAVE A FULLY SYNCHRONIZED WALLET, PLEASE REPLY TO US YOUR PEER IP ADDRESSES! You can do this as follows:
--> In the wallet... Menu Help - Debug Console.
--> A console opens. Type the following command:
getpeerinfo
--> This gives an output like this:
"addr" : "31.220.60.15:53621",:
[
{
"addr" : "31.220.60.15:53621",
"services" : "00000001",
"lastsend" : 1505672487,
"lastrecv" : 1505672487,
"conntime" : 1505663169,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 6839,
"banscore" : 0
},
{
"addr" : "[2001:0:9d38:953c:345b:979b:d1ee:6c43]:53621",
"services" : "00000001",
"lastsend" : 1505672515,
"lastrecv" : 1505672515,
"conntime" : 1505663250,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 6839,
"banscore" : 0
}
]
Reply here with the IP addresses you get please. This way, we can let the network know where all the clients are and they can start synchronizing. Thank you!
For people that have trouble connecting or synchronising the CIF wallet, please create cif.conf and add nodes...On Windows, you will have to create this file if it doesn't exist yet:
%AppData%\CryptoImprovementFund\cif.conf
Contents of this file:
addnode=174.138.22.6
addnode=31.220.60.15
addnode=46.147.193.168
addnode=185.51.187.161
addnode=100.11.237.78
addnode=195.3.157.53
addnode=195.3.157.53
addnode=31.220.60.15
addnode=95.139.249.172
addnode=76.169.57.92
More nodes will be edited in here - so check back in a while to see if I added anything...
Thanks!
For CIF Ltd.,
twitter.com/devnullius
I have no folder named CryptoImprovementFund in my windows 7 %AppData% path. It was found in %AppData%\Roaming\CryptoImprovementFund
I create cif.conf here and restarted the wallet app. It did not synced and from debug console using command getpeerinfo i got blank response.
I created folder in %AppData%\CryptoImprovementFund and put cif.conf file there. But it also not worked.
Then I started wallet app from command line using command CryptoImprovementFund-qt.exe -addnode=174.138.22.6
Now it connected to 1 node and synced.
My question is why is not reading cif.conf file where multiple nodes has been given. Where I am doing wrong ? Kindly help.