Author

Topic: 🌟🔴 ICOBID PLATFORM 🌟🔴🌟🔴 ICOBIDCOIN AND ICOBID TOKEN AIRDROP LIVE 🌟🔴 - page 165. (Read 278448 times)

legendary
Activity: 2982
Merit: 1280
Hire Bitcointalk Camp. Manager @ r7promotions.com
Legit coin but poor fund, even scam ico makes more, why?

33% discount runs for one week so I think Investors think that there is no need to rush since there are a few days more before the price go up.  Another thing is, this ICO campaign runs for a total of 4 weeks.  And today being included in the first week.  So investors that does not care much of the bonuses and more on the fund that will come in had a luxury of 3 weeks and 6 days to observe the fund coming in.  So I think it is too early to worry about the collection of the ICOBID Platfrom ICO.

hero member
Activity: 1260
Merit: 524
Legit coin but poor fund, even scam ico makes more, why?

That is the difference about this coin as this is not a scam coin but real one so they dont have to get wrongly fund but the real users are funded their not like scam ICO gets fund by their own developers showing that they got huge fund for ICO but actually their is only 10% of fund from real users.
full member
Activity: 160
Merit: 100
Beautiful life!
All the caution are necessary. However, it can not arbitrarily make such comments is subjective Smiley
full member
Activity: 204
Merit: 100
WisdomCoin - Wise Knowledge for Altcoin Investment
Legit coin but poor fund, even scam ico makes more, why?
The information that is voluntarily publicly. What do you think when it's no need to hide? And let judged by the eyes of a person with intellectual
sr. member
Activity: 301
Merit: 250
Legit coin but poor fund, even scam ico makes more, why?
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
You have a wrong .conf file, Nelson.
Please rename file icobidconf into icobid.conf
This is due to you hide common file extension.
Please follow my guide below:

Quote
- Open folder explorer (my computer)
- Choose View on Menu bar > Options > Change folder and search options
- On View tab, untick "hide extension for known files types"
- Now, return to ICOBID folder in roaming, rename file icobidconf.txt into icobid.conf which has content below
Quote
rpcuser=yourname
rpcpassword=yourpass
rpcallowip=127.0.0.1
listen=1
server=1
addnode=82.211.19.114:43282
addnode=35.163.193.118
addnode=35.163.227.75

You might want to add something here so your users don't have to setup a .conf file at all..  Wink

https://github.com/Pioneer8816/icobid-platform/blob/master/src/net.cpp#L1231-L1232

Or here is also a possibility,

https://github.com/Pioneer8816/icobid-platform/blob/master/src/net.cpp#L1300-L1302

If you need help with that, pm me Wink

The new Windows wallet release has two hard coded nodes added that were given to me by the OP

My wallet runs without a .conf ( new release )

I guess they didnt update the src to reflect the hard coded nodes.

Code:
static const char *strDNSSeed[][2] = {

           {"1", "35.163.193.118"},
    {"2", "35.163.227.75"},
   
};



Cheers
Crunck

I've compiled from source, so that makes sense.. However, when using wallet from the OP.. I still don't have any connections without a .conf..

That said.. This can't be right.. Wink

https://github.com/Pioneer8816/icobid-platform/blob/master/src/protocol.h#L21
https://github.com/Pioneer8816/icobid-platform/blob/master/src/bitcoinrpc.cpp#L45

http://stackoverflow.com/questions/113224/what-is-the-largest-tcp-ip-network-port-number-allowable-for-ipv4
sr. member
Activity: 444
Merit: 250
guys. we are bringing a new kind of Bounty for you.. (for all webmasters/web owners)
check Please:
https://bitcointalksearch.org/topic/icobid-avertising-bounty-earn-reward-by-placing-ads-on-your-website-1715224

Campaign is under review right now.. but you can show your interest by posting there..

Thank You.

Seems to be a good chance for site owners to earn some icobid coins... Actually most of us are waiting for the coin to get released and wishing a quite big success for it.. We hope it gets enough success to stay in exchanges forever...
legendary
Activity: 1176
Merit: 1005
crunck
You have a wrong .conf file, Nelson.
Please rename file icobidconf into icobid.conf
This is due to you hide common file extension.
Please follow my guide below:

Quote
- Open folder explorer (my computer)
- Choose View on Menu bar > Options > Change folder and search options
- On View tab, untick "hide extension for known files types"
- Now, return to ICOBID folder in roaming, rename file icobidconf.txt into icobid.conf which has content below
Quote
rpcuser=yourname
rpcpassword=yourpass
rpcallowip=127.0.0.1
listen=1
server=1
addnode=82.211.19.114:43282
addnode=35.163.193.118
addnode=35.163.227.75

You might want to add something here so your users don't have to setup a .conf file at all..  Wink

https://github.com/Pioneer8816/icobid-platform/blob/master/src/net.cpp#L1231-L1232

Or here is also a possibility,

https://github.com/Pioneer8816/icobid-platform/blob/master/src/net.cpp#L1300-L1302

If you need help with that, pm me Wink

The new Windows wallet release has two hard coded nodes added that were given to me by the OP

My wallet runs without a .conf ( new release )

I guess they didnt update the src to reflect the hard coded nodes.

Code:
static const char *strDNSSeed[][2] = {

            {"1", "35.163.193.118"},
    {"2", "35.163.227.75"},
   
};



Cheers
Crunck
copper member
Activity: 1876
Merit: 533
guys. we are bringing a new kind of Bounty for you.. (for all webmasters/web owners)
check Please:
https://bitcointalksearch.org/topic/icobid-avertising-bounty-earn-reward-by-placing-ads-on-your-website-1715224

Campaign is under review right now.. but you can show your interest by posting there..

Thank You.
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
You have a wrong .conf file, Nelson.
Please rename file icobidconf into icobid.conf
This is due to you hide common file extension.
Please follow my guide below:

Quote
- Open folder explorer (my computer)
- Choose View on Menu bar > Options > Change folder and search options
- On View tab, untick "hide extension for known files types"
- Now, return to ICOBID folder in roaming, rename file icobidconf.txt into icobid.conf which has content below
Quote
rpcuser=yourname
rpcpassword=yourpass
rpcallowip=127.0.0.1
listen=1
server=1
addnode=82.211.19.114:43282
addnode=35.163.193.118
addnode=35.163.227.75

You might want to add something here so your users don't have to setup a .conf file at all..  Wink

https://github.com/Pioneer8816/icobid-platform/blob/master/src/net.cpp#L1231-L1232

Or here is also a possibility,

https://github.com/Pioneer8816/icobid-platform/blob/master/src/net.cpp#L1300-L1302

If you need help with that, pm me Wink
hero member
Activity: 2212
Merit: 805
Top Crypto Casino
You have a wrong .conf file, Nelson.
Please rename file icobidconf into icobid.conf
This is due to you hide common file extension.
Please follow my guide below:

Quote
- Open folder explorer (my computer)
- Choose View on Menu bar > Options > Change folder and search options
- On View tab, untick "hide extension for known files types"
- Now, return to ICOBID folder in roaming, rename file icobidconf.txt into icobid.conf which has content below
Quote
rpcuser=yourname
rpcpassword=yourpass
rpcallowip=127.0.0.1
listen=1
server=1
addnode=82.211.19.114:43282
addnode=35.163.193.118
addnode=35.163.227.75

Thank you.
sr. member
Activity: 572
Merit: 250
CryptoTalk.Org - Get Paid for every Post!
You have a wrong .conf file, Nelson.
Please rename file icobidconf into icobid.conf
This is due to you hide common file extension.
Please follow my guide below:

Quote
- Open folder explorer (my computer)
- Choose View on Menu bar > Options > Change folder and search options
- On View tab, untick "hide extension for known files types"
- Now, return to ICOBID folder in roaming, rename file icobidconf.txt into icobid.conf which has content below
Quote
rpcuser=yourname
rpcpassword=yourpass
rpcallowip=127.0.0.1
listen=1
server=1
addnode=82.211.19.114:43282
addnode=35.163.193.118
addnode=35.163.227.75
hero member
Activity: 2212
Merit: 805
Top Crypto Casino
It is saved as "All files" . I created the icobidconf file via notepad and I saved as "All files" It keeps showing up as text document in Icobid roaming folder
It is because you forgot the period(.). It should be icobid.conf to have a conf extension, not one word icobidconf. Please try again. I hope it will work now.


Thank you. My Icobid wallet is Now syncing.


UPDATE:

@jhenfelipe helped out with the solution. I saved the Icobidconf file as Icobidconf instead of Icobid.conf
 
hero member
Activity: 2212
Merit: 805
Top Crypto Casino
It is saved as "All files" . I created the icobidconf file via notepad and I saved as "All files" It keeps showing up as text document in Icobid roaming folder
It is because you forgot the period(.). It should be icobid.conf to have a conf extension, not one word icobidconf. Please try again. I hope it will work now.


Thank you. My Icobid wallet is Now syncing.
hero member
Activity: 1372
Merit: 647
It is saved as "All files" . I created the icobidconf file via notepad and I saved as "All files" It keeps showing up as text document in Icobid roaming folder
It is because you forgot the period(.). It should be icobid.conf to have a conf extension, not one word icobidconf. Please try again. I hope it will work now.
hero member
Activity: 2212
Merit: 805
Top Crypto Casino
Other Screenshots:

1. This is the screenshot of my Icobid roaming folder


Of course, I followed @cryp24x's guide
~snipped
Hello nelson4lov,  I know you are asking for Pioneer88's help but I just want to try helping you since he's not yet online. I snipped your post to make the comment shorter. As you have mentioned in your post, you followed cryp24x's guide, right? If yes and your screenshot with your ICOBID folder is updated I think I see some mistake. What you did with conf file is a text document (icobidconf.text). You should have saved it as icobid.conf and save as type should be All Files, just like the screenshot of cryp24x. Double check it and try running the wallet again.


It is saved as "All files" . I created the icobidconf file via notepad and I saved as "All files" It keeps showing up as text document in Icobid roaming folder
copper member
Activity: 1876
Merit: 533
member
Activity: 147
Merit: 10
My wallet icobit work no problem
hero member
Activity: 1372
Merit: 647
Other Screenshots:

1. This is the screenshot of my Icobid roaming folder


Of course, I followed @cryp24x's guide
~snipped
Hello nelson4lov,  I know you are asking for Pioneer88's help but I just want to try helping you since he's not yet online. I snipped your post to make the comment shorter. As you have mentioned in your post, you followed cryp24x's guide, right? If yes and your screenshot with your ICOBID folder is updated I think I see some mistake. What you did with conf file is a text document (icobidconf.text). You should have saved it as icobid.conf and save as type should be All Files, just like the screenshot of cryp24x. Double check it and try running the wallet again.
hero member
Activity: 2212
Merit: 805
Top Crypto Casino
I want to make this post with a full guide on installing new wallet.

1. Download new wallet:
Quote
Windows wallet: https://1drv.ms/u/s!AnZjYNt60LAzgfR2Q7I2SIApJfY8Ig
This is official wallet. Please follow the guide below if your wallet is unsynced.

2. For anyone who are running an old version wallet please follow this guide:
Quote
- Encrypt (optional) and back up your wallet.
- Open Roaming folder with this search: %appdata%
- Delete ICOBID folder
- Run new wallet
- If there's sync problem:
     + in ICOBID folder, create a file .txt contain this:
Quote
rpcuser=yourname
rpcpassword=yourpass
rpcallowip=127.0.0.1
listen=1
server=1
addnode=82.211.19.114:43282
addnode=35.163.193.118
addnode=35.163.227.75
    + Rename this .txt file into icobid.conf
     + Restart your wallet
- Restore your wallet with the backup file
     + Copy your backup file (yourbackupfile.dat) to ICOBID folder on Roaming
     + Delete file wallet.dat
     + Rename yourbackupfile.dat into wallet.dat
     + Restart the wallet


I have been getting the Wallet out of sync issue for over 2 weeks now. First with the old wallet and now with the new version It's still the same thing. I'm quoting @Pioneer88 . I hope I get a solution.

How I open/start my Icobid wallet.

If I'm doing any step wrongly, Please observe and leave a solution.

1. Opening Icobid from the download page of my browser : (I do it everyrtime I want to start the wallet, Not just the first time)


2. Next I get this screen and I give Icobid access to both  private & public network.


3. And This is the Out of Sync Icobid Wallet


Other Screenshots:
[/size]

1. This is the screenshot of my Icobid roaming folder


2. And This is a screenshot of the Icobidconf.txt file




Of course, I followed @cryp24x's guide
Those who have problem with syncing, and have an antivirus running , this might be the case of the antivirus blocking the connection of the wallet.
You need to whitelist the program from your antivirus, just add it to exclusion .
Another issue here is the portforwarding, your firewall might be blocking the port where the wallet is trying to connect.  You should open your ports to be able the wallet to connect to the nodes and sync.
And the last but always been overlooked problem is the icobid.conf being saved as icobid.conf.txt.  Creating txt file and saving it to conf, requires and extra effort.
You need to save it in the process like

clicks save as
at the tab below where the file name is written, select  all files then type ICOBID.conf


Yet The wallet is still out of sync . For the records, I have other Windows based wallet like DashCoin & Others but only Icobid gives me this error. Please help


Edit: I have windows Firewall & windows defender active on my computer
Jump to: