Pages:
Author

Topic: [ANN] CIF Blockchain | Launchpad | Education | cryptoimprovementfund.io - page 42. (Read 28179 times)

sr. member
Activity: 994
Merit: 263
PassiveIncomeHunter
Dear Dev!

I joined the FB and Twitter campaigns.

I also have to say that I have twice joined the airdrop. The reason for this is that my first wallet did not open today and after several unsuccessful attempts I reinstalled it. Therefore, I ask you to consider my application for participation in the airdrop to be more recent, in which the wallet address is CQPgk8XAxCNNSkbrQayvTNA8AtEe5NWsK1.

Big thanks!

Kindly reards!
sr. member
Activity: 994
Merit: 263
PassiveIncomeHunter
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".
sr. member
Activity: 994
Merit: 263
PassiveIncomeHunter
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",:
Code:
[
{
"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:
Code:
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



"addr" : "76.169.57.92:53621"
"addr" : "99.228.2.54:50953"
full member
Activity: 406
Merit: 100
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.
CIF
full member
Activity: 280
Merit: 100
Business on the Blockchain
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 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 : ) If others have no succes with cif.conf, your way really should work!

Devvie
 
full member
Activity: 406
Merit: 100
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",:
Code:
[
{
"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:
Code:
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



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.
CIF
full member
Activity: 280
Merit: 100
Business on the Blockchain
Great Interview on Crowdfire (Over 6.2M Followers).

Listen - Here
member
Activity: 1260
Merit: 21
Newbie or noob question, It says my wallet is out sync. How to make it sync? Thanks, I'm just a newbie

Hi, what type of wallet are you using? It should re-sync when you're connected to your network automatically. Make sure you don't have any firewalls preventing it from connecting.

If you can't sync - take a screenshot and sent it to [email protected] and we'll take a look.

Windows wallet, anyway I'll go send an email if it still out of sync. TY

Had the same problem too windows wallet but have sent a screenshot email to [email protected]

Activated some secondary nodes - if you're still having this problem (this goes for anyone) please email us and we'll provide instructions on how to update your wallet!

Thanks, this is sorted out, wallet in sync
sr. member
Activity: 452
Merit: 250
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:
Code:
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

More nodes will be edited in here - so check back in a while to see if I added anything...
Thanks! cif.conf with addnode IP solved a problem

Thank you CIF for editing the new nodes in while I took some needed sleep : )

Without adding more nodes, I found my wallet fully synced this morning! Which means our theory worked like a charm... Peers are now finally finding other peers again! I'll add these nodes too and keep my wallet running... Thanks to all the peers that keep their wallets online!

Devvie
full member
Activity: 462
Merit: 103
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:
Code:
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


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

Thanks! cif.conf with addnode IP solved a problem
sr. member
Activity: 452
Merit: 250
LAST UPDATE HERE WITH EDIT 20170921 - NEXT EDITS WILL TAKE PLACE HERE: https://bitcointalksearch.org/topic/m.22085864



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",:
Code:
[
{
"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 and also
%AppData%\CryptoImprovementFund\CryptoImprovementFund.conf (I don't know which one it should be ;-) )

Contents of these files:
Code:
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
addnode=174.138.22.6
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

CIF
full member
Activity: 280
Merit: 100
Business on the Blockchain
Joined. But I have out of sync wallet problem. Sent you e-mail

Perfect - will address soon.

FYI our devs are based in Australia so we need to give them some time to address this as they are in a different time zone.

When new coins start out there is usually a lack of nodes since we don't have a large amount of people downloading (and cloning) the masternode daemon and running it in server mode.

As more users pickup on this project the network becomes more stable and there are greater redundancy points.

Just so everyone realizes that there is no issue with the actual wallet, just the growing pains of a new Coin. CIF is a custom blockchain which means a few things - there are lower transaction fees (no ETH Gas or BTC required) transactions are ultra fast, and you can mine CIF via PoS or PoW. These are some of the benefits of creating a custom blockchain. One of the side effects of creating a custom blockchain is that we don't have an existing network of a few million users (yet). As we grow and as people clone or daemon and host it the network grows stronger - so please be patient. An out of sync wallet doesn't mean your CIF are going anywhere - they're there to stay!

Thanks everyone for your patience and support of this project!
CIF
full member
Activity: 280
Merit: 100
Business on the Blockchain
Joined. But I have out of sync wallet problem. Sent you e-mail

Thanks Green,

Will update soon.
full member
Activity: 462
Merit: 103
Joined. But I have out of sync wallet problem. Sent you e-mail
member
Activity: 167
Merit: 10
Newbie or noob question, It says my wallet is out sync. How to make it sync? Thanks, I'm just a newbie

Hi, what type of wallet are you using? It should re-sync when you're connected to your network automatically. Make sure you don't have any firewalls preventing it from connecting.

If you can't sync - take a screenshot and sent it to [email protected] and we'll take a look.

Windows wallet, anyway I'll go send an email if it still out of sync. TY

Had the same problem too windows wallet but have sent a screenshot email to [email protected]

Activated some secondary nodes - if you're still having this problem (this goes for anyone) please email us and we'll provide instructions on how to update your wallet!

Nice - my (windows) client isn't syncing either. Although it shows 9 active connections.
What would you like a screenshot of?
CIF
full member
Activity: 280
Merit: 100
Business on the Blockchain
Very promising concept is CIF.
I was impressed when reading related articles, especially the transparency & expediency when issues arise.

Transparency is, unfortunately lacking in the majority of crypto opportunities & it's refreshing to encounter a company where this is at the forefront.

I hope to be fully involved in promoting CIF via the various bounty schemes, I've already had a go at a signature (hope you like).

Good Luck to All involved.

Hey Brandon,

Thanks for the great endorsement - it means alot. One thing we strive to achieve is complete transparency as well as community engagement and support.

At the end of the day we realize that the community involved in our project will be the ones deciding if we're successful or not so we realize we have to treat them with the respect they deserve. We all realize that if we are truly going to make a run at legitimizing cryptocurrency, we have to look and act like any other established business with ethics and due process. This is the only way were going to have a chance at competing in the same space. Elevating cryptocurrency out of the dark and removing the smoke and mirrors behind projects associated with it is the logical next step.

Love the sig, and make sure you've signed up for everything (look for your name next Friday).
CIF
full member
Activity: 280
Merit: 100
Business on the Blockchain
dev,I want know which chat channel you are more active?
I want join to get more information

I would say we are most active on Twitter @CIF_team - that will be where you'll hear all our announcements first.
Other communities-
Facebook: https://www.facebook.com/cryptoimprovementfund/
Telegram: t.me/ICO_CIF
Medium: https://medium.com/@AdminCIF
CIF
full member
Activity: 280
Merit: 100
Business on the Blockchain
Newbie or noob question, It says my wallet is out sync. How to make it sync? Thanks, I'm just a newbie

Hi, what type of wallet are you using? It should re-sync when you're connected to your network automatically. Make sure you don't have any firewalls preventing it from connecting.

If you can't sync - take a screenshot and sent it to [email protected] and we'll take a look.

Windows wallet, anyway I'll go send an email if it still out of sync. TY

Had the same problem too windows wallet but have sent a screenshot email to [email protected]

Activated some secondary nodes - if you're still having this problem (this goes for anyone) please email us and we'll provide instructions on how to update your wallet!
sr. member
Activity: 463
Merit: 256
Very promising concept is CIF.
I was impressed when reading related articles, especially the transparency & expediency when issues arise.

Transparency is, unfortunately lacking in the majority of crypto opportunities & it's refreshing to encounter a company where this is at the forefront.

I hope to be fully involved in promoting CIF via the various bounty schemes, I've already had a go at a signature (hope you like).

Good Luck to All involved.
full member
Activity: 246
Merit: 102
dev,I want know which chat channel you are more active?
I want join to get more information
Pages:
Jump to: