Skip to content

Testnet not syncing #378

@johanneshahn

Description

@johanneshahn

Starting the nodecore on testnet does not sync to latest blockheight. Get stuck on height 100

getdebuginfo
Running several checks, this may take a few moments...
{
"information": [
"SUCCESS - NodeCore connection: Connected to 127.0.0.1:10501",
"SUCCESS - NodeCore configured network: NodeCore & VPM are running on the same configured network (TestNet)",
"FAIL - NodeCore synchronization status: Not synchronized. 2272028 blocks left (LocalHeight=100 NetworkHeight=2272128 InitialBlockDownload=false)",
"SUCCESS - Bitcoin service is ready",
"SUCCESS - Blockchain download status: Downloaded 100%, 0 blocks to go",
"SUCCESS - The BTC PoP wallet contains sufficient funds, current balance: 0.01979437 BTC"
],

getstateinfo
{
"blockchain_state": "LOADED",
"operating_state": "RUNNING",
"network_state": "CONNECTED",
"connected_peer_count": 8,
"current_sync_peer": "",
"network_height": 2271823,
"local_blockchain_height": 100,
"network_version": "TestNet",
"data_directory": "",
"program_version": "0.4.13-rc.13",
"nodecore_starttime": 1643134287,
"wallet_cache_sync_height": 100,
"wallet_state": "DEFAULT",
"wallet_address_count": 1,
"normal_mempool_size": 0,
"pop_mempool_size": 0,
"high_sig_index_mempool_size": 258
}
200 success (32.99 ms)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions