[Solved] Wallet won't synchronize
-
Hi
my feather-coin wallet won’t synchronize
I bought some and wanted to send them to my wallet, but my wallet does not synchronize at all, firewall is not blocking
it, any other coin work and synchronize, i tried different proxy settings with and with out proxy, with and without Upnp settings selected, is there a country block on the network or what?it displays 0 network connection all the time even if i leave it on for days
-
Hi @jvds,
first of all welcome to the forum.There is no feature to block any connection in the wallet code.
The problem is to get one initial connection to the feathercoin network, so the addresses of the active nodes can be learned.
If all build in mechanisms to get this first connection established fail, you can manually add a node to get the synchronization started.
For feathercoind:
- start feathercoind
- then issue the command `feathercoind addnode 46.4.0.101 add’
For feathercoin-qt:
- start the gui
- from the main window select ‘help’ ->‘Debug Window’ -> ‘console’
- enter ‘feathercoind addnode 46.4.0.101 add’ in the input field at the bottom of the window
This should open a connection to the node 46.4.0.101 which is a p2pool node where a feathercoind is running all time. After some time additional nodes will be learned and the synchronization will start.
Please be aware, that each node has a maximum number of parallel connections and when this is reached, no additional connections will be accepted. Therefore it may take some time to get the initial connection.
If this doesn’t help, please provide the wallet version and OS you are using and if possible the content of the file debug.log which is located in the feathercoin data directory
I will move this thread to the support forum so other developer will find it more easily. You are able to post to that category, too after your initial post in the new member area.