FOR EVERYBODY THAT RUNS A LOCAL WALLET... HELP EACH OTHER!
Hi,
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.
I double tested:
%AppData%\CryptoImprovementFund redirects to C:\Users\UserName\AppData\Roaming\CryptoImprovementFund
If you put cif.conf in %AppData%\CryptoImprovementFund it should work - we hope that works : )
Your work-around is a fail-safe alternative way to get your wallet connected. I found it too complicated and prefered the cif.conf solution with adding some peers.
Thank you and glad at least it's working now : )
Devvie
I will try again using cif.conf solution. Meanwhile what is the command line option to run wallet application to use multiple peers. "CryptoImprovementFund-qt.exe -addnode=174.138.22.6 -addnode=31.220.60.15" command is picking first node only.
Make sure that you create cif.conf as a text file, and then save it as "all files".
Hi,
Here is the update :
I renamed cif.conf to CryptoImprovementFund.conf and it worked. Am I using updated version CryptoImprovementFund version 1.6.0.0 ?
Here is the output of getpeerinfo
[
{
"addr" : "174.138.22.6:53621",
"services" : "00000001",
"lastsend" : 1505990940,
"lastrecv" : 1505990939,
"conntime" : 1505990887,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 8289,
"banscore" : 0
},
{
"addr" : "46.147.193.168:53621",
"services" : "00000001",
"lastsend" : 1505990939,
"lastrecv" : 1505990939,
"conntime" : 1505990894,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 8289,
"banscore" : 0
},
{
"addr" : "185.51.187.161:53621",
"services" : "00000001",
"lastsend" : 1505990899,
"lastrecv" : 1505990939,
"conntime" : 1505990894,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 8289,
"banscore" : 0
},
{
"addr" : "100.11.237.78:53621",
"services" : "00000001",
"lastsend" : 1505990939,
"lastrecv" : 1505990939,
"conntime" : 1505990895,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 8289,
"banscore" : 0
},
{
"addr" : "195.3.157.53:53621",
"services" : "00000001",
"lastsend" : 1505990939,
"lastrecv" : 1505990940,
"conntime" : 1505990896,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 8289,
"banscore" : 0
},
{
"addr" : "76.169.57.92:53621",
"services" : "00000001",
"lastsend" : 1505990939,
"lastrecv" : 1505990916,
"conntime" : 1505990908,
"version" : 60013,
"subver" : "/CryptoImprovementFund:1.6.0/",
"inbound" : false,
"startingheight" : 8289,
"banscore" : 0
}
]