Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. mattyab@MattServer1:~/litecoinMASTER/litecoin/src$ ./litecoind -printtoconsole
  2. 2017-07-29 07:46:43
  3. 2017-07-29 07:46:43 Litecoin version v0.14.99.0-40ccbc40b-dirty
  4. 2017-07-29 07:46:43 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
  5. 2017-07-29 07:46:43 Assuming ancestors of block 1673fa904a93848eca83d5ca82c7af974511a7e640e22edc2976420744f2e56a have valid signatures.
  6. 2017-07-29 07:46:43 Default data directory /home/mattyab/.litecoin
  7. 2017-07-29 07:46:43 Using data directory /home/mattyab/.litecoin
  8. 2017-07-29 07:46:43 Using config file /home/mattyab/.litecoin/litecoin.conf
  9. 2017-07-29 07:46:43 Using at most 125 automatic connections (1024 file descriptors available)
  10. 2017-07-29 07:46:43 Using 32 MiB out of 32 requested for signature cache, able to store 1048576 elements
  11. 2017-07-29 07:46:43 Using 2 threads for script verification
  12. 2017-07-29 07:46:43 scheduler thread start
  13. 2017-07-29 07:46:43 HTTP: creating work queue of depth 16
  14. 2017-07-29 07:46:43 Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcuser for rpcauth auth generation.
  15. 2017-07-29 07:46:43 HTTP: starting 4 worker threads
  16. 2017-07-29 07:46:43 Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010)
  17. 2017-07-29 07:46:43 Using wallet wallet.dat
  18. 2017-07-29 07:46:43 init message: Verifying wallet...
  19. 2017-07-29 07:46:43 CDBEnv::Open: LogDir=/home/mattyab/.litecoin/database ErrorFile=/home/mattyab/.litecoin/db.log
  20. 2017-07-29 07:46:43 Bound to [::]:5474
  21. 2017-07-29 07:46:43 Bound to 0.0.0.0:5474
  22. 2017-07-29 07:46:43 Cache configuration:
  23. 2017-07-29 07:46:43 * Using 2.0MiB for block index database
  24. 2017-07-29 07:46:43 * Using 8.0MiB for chain state database
  25. 2017-07-29 07:46:43 * Using 440.0MiB for in-memory UTXO set (plus up to 4.8MiB of unused mempool space)
  26. 2017-07-29 07:46:43 init message: Loading block index...
  27. 2017-07-29 07:46:43 Opening LevelDB in /home/mattyab/.litecoin/blocks/index
  28. 2017-07-29 07:46:44 Opened LevelDB successfully
  29. 2017-07-29 07:46:44 Using obfuscation key for /home/mattyab/.litecoin/blocks/index: 0000000000000000
  30. 2017-07-29 07:46:44 Opening LevelDB in /home/mattyab/.litecoin/chainstate
  31. 2017-07-29 07:46:44 Opened LevelDB successfully
  32. 2017-07-29 07:46:44 Using obfuscation key for /home/mattyab/.litecoin/chainstate: 827ff9d7791d9856
  33. 2017-07-29 07:46:44 LoadBlockIndexDB: last block file = 0
  34. 2017-07-29 07:46:44 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=6, size=1728, heights=0...0, time=2017-07-28...2017-07-28)
  35. 2017-07-29 07:46:44 Checking all blk files are present...
  36. 2017-07-29 07:46:44 LoadBlockIndexDB: transaction index disabled
  37. 2017-07-29 07:46:44 Initializing databases...
  38. 2017-07-29 07:46:44 init message: Verifying blocks...
  39. 2017-07-29 07:46:44 block index 342ms
  40. 2017-07-29 07:46:44 init message: Loading wallet...
  41. 2017-07-29 07:46:44 nFileVersion = 149900
  42. 2017-07-29 07:46:44 Keys: 102 plaintext, 0 encrypted, 102 w/ metadata, 102 total
  43. 2017-07-29 07:46:44 wallet 77ms
  44. 2017-07-29 07:46:44 setKeyPool.size() = 100
  45. 2017-07-29 07:46:44 mapWallet.size() = 0
  46. 2017-07-29 07:46:44 mapAddressBook.size() = 1
  47. 2017-07-29 07:46:44 Imported mempool transactions from disk: 0 successes, 0 failed, 0 expired
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement