I have always had problems with Bitcoin core wallet. I opened my wallet the other day to synch it and it was 27 Weeks out.....I let it run overnight and throughout the day yesterday and i'm down to 24 Weeks out.
What in the hell am i doing wrong? It's not my Firewall it's not my Internet connection.......I have always had a problem running this at it's dead slow speed.
Is there another Wallet that is safe and i wouldn't have to worry about this garbage core that i have always had problems with? I just can't use this Garbage wallet anymore.
Suggestions?
Thanks
In order to get a lot of speedup, the entire sync process would need to be changed:
https://bitco.in/forum/forums/iguana.23/Here is a recent internal test result:
1st.201 N[202] Q.-1238 h.402527 r.402001 c.0:402000:0 s.402258 d.201 E.201:468440 M.402526 L.402527 est.128 33.6MB 0:32:13 1.248 peers.128/1024 Q.(0 0)
it synced s.402258 blocks in just over half hour 0:32:13
That was on a VPS with very good connection 500mbps, if you have 20mbps, then it would take 5 to 7 hours.
However, it does take a lot more time to finish all the calculations, approx another half hour to update balances for all addresses (like blockexplorer). At that point things will be usable, but bloated as it takes about 40GB nowadays.
So to compress the files:
Exportable Squashfs 4.0 filesystem, xz compressed, data block size 131072
compressed data, compressed metadata, compressed fragments, compressed xattrs
duplicates are removed
Filesystem size 16515912.19 Kbytes (16128.82 Mbytes)
39.70% of uncompressed filesystem size (41600283.85 Kbytes)
that took another 40 minutes, but the end result is a readonly filesystem (which protects from data being changed) and 16GB size. signature validation would happen in parallel with this step, but both are CPU intensive.
If you enable relaying then the vindata will also need to be kept around and that is currently not optimized as it is expected full nodes will not be space constrained. iguana does not mine new blocks though, so it is not appropriate to use if you are a miner.
If to sync at the 16GB file level, then that is 75% less data, so even on 20mbps connection, I think a few hours would be enough, but that skips the validation of signatures so you would need to manually verify the tip matches trusted sites.
I am seeing on some systems, iguana is getting strange performance results. Havent isolated the cause yet, but if there are people that want to test iguana, just let me know. It is currently parallel syncing and then seamlessly going to realtime mode, but the RPC is still not fully enabled, that is next on the list to debug
James