Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. root@vps1130207:~/bitlitas/bitlitas/build/release/bin# ./bitlitasd --testnet
  2.  
  3.  
  4. 2018-02-21 10:59:28.616 b4dbc980 INFO global src/daemon/main.cpp:259 Bitlitas 'Helium Hydra' (v0.11.1.0-master-89cb3df)
  5. 2018-02-21 10:59:28.616 b4dbc980 INFO global src/daemon/protocol.h:26 Initializing cryptonote protocol...
  6. 2018-02-21 10:59:28.616 b4dbc980 INFO global src/daemon/protocol.h:31 Cryptonote protocol initialized OK
  7. 2018-02-21 10:59:28.616 b4dbc980 INFO global src/daemon/p2p.h:36 Initializing p2p server...
  8. 2018-02-21 10:59:32.621 b4dbc980 INFO global src/daemon/p2p.h:41 P2p server initialized OK
  9. 2018-02-21 10:59:32.621 b4dbc980 INFO global src/daemon/rpc.h:36 Initializing core rpc server...
  10. 2018-02-21 10:59:32.621 b4dbc980 INFO global contrib/epee/include/net/http_server_impl_base.h:76 Binding on 127.0.0.1:28081
  11. 2018-02-21 10:59:32.621 b4dbc980 INFO global src/daemon/rpc.h:42 core rpc server initialized OK on port: 28081
  12. 2018-02-21 10:59:32.621 b4dbc980 INFO global src/daemon/core.h:59 Initializing core...
  13. 2018-02-21 10:59:32.621 b4dbc980 INFO global src/cryptonote_core/cryptonote_core.cpp:367 Loading blockchain from folder /root/.bitlitas/testnet/lmdb ...
  14. 2018-02-21 10:59:32.622 b4dbc980 WARN blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:51 Error attempting to retrieve a hard fork version at height 0 from the db: MDB_NOTFOUND: No matching key/data pair found
  15. 2018-02-21 10:59:32.828 b4dbc980 INFO global src/cryptonote_core/cryptonote_core.cpp:465 Loading checkpoints
  16. 2018-02-21 10:59:32.829 b4dbc980 INFO global src/daemon/core.h:65 Core initialized OK
  17. 2018-02-21 10:59:32.829 b4dbc980 INFO global src/daemon/rpc.h:47 Starting core rpc server...
  18. 2018-02-21 10:59:32.829 [SRV_MAIN] INFO global src/daemon/rpc.h:52 core rpc server started ok
  19. 2018-02-21 10:59:32.830 [SRV_MAIN] INFO global src/daemon/p2p.h:51 Starting p2p net loop...
  20. 2018-02-21 10:59:33.830 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1321
  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. Use "help <command>" to see a command's documentation.
  29. **********************************************************************
  30.  
  31. Height: 1, target: 1 (100%)
  32. Downloading at 0 kB/s
  33. 0 peers
  34. 0 spans, 0 MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement