...
Can you provide any more info about your system? Windows 7? Windows 10?
The wallet has built in sync nodes so it should sync up by itself as long as there is a working internet connection. Do you have a firewall blocking the MUE client?
Normally it takes a matter of minutes to sync up the wallet.
sure, i use windows 7 and i have set up a rule for my firewall to let MUE run. the version of the MUE client is 1.0.3.2. i also tried to reinduce the blockindex.
You can try to delete the contents of the chainstate/ and blocks/ folders, restart the client and see what happens. If that too fails, then it definitely is a connectivity issue with windows. Alternatively... make a copy/backup of your whole muecore folder. Then rename the muecore folder to say mucore_old and start the client again to recreate the folder, wallet and config files etc. if things still cannot sync up, then consider turning off the Windows firewall for a test to see if the wallet can sync up, then you at least know where the problem lies.
first of all, thanks for helping me. unfortunately none of above is working. even if i turn off my firewall the wallet is not connecting to the network. could it be some router issues?
It sounds more and more as a connectivity issue. Can you access muex.io ?
Your browser must obviously be working.. just to verify - you are running the latest MUE client for Windows 7 (64bit?)
https://github.com/muecoin/MUECore/releases/latestI'm mostly on Linux or MacOS myself so I cannot verify.. but the windows wallet should work just fine.
no i cant access muex.io and i am running the latest client for win 7 64bit from the link u shared. i even tried the 32bit version but that didnt work as well.
This seems to be a general network problem for you.
Maybe as a workaround: 1) open your client again
2) open the console (Menu -> Tools / Debug Console)
3) typ
addnode 104.238.133.52 add
addnode 107.191.55.64 add
addnode 115.132.192.189 add
addnode 128.199.109.38 add
addnode 128.199.113.38 add
addnode 128.199.121.3 add
addnode 128.199.156.118 add
addnode 128.199.188.245 add
addnode 128.199.202.7 add
addnode 134.83.202.140 add
addnode 138.197.121.184 add
addnode 138.197.216.141 add
That will give you some nodes to help sync.. give that a try. If there still is a failure to get the client to sync up.. there is likely some network error or external firewall blocking you or something. As a last resort try a VPN if that can help bypass an ISP filter or similar.
adding notes worked well. it is syncing now. thanks again.