This is somewhat a continuation of the first post about sync in general that you can get here: https://www.chiablockchain.com/2021/04/26/sync-problem-what-shall-i-do/
As the chain is getting bigger and bigger – currently the height is 293742 and if you are new or out of sync for a while it can take quite some time to get back to sync.
Full node sync / Wallet sync
Yes, so you need to worry about two types of synchronization, if you have been having trouble getting your full node back to sync than Wallet syncing will drive you crazy :). The good thing is Wallet sync does not impact you winning and Full node sync does not impact you to plot.
- Wallet sync – required to see the amount XCH you have and to be able to transfer and receive XCH.
- Full node sync- required for you to be able to participate in the lottery and be able to win if you are farming.
Wallet sync takes a lot of time, it actually lot longer than getting your full node synced.
Do I really need UPnP and/or open port 8444?
Yes and no. Chia is a distributed system so instead of the chia network owning/running/maintaining and keep growing the number of servers they have they use the full nodes on the network – like us minions to help distribute the load. If you open this port than you are helping chia but if you don’t open this port you can still be in sync. To help the network I highly recommend to accept some connection, so please open port 8444.
Why sync is an issue? Why you need to worry about it?
I don’t know for sure but upon looking at the logs the problem is that chia tries to connect to introducer.chia.net
and nothing else. If this server has too many connection then yours will be rejected and you need to keep retrying until you succeed. I think the way it’s done once your node is “introduced” and you have other established connections then introducer.chia.net
will drop you.
How can I get back in sync the faster?
You need the chia CLI:
- On Windows:
C:\Users\$your_user\AppData\Local\chia-blockchain\$chia_app\resources\app.asar.unpacked\daemon>chia
- On Linux:
cd /$where/$you/$have/$cloned/$chia/
. ./activate
./chia
Then run:
chia show -a 5.189.201.93:8444;
chia show -a 101.66.242.200:8444;
chia show -a 91.5.105.207:8444;
chia show -a 188.75.237.73:8444;
chia show -a 222.90.142.21:8444;
chia show -a 36.25.92.92:8444;
chia show -a 109.127.49.163:8444;
chia show -a 100.34.155.23:8444;
chia show -a 92.234.80.105:8444;
chia show -a 103.20.120.53:8444;
chia show -a 180.183.121.18:8444;
chia show -a 99.250.171.171:8444;
chia show -a chiadb.net:8444;
chia show -a node.chia.net:8444;
chia show -a node-eu.chia.net:8444;
chia show -a introducer-apne.chia.net:8444;
chia show -a introducer-apse.chia.net:8444;
chia show -a introducer-or.chia.net:8444;
chia show -a introducer-va.chia.net:8444;
chia show -a introducer-eu.chia.net:8444
To verify your connection status:
chia show -c
Updates – 20.05.2021
One thing that happened with me is that I had multiple wallets. Given each wallets has it’s on SQLlite DB that requires to be synced I was thinking to get rid of one of them. Once I deleted the wallet I no longer need (wallet I used to plot but then moved the plots to Hpool) things got more stable. Running the latest version (1.1.5) and slowly but gradually it is syncing. Good thing is I saw the chia team is active and working on a fix but until you can try this:
./.chia/mainnet/wallet/db/blockchain_wallet_v1_mainnet_$Fingerprint.sqlite-wal
Enjoy ;).
I’ve got the error and sync is not in operational
niko@as-lap:~/bin/chia-blockchain$ . ./activate
(venv) niko@as-lap:~/bin/chia-blockchain$ ./chia
-bash: ./chia: Is a directory
(venv) niko@as-lap:~/bin/chia-blockchain$
Hi, Don’t think that you are in the right directory.
cd chia-blockchain
. ./activate
chia
It should work assuming this is where you cloned the git repo.
It seems like 1.1.6 solves most of the sync issues, if you have not done it already I highly recommend to upgrade: https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL
Hi,
Thanks for the tips.
I still can’t sync my wallet.
Any tips?
Have you upgraded to 1.1.6? If so you might want to delete the stale db – check section with Updates – 20.05.2021. Please get back to me if things works fine. Wallet sync usually takes longer than the full node sync. How many connections you have?
I want to confirm that CHIA 1.1.7 that just came out fixes the wallet syncing issues if you’re running multiple wallets on the same machine using the GUI. After upgrading to 1.1.7 my second wallet that usually is stuck on “not synced” started syncing after a few seconds. Thanks for the guides, love your content.
Indeed, thanks for the headsup. 1.1.7 seems to solve this problem. Hope it won’t introduce something new :).
I found myself with daily syncing issues now after updating to it where I never had issues prior.
Have you been able to fix it? Are you using 1.1.7?
Tengo la version 1.1.7 y no puedo sincronizarla, ya probe los puertos 8444 y nada…
hi, Sorry I only speak in English.