Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testnet not syncing #378

Open
johanneshahn opened this issue Jan 25, 2022 · 0 comments
Open

Testnet not syncing #378

johanneshahn opened this issue Jan 25, 2022 · 0 comments

Comments

@johanneshahn
Copy link

johanneshahn commented Jan 25, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant