Previously, I downloaded
Bitcoin Core and ran
Bitcoin Node. After completing the 14-day journey on
2024/06/03, I could fully synced Bitcoin Note. Since I had to run Bitcoin Note on my device, I did not have to download it again.
Day 14: Complete My Journey [100% Done]{
"chain": "main",
"blocks": 850479,
"headers": 850479,
"bestblockhash": "000000000000000000034b8816029b2fe3f00dd657cedfc531050a5515a00daa",
"difficulty": 83675262295059.91,
"time": 1719977958,
"mediantime": 1719976298,
"verificationprogress": 0.9999988694042088,
"initialblockdownload": false,
"chainwork": "0000000000000000000000000000000000000000818ecf27a23818ba8b58e810",
"size_on_disk": 19929168243,
"pruned": true,
"pruneheight": 839796,
"automatic_pruning": true,
"prune_target_size": 19999490048,
"warnings": ""
}
Today, in my free time, I sat down and ran
LND Node again. At first, everything was going over my head, but later, after a lot of effort, I was able to fully syn... Normally, if someone starts running
LND Node, they will lose their heads. However, if they can do it patiently and slowly by solving small problems, then LND Node will be able to successfully sync.
{
"version": "0.18.5-beta commit=v0.18.5-beta",
"commit_hash": "4ccf4fc24c750d098cf24566ef4bbc0311c7d476",
"identity_pubkey": "03d1d18eb808e1cd33e1cd4027f7c261465b7e2749510c6b95563e98dc3eb1adae",
"alias": "03d1d18eb808e1cd33e1",
"color": "#3399ff",
"num_pending_channels": 0,
"num_active_channels": 0,
"num_inactive_channels": 0,
"num_peers": 0,
"block_height": 316000,
"block_hash": "00000000000000000d77a89ab1069e47d1213ae509de95ee0d9ab095a725f7d7",
"best_header_timestamp": "1408239719",
"synced_to_chain": false,
"synced_to_graph": false,
"testnet": false,
"chains": [
{
"chain": "bitcoin",
"network": "mainnet"
}
],
"uris": [],
"features": {
"0": {
"name": "data-loss-protect",
"is_required": true,
"is_known": true
},
"5": {
"name": "upfront-shutdown-script",
"is_required": false,
"is_known": true
},
"7": {
"name": "gossip-queries",
"is_required": false,
"is_known": true
},
"8": {
"name": "tlv-onion",
"is_required": true,
"is_known": true
},
"12": {
"name": "static-remote-key",
"is_required": true,
"is_known": true
},
"14": {
"name": "payment-addr",
"is_required": true,
"is_known": true
},
"17": {
"name": "multi-path-payments",
"is_required": false,
"is_known": true
},
"23": {
"name": "anchors-zero-fee-htlc-tx",
"is_required": false,
"is_known": true
},
"25": {
"name": "route-blinding",
"is_required": false,
"is_known": true
},
"27": {
"name": "shutdown-any-segwit",
"is_required": false,
"is_known": true
},
"30": {
"name": "amp",
"is_required": true,
"is_known": true
},
"31": {
"name": "amp",
"is_required": false,
"is_known": true
},
"45": {
"name": "explicit-commitment-type",
"is_required": false,
"is_known": true
},
"2023": {
"name": "script-enforced-lease",
"is_required": false,
"is_known": true
}
},
"require_htlc_interceptor": false,
"store_final_htlc_resolutions": false
}
After running
LN Node, I encountered some problems, so I talked to my friend about what the problem was and what the solution could be. After discussing these issues and using the Internet, I was finally able to fully
sync.
Complete And Successfull [SYNCED]