I seem to be stuck on block #236310 & have been for days. It's been a couple weeks since I opened the wallet & hadn't had any issues before. Any ideas what might be the issue?
If you are connected to enough nodes and tried restarting ... and waited long enough, there are 2 things you can do. Resynch or Delete the blockchain.
Windows:
HomeFolder -> AppData ->Roaming -> Anoncoin -> Delte "Blocks"
Linux:
~/.anoncoin -> delete "blocks"
My guess is that you didn't wait long enough for the program to find the blocks and closed it before..
I deleted the blockchain yesterday, & let it run all night. It got stuck @ 3 weeks back. Luckily I backed up the block chain & am back to block #236310 which is 12 day back.
Prior to that, I had just let it run for a couple days in the background hoping it would eventually sync.
Going through the debug file, I see nothing but "connection timeout" repeatedly.
So can you see that you are connected to some nodes?
Maybe you activated i2p and are not connected to the darknet? ...Go to options, and check if you checked the box "enable i2p" if so .. uncheck it and run again.
Another thing might be... well not really, the Wallet connects to nodes via TCP port 8333
- Did you try to reinstall? =) Don't forget to backup your wallet then.
I did a re-install & wallet back-up yesterday... still no luck.
I'm running it Tor only.
Here's what my config file lookiks like. Maybe something screwy in there:
blockminsize=0
blockmaxsize=1000000
blockprioritysize=1000000
proxy=127.0.0.1:9050
rpcuser=anoncoinrpc
rpcpassword=*xxxxxxxx*
daemon=1
server=1
onlynet=tor
tor=127.0.0.1:9050
addnode=m6xwmit3jovw34r2.onion
addnode=aqmdzilaqayzjb6o.onion
addnode=sf2px26xdsqphkef.onion
addnode=wwniwxrykmk2wtcw.onion
addnode=193.150.121.28
addnode=193.150.121.24
addnode=216.158.85.123
addnode=69.147.229.226
addnode=193.150.121.66
addnode=141.0.73.226
addnode=144.76.166.163
addnode=193.150.121.69
addnode=198.199.81.74
addnode=74.65.163.191
addnode=91.178.75.205
You could add my tor address also:
ie:
addnode=45y2lyszn5qnpt3l.onion
( i'd like to see if it works )
I run tor, i2p, and clearnet, and normally have ~50 connections, but when we've had the difficulty issues i get behind too
atm i have 7 i2p peers and about 20 ipv4
fyi, the steps i follow to get up to speed are:
1. stop the daemon
2. rm .anoncoin/peers.dat
3. edit the .anoncoin/anoncoin.conf and:
add/uncomment
discover=1
and comment
#noirc=1 ... if set
#proxy= ... if set
4. this way you will connect to all the clear net nodes for the sync
ie: it'll use all the interfaces to connect like eth0
5. reverse the comment process when it's sync'd
6. always check what connections you have by:
ie: /home/anoncoin $ ./anoncoin/src/anoncoind getpeerinfo | grep addr
7. look for errors too: tail -f .anoncoin/debug.log -n 1000
hope this helps