Post
Topic
Board Bitcoin Discussion
Re: 🔥 GingerWallet.io | LN Quest ⚡Up to 50 merits
by
pinhead666
on 13/07/2025, 15:37:32 UTC
14 Days to complete a Bitcoin Core node.

Actually, The reason I downloaded Bitcoin Core is so that I can run the LND node. Since mine has been entirely successful syn.., I will try to run the LND note very soon. Although it is challenging and time-consuming, I will run this note soon.

Code:
{
  "chain": "main",
  "blocks": 899804,
  "headers": 899804,
  "bestblockhash": "00000000000000000001e94573cd7b11719f8311b07ea4f2f0856cf7cd4230b8",
  "difficulty": 126982285146989.3,
  "time": 1749062863,
  "mediantime": 1749061037,
  "verificationprogress": 0.9945067526379503,
  "initialblockdownload": true,
  "chainwork": "0000000000000000000000000000000000000000c8637e8fae5a3c7d3abcadac",
  "size_on_disk": 4562494000,
  "pruned": true,
  "pruneheight": 897257,
  "automatic_pruning": true,
  "prune_target_size": 4999610368,
  "warnings": [
  ]
}

Finally, the next step (Lnd Node) runs a complete sync. I've seen many people struggle with this note run, and I was one of them.
However, I eventually found a solution and am sharing how I syn it.

Firstly, after running the note, syn did not occur. After waiting for 20-30 minutes, syn.. still did not happen. Later, after rerunning it with a proper network connection, signing was correctly done.

Code:
{
    "version": "0.19.1-beta commit=v0.19.1-beta",
    "commit_hash": "59a86b3b5475276c1e266c10656d13300dc2b5a1",
    "identity_pubkey": "03f58be9b127313c8c00fc0262f371592daa1e3765e215b5c2e2f7f1fdb1b65328",
    "alias": "MyPrunedNode",
    "color": "#3399ff",
    "num_pending_channels": 0,
    "num_active_channels": 0,
    "num_inactive_channels": 0,
    "num_peers": 0,
    "block_height": 905201,
    "block_hash": "000000000000000000007e3d772e672857aecf3be2825cf5627be3734ede9915",
    "best_header_timestamp": "1752303470",
    "synced_to_chain": true,
    "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
        },
        "261": {
            "name": "endorsement-x",
            "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
}