Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICG][X11] IncognitoCoin ANON-tx using BitKey™ | Pos 5% | Bittrex
by
chedigital
on 04/09/2014, 22:51:03 UTC
Wallet doesnt sync
See below, this should get you up and running.

If the wallet does not sync; download the blockchain and peers.dat here & replace them in your roaming/incogcoin folder

https://mega.co.nz/#!2hJBACZC!JtKR1x7lwOVnOgaksS6HnnEYmmlnFcIjXYi1qR9Fi_c

https://mega.co.nz/#!yhBjSRIZ!R-vXSAwgt_ckQVzGEK1S1oUNQoOn4qrrLdYDVV6h4S0



Download the wallet using the link above. Extract it to a folder then open it. It will error out that is normal. Next, go to the start menu and type %appdata%, a folder will show up that's called Roaming, double-click that folder. Once inside go to the IncogCoin folder and make a file called IncogCoin.conf (it has to be capitalized EXACTLY that way it is and has to end in .conf it CANNOT BE A TEXT FILE it HAS to be a .conf file)

Inside the IncogCoin.conf file put the following:

Code:
rpcuser=somecooluser


rpcpassword=somecoolpassword
addnode=185.10.58.199
addnode=116.26.22.159
addnode=192.99.10.27
rpcallowip=localhost
rpcport=127.0.0.1
Save it and reopen your wallet again. Your wallet should now sync and work perfectly.
We are also looking for more nodes.

For security's sake, please ensure you set rpcallowip=localhost  or rpcallowip=127.0.0.1
Also, make sure to set a unique rpcuser and rpcpassword if you intend to use the RPC function at all.