Please login or register.

Monero sync is stuck

I synced with an older client towards the end of last year. I only recently got back into the crypto scene and I'm trying to sync my older database with the new client. Here is the output running at log level 1 verify:DEBUG. Any ideas? Windows 64x.

I think I have a similar problem to the guy that posted this bug https://github.com/monero-project/monero/issues/2536 Only problem is I'm running in a Windows environment right now and I'm struggling to compile the source code using POSIX Ming64. Have some dev background.

2017-10-02 05:53:01.826 [P2P0]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:305 [37.59.49.7:18080 OUT] Sync data returned a new top block candidate: 1390008 -> 1411610 [Your node is 21602 blocks (30 days) behind] 
SYNCHRONIZATION started
2017-10-02 05:54:42.302 [P2P3]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:305 [104.227.136.219:45465 INC] Sync data returned a new top block candidate: 1390008 -> 1411611 [Your node is 21603 blocks (30 days) behind] 
SYNCHRONIZATION started
2017-10-02 05:55:38.845 [P2P1]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:305 [163.172.55.147:18080 OUT] Sync data returned a new top block candidate: 1390008 -> 1411611 [Your node is 21603 blocks (30 days) behind] 
SYNCHRONIZATION started
2017-10-02 05:56:07.694 [SRV_MAIN]  INFO    global  src/daemon/p2p.h:80 p2p net loop stopped
2017-10-02 05:56:07.709 [SRV_MAIN]  INFO    global  src/daemon/rpc.h:78 Stopping core rpc server...
2017-10-02 05:56:07.709 [SRV_MAIN]  INFO    global  src/daemon/daemon.cpp:145   Node stopped.
2017-10-02 05:56:07.709 [SRV_MAIN]  INFO    global  src/daemon/rpc.h:90 Deinitializing rpc server...
2017-10-02 05:56:07.709 [SRV_MAIN]  INFO    global  src/daemon/p2p.h:90 Deinitializing p2p...
2017-10-02 05:56:08.476 [SRV_MAIN]  INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-10-02 05:56:08.585 [SRV_MAIN]  INFO    global  src/daemon/protocol.h:77    Stopping cryptonote protocol...
2017-10-02 05:56:08.585 [SRV_MAIN]  INFO    global  src/daemon/protocol.h:81    Cryptonote protocol stopped successfully
2017-10-02 05:56:47.179 8812    INFO    logging contrib/epee/src/mlog.cpp:148   New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO
2017-10-02 05:56:47.179 8812    INFO    logging contrib/epee/src/mlog.cpp:156   New log categories: *:WARNING,global:INFO,stacktrace:INFO,logging:INFO,msgwriter:INFO
2017-10-02 05:59:01.631 5024    INFO    logging contrib/epee/src/mlog.cpp:148   New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO
2017-10-02 05:59:28.381 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:215  Output does not exist! amount = 50000000000
2017-10-02 05:59:28.381 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2982 Failed to get output keys for tx with amount = 0.050000000000 and count indexes 5
2017-10-02 05:59:28.381 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2588 Failed to check ring signature for tx   vin key with k_image:   sig_index: 4
2017-10-02 05:59:28.397 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:3319 Block with id: <5f2013420db2f52e1374dc370ae4f31a5f7c9d5c46acfd8a50fb58eedd0cfd66> has at least one transaction (id: ) with wrong inputs.
2017-10-02 05:59:28.397 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:3323 Block with id <5f2013420db2f52e1374dc370ae4f31a5f7c9d5c46acfd8a50fb58eedd0cfd66> added as invalid because of wrong inputs in transactions
2017-10-02 05:59:28.522 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:215  Output does not exist! amount = 50000000000
2017-10-02 05:59:28.522 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2982 Failed to get output keys for tx with amount = 0.050000000000 and count indexes 5
2017-10-02 05:59:28.522 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2588 Failed to check ring signature for tx   vin key with k_image:   sig_index: 4
2017-10-02 05:59:28.522 [P2P4]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2591   *pmax_used_block_height: 1188554
2017-10-02 06:00:10.882 1552    INFO    logging contrib/epee/src/mlog.cpp:148   New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO
2017-10-02 06:00:10.882 1552    INFO    logging contrib/epee/src/mlog.cpp:148   New log categories: *:WARNING,global:INFO,stacktrace:INFO,logging:INFO,msgwriter:INFO,*verify*:DEBUG
2017-10-02 06:00:10.882 1552    INFO    global  src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.0.0-release)
2017-10-02 06:00:10.882 1552    INFO    global  src/daemon/protocol.h:55    Initializing cryptonote protocol...
2017-10-02 06:00:10.882 1552    INFO    global  src/daemon/protocol.h:60    Cryptonote protocol initialized OK
2017-10-02 06:00:10.897 1552    INFO    global  src/daemon/p2p.h:63 Initializing p2p server...
2017-10-02 06:00:17.444 1552    WARN    net.p2p src/p2p/net_node.inl:613    IGD was found but reported as not connected.
2017-10-02 06:00:17.444 1552    INFO    global  src/daemon/p2p.h:68 P2p server initialized OK
2017-10-02 06:00:17.459 1552    INFO    global  src/daemon/rpc.h:58 Initializing core rpc server...
2017-10-02 06:00:17.459 1552    INFO    global  contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
2017-10-02 06:00:17.459 1552    INFO    global  src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
2017-10-02 06:00:17.459 1552    INFO    global  src/daemon/core.h:73    Initializing core...
2017-10-02 06:00:17.459 1552    INFO    global  src/cryptonote_core/cryptonote_core.cpp:323 Loading blockchain from folder f:\BackupsDontDelete\bitmonero_old\lmdb ...
2017-10-02 06:00:17.740 1552    INFO    global  src/cryptonote_core/cryptonote_core.cpp:421 Loading checkpoints
2017-10-02 06:00:18.990 1552    WARN    net.dns src/common/dns_utils.cpp:487    WARNING: no two valid MoneroPulse DNS checkpoint records were received
2017-10-02 06:00:19.006 1552    INFO    global  src/daemon/core.h:78    Core initialized OK
2017-10-02 06:00:19.006 1552    INFO    global  src/daemon/rpc.h:68 Starting core rpc server...
2017-10-02 06:00:19.006 [SRV_MAIN]  INFO    global  src/daemon/rpc.h:73 Core rpc server started ok
2017-10-02 06:00:19.006 [SRV_MAIN]  INFO    global  src/daemon/p2p.h:78 Starting p2p net loop...
2017-10-02 06:00:20.006 [P2P7]  INFO    global  src/cryptonote_core/cryptonote_core.cpp:1247    
**********************************************************************
The daemon will start synchronizing with the network. This may take a long time to complete.

You can set the level of process detailization* through "set_log " command*,
where  is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)

Use the "help" command to see the list of available commands.
**********************************************************************

2017-10-02 06:00:20.927 [P2P9]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:305 [213.122.141.3:18080 OUT] Sync data returned a new top block candidate: 1390008 -> 1411611 [Your node is 21603 blocks (30 days) behind] 
SYNCHRONIZATION started
2017-10-02 06:00:20.989 [P2P7]  WARN    net.dns src/common/dns_utils.cpp:487    WARNING: no two valid MoneroPulse DNS checkpoint records were received
2017-10-02 06:00:21.769 [P2P7]  WARN    net.p2p src/p2p/net_node.inl:780    [37.59.21.58:18080 OUT] COMMAND_HANDSHAKE invoked, but process_payload_sync_data returned false, dropping connection.
2017-10-02 06:00:21.769 [P2P8]  WARN    net.p2p src/p2p/net_node.inl:808    [37.59.21.58:18080 OUT] COMMAND_HANDSHAKE Failed
2017-10-02 06:00:21.769 [P2P8]  ERROR   net.p2p src/p2p/net_node.inl:1136   random_starter_index < peers_local.size() failed!!
2017-10-02 06:00:22.986 [P2P7]  WARN    net.p2p src/p2p/net_node.inl:1629   [24.214.62.101:18080 OUT] COMMAND_REQUEST_SUPPORT_FLAGS invoke failed. (-3, LEVIN_ERROR_CONNECTION_DESTROYED)
2017-10-02 06:00:28.908 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:215  Output does not exist! amount = 50000000000
2017-10-02 06:00:28.908 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2982 Failed to get output keys for tx with amount = 0.050000000000 and count indexes 5
2017-10-02 06:00:28.908 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2588 Failed to check ring signature for tx   vin key with k_image:   sig_index: 4
2017-10-02 06:00:28.908 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:3319 Block with id: <5f2013420db2f52e1374dc370ae4f31a5f7c9d5c46acfd8a50fb58eedd0cfd66> has at least one transaction (id: ) with wrong inputs.
2017-10-02 06:00:28.924 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:3323 Block with id <5f2013420db2f52e1374dc370ae4f31a5f7c9d5c46acfd8a50fb58eedd0cfd66> added as invalid because of wrong inputs in transactions
2017-10-02 06:00:29.051 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:215  Output does not exist! amount = 50000000000
2017-10-02 06:00:29.051 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2982 Failed to get output keys for tx with amount = 0.050000000000 and count indexes 5
2017-10-02 06:00:29.051 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2588 Failed to check ring signature for tx   vin key with k_image:   sig_index: 4
2017-10-02 06:00:29.066 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:2591   *pmax_used_block_height: 1188554
2017-10-02 06:00:34.111 [P2P0]  ERROR   verify  src/cryptonote_core/blockchain.cpp:1437 Block recognized as orphaned and rejected, id = , height 1390009, parent in alt 0, parent in main 0 (parent <5f2013420db2f52e1374dc370ae4f31a5f7c9d5c46acfd8a50fb58eedd0cfd66>, current top <63038ebb94c531c6a5421bd3498a3db9efa6e2849754c9d2053092f475d50be5>, chain height 1390008)

Replies: 0