Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.47 KB | None | 0 0
  1. $ ./monerod
  2. 2017-09-24 16:23:31.753     7f6dc03e8ec0    INFO    global  src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.0.0-release)
  3. 2017-09-24 16:23:31.753     7f6dc03e8ec0    INFO    global  src/daemon/protocol.h:55    Initializing cryptonote protocol...
  4. 2017-09-24 16:23:31.753     7f6dc03e8ec0    INFO    global  src/daemon/protocol.h:60    Cryptonote protocol initialized OK
  5. 2017-09-24 16:23:31.753     7f6dc03e8ec0    INFO    global  src/daemon/p2p.h:63 Initializing p2p server...
  6. [1506270211] libunbound[22395:0] info: warning: unsupported algorithm for trust anchor . DS IN
  7. [1506270211] libunbound[22395:0] warning: trust anchor . has no supported algorithms, the anchor is ignored (check if you need to upgrade unbound and openssl)
  8. 2017-09-24 16:23:32.841     7f6dc03e8ec0    INFO    global  src/daemon/p2p.h:68 P2p server initialized OK
  9. 2017-09-24 16:23:32.841     7f6dc03e8ec0    INFO    global  src/daemon/rpc.h:58 Initializing core rpc server...
  10. 2017-09-24 16:23:32.841     7f6dc03e8ec0    INFO    global  contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
  11. 2017-09-24 16:23:32.842     7f6dc03e8ec0    INFO    global  src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
  12. 2017-09-24 16:23:32.842     7f6dc03e8ec0    INFO    global  src/daemon/core.h:73    Initializing core...
  13. 2017-09-24 16:23:32.842     7f6dc03e8ec0    INFO    global  src/cryptonote_core/cryptonote_core.cpp:323 Loading blockchain from folder /home/user/.bitmonero/lmdb ...
  14. 2017-09-24 16:23:33.057     7f6dc03e8ec0    INFO    global  src/cryptonote_core/cryptonote_core.cpp:421 Loading checkpoints
  15. 2017-09-24 16:23:33.764     7f6dc03e8ec0    WARN    net.dns src/common/dns_utils.cpp:487    WARNING: no two valid MoneroPulse DNS checkpoint records were received
  16. 2017-09-24 16:23:33.765     7f6dc03e8ec0    INFO    global  src/daemon/core.h:78    Core initialized OK
  17. 2017-09-24 16:23:33.765     7f6dc03e8ec0    INFO    global  src/daemon/rpc.h:68 Starting core rpc server...
  18. 2017-09-24 16:23:33.766 [SRV_MAIN]  INFO    global  src/daemon/rpc.h:73 Core rpc server started ok
  19. 2017-09-24 16:23:33.766 [SRV_MAIN]  INFO    global  src/daemon/p2p.h:78 Starting p2p net loop...
  20. 2017-09-24 16:23:34.767 [P2P1]  INFO    global  src/cryptonote_core/cryptonote_core.cpp:1247   
  21. **********************************************************************
  22. The daemon will start synchronizing with the network. This may take a long time to complete.
  23.  
  24. You can set the level of process detailization* through "set_log <level|categories>" command*,
  25. where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)
  26.  
  27. Use the "help" command to see the list of available commands.
  28. **********************************************************************
  29.  
  30. 2017-09-24 16:23:35.306 [P2P4]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:1543   
  31. **********************************************************************
  32. You are now synchronized with the network. You may now start monero-wallet-cli.
  33.  
  34. Use the "help" command to see the list of available commands.
  35. **********************************************************************
  36. 2017-09-24 16:23:35.510 [P2P1]  WARN    net.dns src/common/dns_utils.cpp:487    WARNING: no two valid MoneroPulse DNS checkpoint records were received
  37. 2017-09-24 16:23:36.187 [P2P5]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:305 [47.20.163.52:18080 OUT] Sync data returned a new top block candidate: 1377819 -> 1406197 [Your node is 28378 blocks (39 days) behind]
  38. SYNCHRONIZATION started
  39. Segmentation fault (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement