Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts
by
mrtrevorphilly
on 16/04/2018, 12:47:12 UTC
I noticed my wallet isn't syncing. I did new git clone, compiled, removed old lmdb and ran the daemon
but it's stack here, never starts the sync:

Code:
2018-04-16 12:18:53.478 [P2P1] WARN global src/cryptonote_core/cryptonote_core.cpp:1282 **********************************************************************
2018-04-16 12:18:53.478 [P2P1] WARN global src/cryptonote_core/cryptonote_core.cpp:1283 Last scheduled hard fork time shows a daemon update is needed now.
2018-04-16 12:18:53.478 [P2P1] WARN global src/cryptonote_core/cryptonote_core.cpp:1284 **********************************************************************
2018-04-16 12:18:53.507 [P2P1] WARN net.dns src/common/dns_utils.cpp:487 WARNING: no two valid DeroPulse DNS checkpoint records were received

I set log level to 2 and see:
Code:
2018-04-16 12:44:45.188 [P2P4]  WARN    net.p2p src/p2p/net_node.inl:777        [85.217.170.245:18090 OUT] COMMAND_HANDSHAKE invoke failed. (-4, LEVIN_ERROR_CONNECTION_TIMEDOUT)
2018-04-16 12:44:45.188 [P2P7]  WARN    net.p2p src/p2p/net_node.inl:826        [85.217.170.245:18090 OUT] COMMAND_HANDSHAKE Failed
2018-04-16 12:44:45.188 [P2P7]  INFO    net.p2p src/p2p/net_node.inl:1003       [85.217.170.245:18090 OUT] Failed to HANDSHAKE with peer 85.217.170.245:18090
2018-04-16 12:44:45.188 [P2P7]  WARN    net.p2p src/p2p/net_node.inl:1224       Failed to connect to any of seed peers, continuing without seeds
2018-04-16 12:44:46.189 [P2P4]  DEBUG   net.p2p src/p2p/net_node.inl:1351       STARTED PEERLIST IDLE HANDSHAKE
2018-04-16 12:44:46.189 [P2P4]  DEBUG   net.p2p src/p2p/net_node.inl:1366       FINISHED PEERLIST IDLE HANDSHAKE
2018-04-16 12:44:46.710 [P2P3]  INFO    net.p2p src/p2p/net_node.inl:1818       [85.217.171.11:18090 eef6295d-fac7-dc21-b738-918b41dafabe OUT] CLOSE CONNECTION
2018-04-16 12:44:46.710 [P2P3]  INFO    net.p2p src/p2p/connection_basic.cpp:172        Destructing connection p2p#66 to 85.217.171.11
2018-04-16 12:44:47.189 [P2P2]  DEBUG   net.p2p src/p2p/net_node.inl:884        Random connection index=6(x=14, max_index=20)
2018-04-16 12:44:47.189 [P2P2]  INFO    net.p2p src/p2p/net_node.inl:1166       Considering connecting (out) to peer: 066f766b826d4fdb 213.169.75.114:18090
2018-04-16 12:44:47.189 [P2P2]  DEBUG   net.p2p src/p2p/net_node.inl:1181       Selected peer: 066f766b826d4fdb 213.169.75.114:18090[peer_list=1] last_seen: d10.h21.m28.s35
2018-04-16 12:44:47.189 [P2P2]  DEBUG   net.p2p src/p2p/net_node.inl:974        Connecting to 213.169.75.114:18090(peer_type=1, last_seen: d10.h21.m28.s35)...
2018-04-16 12:44:47.189 [P2P2]  INFO    net.p2p src/p2p/connection_basic.cpp:164        Spawned connection p2p#88 to 0.0.0.0 currently we have sockets count:23
2018-04-16 12:44:47.189 [P2P2]  INFO    net     contrib/epee/include/net/abstract_tcp_server2.inl:85    test, connection constructor set m_connection_type=2
2018-04-16 12:44:47.189 [P2P2]  DEBUG   net     contrib/epee/include/net/abstract_tcp_server2.inl:962   connections_ size now 22
2018-04-16 12:44:47.217 [P2P2]  INFO    net.p2p src/p2p/net_node.inl:990        [0.0.0.0:0 OUT] Connect failed to 213.169.75.114:18090
2018-04-16 12:44:47.217 [P2P2]  INFO    net.p2p src/p2p/net_node.inl:1184       Handshake failed

Should I use some other(which one?) peers?