Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. [xxx@host monero-v0.10.3.1]$ ./monerod
  2. 2017-07-27 18:32:35.591 7fe26d4f9780 INFO global contrib/epee/src/mlog.cpp:145 New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO
  3. 2017-07-27 18:32:35.592 7fe26d4f9780 INFO global src/daemon/main.cpp:282 Monero 'Wolfram Warptangent' (v0.10.3.1-release)
  4. 2017-07-27 18:32:35.592 7fe26d4f9780 INFO global src/daemon/protocol.h:55 Initializing cryptonote protocol...
  5. 2017-07-27 18:32:35.592 7fe26d4f9780 INFO global src/daemon/protocol.h:60 Cryptonote protocol initialized OK
  6. 2017-07-27 18:32:35.592 7fe26d4f9780 INFO global src/daemon/p2p.h:63 Initializing p2p server...
  7. sendto: Operation not permitted
  8. 2017-07-27 18:32:36.027 7fe26d4f9780 INFO global src/daemon/p2p.h:68 P2p server initialized OK
  9. 2017-07-27 18:32:36.027 7fe26d4f9780 INFO global src/daemon/rpc.h:58 Initializing core rpc server...
  10. 2017-07-27 18:32:36.027 7fe26d4f9780 INFO global contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
  11. 2017-07-27 18:32:36.027 7fe26d4f9780 INFO global src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
  12. 2017-07-27 18:32:36.028 7fe26d4f9780 INFO global src/daemon/core.h:73 Initializing core...
  13. 2017-07-27 18:32:36.028 7fe26d4f9780 INFO global src/cryptonote_core/cryptonote_core.cpp:326 Loading blockchain from folder /home/nxt/.bitmonero/lmdb ...
  14. 2017-07-27 18:32:36.030 7fe26d4f9780 WARN blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:71 Error attempting to retrieve a hard fork version at height 0 from the db: MDB_NOTFOUND: No matching key/data pair found
  15. 2017-07-27 18:32:37.605 7fe26d4f9780 INFO global src/daemon/core.h:78 Core initialized OK
  16. 2017-07-27 18:32:37.605 7fe26d4f9780 INFO global src/daemon/rpc.h:68 Starting core rpc server...
  17. 2017-07-27 18:32:37.605 [SRV_MAIN] INFO global src/daemon/rpc.h:73 Core rpc server started ok
  18. 2017-07-27 18:32:37.606 [SRV_MAIN] INFO global src/daemon/p2p.h:78 Starting p2p net loop...
  19. 2017-07-27 18:32:38.608 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1098
  20. **********************************************************************
  21. The daemon will start synchronizing with the network. It may take up to several hours.
  22.  
  23. You can set the level of process detailization* through "set_log <level|categories>" command*,
  24. where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)
  25.  
  26. Use the "help" command to see the list of available commands.
  27. **********************************************************************
  28.  
  29. ^C2017-07-27 18:33:22.869 [SRV_MAIN] INFO global src/daemon/p2p.h:80 p2p net loop stopped
  30. 2017-07-27 18:33:22.932 [SRV_MAIN] INFO global src/daemon/rpc.h:78 Stopping core rpc server...
  31. 2017-07-27 18:33:22.933 [SRV_MAIN] INFO global src/daemon/daemon.cpp:145 Node stopped.
  32. 2017-07-27 18:33:22.933 [SRV_MAIN] INFO global src/daemon/rpc.h:90 Deinitializing rpc server...
  33. 2017-07-27 18:33:22.933 [SRV_MAIN] INFO global src/daemon/p2p.h:90 Deinitializing p2p...
  34. 2017-07-27 18:33:22.934 [SRV_MAIN] INFO global src/daemon/core.h:89 Deinitializing core...
  35. 2017-07-27 18:33:22.938 [SRV_MAIN] INFO global src/daemon/protocol.h:77 Stopping cryptonote protocol...
  36. 2017-07-27 18:33:22.938 [SRV_MAIN] INFO global src/daemon/protocol.h:81 Cryptonote protocol stopped successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement