Bitcoin

Bitcoin Core having issues connecting to peers

I am new to Bitcoin.

I’ve been trying to host a full node on my Mac. I just installed Bitcoin Core and it seems my node can’t connect to any peers while syncing. I have been checking the debug.log file regularly and it has been regularly giving me the message “Potential old tip detected. Attempting to use additional outbound peers” every 10 minutes or so and this has been going on for 3-4 hours. I checked online and it says there is some firewall issue and that my internet connection may be preventing me from connecting to port 8333. I checked my firewall settings and the port is not blocked. Here is my debug.log file:

2024-04-04T03:46:06Z Waiting 300 seconds before querying DNS seeds.
2024-04-04T03:55:17Z Loading addresses from DNS seed seed.bitcoin.sipa.be.
2024-04-04T03:55:20Z Loading addresses from DNS seed seed.bitcoinstats.com.
2024-04-04T03:55:20Z Loading addresses from DNS seed seed.bitcoin.wiz.biz.
2024-04-04T03:55:21Z Waiting 300 seconds before querying DNS seeds.
2024-04-04T03:56:02Z Potential stale tip detected, will try using extra outbound peer (last tip update: 2651 seconds ago)
2024-04-04T04:14:37Z Potential stale tip detected, will try using extra outbound peer (last tip update: 3766 seconds ago)
2024-04-04T04:14:37Z Flushed fee estimates to fee_estimates.dat.
2024-04-04T04:30:22Z Potential stale tip detected, will try using extra outbound peer (last tip update: 4711 seconds ago)
2024-04-04T04:46:42Z Potential stale tip detected, will try using extra outbound peer (last tip update: 5691 seconds ago)
2024-04-04T05:02:42Z Potential stale tip detected, will try using extra outbound peer (last tip update: 6651 seconds ago)
2024-04-04T05:03:02Z Loading addresses from DNS seed dnsseed.bitcoin.dashjr.org.
2024-04-04T05:03:02Z Loading addresses from DNS seed seed.btc.petertodd.org.
2024-04-04T05:03:03Z Loading addresses from DNS seed seed.bitcoin.sprovoost.nl.
2024-04-04T05:03:03Z 204 addresses found from DNS seeds
2024-04-04T05:03:03Z dnsseed thread exit
2024-04-04T05:20:04Z Potential stale tip detected, will try using extra outbound peer (last tip update: 7693 seconds ago)
2024-04-04T05:20:04Z Flushed fee estimates to fee_estimates.dat.
2024-04-04T05:37:15Z Potential stale tip detected, will try using extra outbound peer (last tip update: 8724 seconds ago)
2024-04-04T05:56:46Z Potential stale tip detected, will try using extra outbound peer (last tip update: 9895 seconds ago)
2024-04-04T06:14:17Z Potential stale tip detected, will try using extra outbound peer (last tip update: 10946 seconds ago)
2024-04-04T06:31:39Z Potential stale tip detected, will try using extra outbound peer (last tip update: 11988 seconds ago)
2024-04-04T06:31:39Z Flushed fee estimates to fee_estimates.dat.
2024-04-04T06:48:50Z Potential stale tip detected, will try using extra outbound peer (last tip update: 13019 seconds ago)
2024-04-04T07:00:05Z Potential stale tip detected, will try using extra outbound peer (last tip update: 13694 seconds ago)
2024-04-04T07:14:56Z Potential stale tip detected, will try using extra outbound peer (last tip update: 14585 seconds ago)
2024-04-04T07:25:26Z Potential stale tip detected, will try using extra outbound peer (last tip update: 15215 seconds ago)
2024-04-04T07:31:39Z Flushed fee estimates to fee_estimates.dat.
2024-04-04T07:37:48Z Potential stale tip detected, will try using extra outbound peer (last tip update: 15957 seconds ago)
2024-04-04T07:48:18Z Potential stale tip detected, will try using extra outbound peer (last tip update: 16587 seconds ago)

This goes on forever.

It has an M1 chip and macOS 14.4.1.

Related Articles

Back to top button