Advertisement
Guest User

NRS Initialization

a guest
Aug 8th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.03 KB | None | 0 0
  1. manager@xagate:~/nxt$ sh run.sh
  2. Initializing Nxt server version 1.5.14
  3. isHeadless=true
  4. Loading nxt-default.properties from classpath
  5. Loading logging-default.properties from classpath
  6. 2015-08-08 14:07:39 INFO: nxt.enableStackTraces = "true"
  7. 2015-08-08 14:07:39 INFO: nxt.enableLogTraceback = "false"
  8. 2015-08-08 14:07:39 INFO: logging enabled
  9. 2015-08-08 14:07:39 INFO: socksProxyHost not defined
  10. 2015-08-08 14:07:39 INFO: socksProxyPort not defined
  11. 2015-08-08 14:07:39 FINE: java.version = 1.8.0_51
  12. 2015-08-08 14:07:39 FINE: java.vm.version = 25.51-b03
  13. 2015-08-08 14:07:39 FINE: java.vm.name = Java HotSpot(TM) 64-Bit Server VM
  14. 2015-08-08 14:07:39 FINE: java.vendor = Oracle Corporation
  15. 2015-08-08 14:07:39 FINE: java.vm.vendor = Oracle Corporation
  16. 2015-08-08 14:07:39 FINE: java.home = /usr/lib/jvm/java-8-oracle/jre
  17. 2015-08-08 14:07:39 FINE: java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
  18. 2015-08-08 14:07:39 FINE: java.class.path = classes:lib/json-simple-1.1.1.jar:lib/slf4j-jdk14-1.7.7.jar:lib/jetty-io-9.2.12.v20150709.jar:lib/websocket-servlet-9.2.12.v20150709.jar:lib/slf4j-api-1.7.7.jar:lib/weupnp-0.1.3.jar:lib/websocket-client-9.2.12.v20150709.jar:lib/websocket-common-9.2.12.v20150709.jar:lib/lucene-core-3.6.2.jar:lib/bcprov-jdk15on-152.jar:lib/jetty-http-9.2.12.v20150709.jar:lib/jetty-continuation-9.2.12.v20150709.jar:lib/jetty-util-9.2.12.v20150709.jar:lib/websocket-api-9.2.12.v20150709.jar:lib/jetty-servlets-9.2.12.v20150709.jar:lib/jetty-server-9.2.12.v20150709.jar:lib/jetty-security-9.2.12.v20150709.jar:lib/servlet-api-3.1.jar:lib/websocket-server-9.2.12.v20150709.jar:lib/jetty-servlet-9.2.12.v20150709.jar:lib/h2-1.3.176.jar:conf
  19. 2015-08-08 14:07:39 FINE: os.arch = amd64
  20. 2015-08-08 14:07:39 FINE: sun.arch.data.model = 64
  21. 2015-08-08 14:07:39 FINE: os.name = Linux
  22. 2015-08-08 14:07:39 FINE: file.encoding = ANSI_X3.4-1968
  23. 2015-08-08 14:07:39 FINE: nxt.runtime.mode = null
  24. 2015-08-08 14:07:39 FINE: availableProcessors = 8
  25. 2015-08-08 14:07:39 FINE: maxMemory = 1908932608
  26. 2015-08-08 14:07:39 FINE: processId = 4831
  27. 2015-08-08 14:07:39 INFO: nxt.isTestnet = "false"
  28. 2015-08-08 14:07:39 INFO: nxt.isOffline = "false"
  29. 2015-08-08 14:07:39 INFO: nxt.maxRollback = "800"
  30. 2015-08-08 14:07:39 INFO: nxt.forgingDelay = "20"
  31. 2015-08-08 14:07:39 INFO: nxt.forgingSpeedup = "3"
  32. 2015-08-08 14:07:39 INFO: nxt.maxPrunableLifetime = "0"
  33. 2015-08-08 14:07:39 INFO: nxt.includeExpiredPrunable = "false"
  34. 2015-08-08 14:07:39 INFO: nxt.statementLogThreshold = "10000"
  35. 2015-08-08 14:07:39 INFO: nxt.transactionLogThreshold = "15000"
  36. 2015-08-08 14:07:39 INFO: nxt.transactionLogInterval = "15"
  37. 2015-08-08 14:07:39 INFO: nxt.dbCacheKB = "0"
  38. 2015-08-08 14:07:39 INFO: nxt.dbUrl not defined
  39. 2015-08-08 14:07:39 INFO: nxt.dbType = "h2"
  40. 2015-08-08 14:07:39 INFO: nxt.dbDir = "nxt_db/nxt"
  41. 2015-08-08 14:07:39 INFO: nxt.dbParams = "DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE"
  42. 2015-08-08 14:07:39 INFO: nxt.dbUsername = "sa"
  43. 2015-08-08 14:07:39 INFO: nxt.dbPassword = "{not logged}"
  44. 2015-08-08 14:07:39 INFO: nxt.maxDbConnections = "30"
  45. 2015-08-08 14:07:39 INFO: nxt.dbLoginTimeout = "70"
  46. 2015-08-08 14:07:39 INFO: nxt.dbDefaultLockTimeout = "60"
  47. 2015-08-08 14:07:39 FINE: Database jdbc url set to jdbc:h2:nxt_db/nxt;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE;CACHE_SIZE=262144 username sa
  48. 2015-08-08 14:07:40 FINE: Database connection pool current size: 1
  49. 2015-08-08 14:07:40 INFO: Database update may take a while if needed, current db version 393...
  50. 2015-08-08 14:07:40 INFO: nxt.enableTransactionRebroadcasting = "true"
  51. 2015-08-08 14:07:40 INFO: nxt.testUnconfirmedTransactions not defined, assuming false
  52. 2015-08-08 14:07:40 INFO: nxt.maxUnconfirmedTransactions = "2000"
  53. 2015-08-08 14:07:40 INFO: nxt.trimDerivedTables = "true"
  54. 2015-08-08 14:07:40 INFO: nxt.numberOfForkConfirmations = "2"
  55. 2015-08-08 14:07:40 INFO: nxt.trimFrequency = "1000"
  56. 2015-08-08 14:07:40 INFO: nxt.disableGetMoreBlocksThread not defined, assuming false
  57. 2015-08-08 14:07:40 INFO: nxt.disableProcessTransactionsThread not defined, assuming false
  58. 2015-08-08 14:07:40 INFO: nxt.disableRemoveUnconfirmedTransactionsThread not defined, assuming false
  59. 2015-08-08 14:07:40 INFO: nxt.disableRebroadcastTransactionsThread not defined, assuming false
  60. 2015-08-08 14:07:40 INFO: nxt.processPolls = "true"
  61. 2015-08-08 14:07:40 INFO: nxt.myPlatform = "TRUSTY"
  62. 2015-08-08 14:07:40 INFO: nxt.myAddress = "185.82.201.85:7876"
  63. 2015-08-08 14:07:40 INFO: nxt.peerServerPort = "7874"
  64. 2015-08-08 14:07:40 INFO: nxt.shareMyAddress = "true"
  65. 2015-08-08 14:07:40 INFO: nxt.enablePeerUPnP = "true"
  66. 2015-08-08 14:07:40 INFO: nxt.myHallmark not defined
  67. 2015-08-08 14:07:40 FINE: My peer info:
  68. {"announcedAddress":"185.82.201.85:7876","application":"NRS","version":"1.5.14","platform":"TRUSTY","shareAddress":true}
  69. 2015-08-08 14:07:40 INFO: nxt.defaultPeers = "85.214.222.82; 89.133.34.109; 167.114.113.194; 37.139.5.199; 104.193.41.253; 128.171.159.20; 79.220.77.13; 195.154.127.172; nxt.cryonet.de; 37.59.115.207; 85.10.201.15; 158.69.33.172; 78.47.58.62; 144.76.3.50; 185.69.54.128; 5.9.102.210; 192.99.35.133; nxtx.ru; 95.24.20.94; 192.99.102.1; nxt4.y.cz; 85.25.198.120; 89.212.19.49; 89.250.243.166; nxt01.now.im; 89.72.57.246; 151.80.162.72:3001; 46.28.206.40; girona2nxtgig.ddns.net; 167.114.113.250; 31.40.93.102; 174.140.167.239; gunka.szn.dk; 162.243.242.8; 99.227.137.145; dilnu.szn.dk; 84.242.91.139; 192.187.97.131:12211; single-chat.at; 69.163.40.132; 82.165.145.37; beor.homeip.net; 167.114.113.249; 45.43.221.5:21518; 167.114.113.246; 80.153.101.190; 90.26.130.179; 84.246.228.249; 78.47.115.250; 119.81.199.93; 119.81.199.91; nxt.sx; 188.243.4.139; 46.109.188.166; 192.3.158.120; 91.202.253.240; palolnxtgig.ddns.net; 46.28.111.249; 80.150.243.95; 80.150.243.96; 178.32.174.163; 80.150.243.97; pakisnxt.no-ip.org; 80.150.243.98; 85.25.43.169; 80.150.243.99; 80.150.243.12; 198.46.193.111; 80.150.243.13; node0.forgenxt.com; 52.28.97.208; 82.154.27.134; 167.114.96.222; nxt.scryptmh.eu; 46.108.156.144; 62.75.143.120; 176.9.0.19; 176.97.2.141; 5.9.105.170; silvanoip.dhcp.biz; 95.215.44.229; home.kaerner.net; 89.248.160.239; 162.243.122.251; 178.15.99.67; strat2.hd.free.fr; 104.131.254.22; 62.194.6.113; node-dua.miasik.tk; nxt.ydns.eu; 62.195.89.177; 198.199.95.15; 80.86.92.70; 216.8.180.222; 87.139.122.48; nxt1.y.cz; 185.35.10.20; 113.106.85.172; 87.139.122.157; 185.26.126.108; brangdon.duckdns.org; 23.95.37.134; 89.248.160.237; ct.flipflop.mooo.com; 185.69.54.136; nxt.hopto.org; 108.61.184.187; 131.72.136.251; 45.63.58.212; 95.85.31.45; 176.94.115.161; 167.114.113.25; 167.114.113.27; nxtcoin.no-ip.org; 91.239.69.78; 89.248.160.241; 89.248.160.240; 162.243.145.83; 89.248.160.242; 89.248.160.245; 167.114.113.201; 77.88.208.12; 24.23.120.252; wallext.de; 178.33.203.157; nxt.noip.me; nxt.miasik.tk; 176.31.167.127; 66.30.204.105; 178.18.83.36; bug.airdns.org; 190.10.9.166; megaman.thican.net; 54.213.222.141; humanoide.thican.net; 217.26.24.27; 167.114.71.191; 52.0.72.67; 104.130.7.74; 107.170.164.129; nxt5.y.cz; 192.99.68.108; scripterron.dyndns.biz; scripterron.dyndns.org; 188.35.156.10; 71.72.248.46; 128.199.189.226; 178.62.175.175; 5.9.155.145; 95.143.216.60; 216.119.150.238; 136.243.5.70; 212.232.49.28; 84.253.125.186;"
  70. 2015-08-08 14:07:40 INFO: nxt.wellKnownPeers not defined
  71. 2015-08-08 14:07:40 INFO: nxt.knownBlacklistedPeers not defined
  72. 2015-08-08 14:07:40 INFO: nxt.maxNumberOfInboundConnections = "250"
  73. 2015-08-08 14:07:40 INFO: nxt.maxNumberOfOutboundConnections = "50"
  74. 2015-08-08 14:07:40 INFO: nxt.maxNumberOfConnectedPublicPeers = "20"
  75. 2015-08-08 14:07:40 INFO: nxt.maxNumberOfKnownPeers = "2000"
  76. 2015-08-08 14:07:40 INFO: nxt.minNumberOfKnownPeers = "1000"
  77. 2015-08-08 14:07:40 INFO: nxt.connectTimeout = "10000"
  78. 2015-08-08 14:07:40 INFO: nxt.readTimeout = "20000"
  79. 2015-08-08 14:07:40 INFO: nxt.enableHallmarkProtection = "true"
  80. 2015-08-08 14:07:40 INFO: nxt.pushThreshold = "0"
  81. 2015-08-08 14:07:40 INFO: nxt.pullThreshold = "0"
  82. 2015-08-08 14:07:40 INFO: nxt.useWebSockets = "true"
  83. 2015-08-08 14:07:40 INFO: nxt.webSocketIdleTimeout = "900000"
  84. 2015-08-08 14:07:40 INFO: nxt.blacklistingPeriod = "600000"
  85. 2015-08-08 14:07:40 INFO: nxt.communicationLoggingMask = "0"
  86. 2015-08-08 14:07:40 INFO: nxt.sendToPeersLimit = "10"
  87. 2015-08-08 14:07:40 INFO: nxt.usePeersDb = "true"
  88. 2015-08-08 14:07:40 INFO: nxt.savePeers = "true"
  89. 2015-08-08 14:07:40 INFO: nxt.getMorePeers = "true"
  90. 2015-08-08 14:07:40 INFO: nxt.cjdnsOnly = "false"
  91. 2015-08-08 14:07:40 INFO: nxt.ignorePeerAnnouncedAddress = "false"
  92. 2015-08-08 14:07:40 INFO: nxt.disablePeerConnectingThread not defined, assuming false
  93. 2015-08-08 14:07:40 INFO: nxt.disablePeerUnBlacklistingThread not defined, assuming false
  94. 2015-08-08 14:07:40 INFO: nxt.disableGetMorePeersThread not defined, assuming false
  95. 2015-08-08 14:07:40 INFO: nxt.peerServerHost = "0.0.0.0"
  96. 2015-08-08 14:07:40 INFO: nxt.peerServerIdleTimeout = "30000"
  97. 2015-08-08 14:07:40 INFO: nxt.enablePeerServerGZIPFilter = "true"
  98. 2015-08-08 14:07:40 INFO: nxt.enablePeerServerDoSFilter = "true"
  99. 2015-08-08 14:07:40 INFO: nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
  100. 2015-08-08 14:07:40 INFO: nxt.peerServerDoSFilter.delayMs = "1000"
  101. 2015-08-08 14:07:40 INFO: nxt.peerServerDoSFilter.maxRequestMs = "300000"
  102. 2015-08-08 14:07:40 INFO: nxt.enableFakeForging not defined, assuming false
  103. 2015-08-08 14:07:40 INFO: nxt.disableGenerateBlocksThread not defined, assuming false
  104. 2015-08-08 14:07:40 INFO: nxt.adminPassword not defined
  105. 2015-08-08 14:07:40 INFO: nxt.maxAPIRecords = "100"
  106. 2015-08-08 14:07:40 INFO: nxt.enableAPIUPnP = "false"
  107. 2015-08-08 14:07:40 INFO: nxt.allowedBotHosts = "127.0.0.1; localhost; 185.82.201.85; [0:0:0:0:0:0:0:1];"
  108. 2015-08-08 14:07:40 INFO: nxt.enableAPIServer = "true"
  109. 2015-08-08 14:07:40 INFO: nxt.apiServerPort = "7876"
  110. 2015-08-08 14:07:40 INFO: nxt.apiServerSSLPort = "7876"
  111. 2015-08-08 14:07:40 INFO: nxt.apiServerHost = "0.0.0.0"
  112. 2015-08-08 14:07:40 INFO: nxt.disableAdminPassword = "false"
  113. 2015-08-08 14:07:40 INFO: nxt.apiSSL = "true"
  114. 2015-08-08 14:07:40 INFO: nxt.keyStorePath = "keystore"
  115. 2015-08-08 14:07:40 INFO: nxt.keyStorePassword = "{not logged}"
  116. 2015-08-08 14:07:40 INFO: nxt.apiServerIdleTimeout = "30000"
  117. 2015-08-08 14:07:40 INFO: API server using HTTPS port 7876
  118. 2015-08-08 14:07:40 INFO: nxt.apiResourceBase = "html/ui"
  119. 2015-08-08 14:07:40 INFO: nxt.apiWelcomeFile = "index.html"
  120. 2015-08-08 14:07:40 INFO: nxt.javadocResourceBase = "html/doc"
  121. 2015-08-08 14:07:40 INFO: nxt.maxUploadFileSize not defined or not numeric, using default value 0
  122. 2015-08-08 14:07:40 INFO: nxt.enableAPIServerGZIPFilter = "false"
  123. 2015-08-08 14:07:40 INFO: nxt.apiServerCORS = "false"
  124. 2015-08-08 14:07:40 INFO: nxt.allowedUserHosts = "127.0.0.1; localhost; 185.82.201.85; [0:0:0:0:0:0:0:1];"
  125. 2015-08-08 14:07:40 INFO: nxt.enableUIServer = "false"
  126. 2015-08-08 14:07:40 INFO: User interface server not enabled
  127. 2015-08-08 14:07:40 INFO: nxt.debugTraceQuote = """
  128. 2015-08-08 14:07:40 INFO: nxt.debugTraceSeparator = "   "
  129. 2015-08-08 14:07:40 INFO: nxt.debugLogUnconfirmed = "false"
  130. 2015-08-08 14:07:40 INFO: nxt.debugTraceAccounts not defined
  131. 2015-08-08 14:07:40 INFO: nxt.debugTraceLog = "nxt-trace.csv"
  132. 2015-08-08 14:07:40 FINE: Running 2 tasks...
  133. 2015-08-08 14:07:40 FINE: Loading known peers from the database...
  134. 2015-08-08 14:07:40 INFO: Genesis block already in database
  135. 2015-08-08 14:07:40 INFO: nxt.enablePeerServerGZIPFilter = "true"
  136. 2015-08-08 14:07:40 FINE: Rollback from block 16270693400561382463 at height 492660 to 16270693400561382463 at 492660
  137. 2015-08-08 14:07:40 FINE: Database connection pool current size: 2
  138. 2015-08-08 14:07:40 FINE: Average database transaction time is 0.131 seconds
  139. 2015-08-08 14:07:40 INFO: Last block height: 492660
  140. 2015-08-08 14:07:40 INFO: nxt.forceScan = "false"
  141. 2015-08-08 14:07:40 FINE: Running 2 final tasks...
  142. 2015-08-08 14:07:40 INFO: Looking for UPnP gateway device...
  143. 2015-08-08 14:07:40 FINE: There are no UPnP gateway devices
  144. 2015-08-08 14:07:40 INFO: Started peer networking server at 0.0.0.0:7874
  145. 2015-08-08 14:07:41 INFO: Started API server at 0.0.0.0:7876
  146. 2015-08-08 14:07:41 FINE: Starting 8 background jobs
  147. 2015-08-08 14:07:41 FINE: Starting 2 delayed tasks
  148. 2015-08-08 14:07:41 INFO: Initialization took 1 seconds
  149. 2015-08-08 14:07:41 INFO: Nxt server 1.5.14 started successfully.
  150. 2015-08-08 14:07:41 INFO: Copyright ? 2013-2015 The Nxt Core Developers.
  151. 2015-08-08 14:07:41 INFO: Distributed under GPLv2, with ABSOLUTELY NO WARRANTY.
  152. 2015-08-08 14:07:41 INFO: Client UI is at https://localhost:7876/index.html
  153. 2015-08-08 14:07:41 FINE: Failed to resolve peer address: nxt.hopto.org
  154. 2015-08-08 14:07:41 FINE: Known peers: 254
  155. 2015-08-08 14:08:04 FINE: Blacklisting 85.139.162.244 version 1.2.8
  156. 2015-08-08 14:09:58 FINE: Peer 109.236.85.42 version 1.5.14 returned error: {"error":"Blockchain download in progress"}, request was: {"protocol":1,"requestType":"processTransactions","transactions":[{"senderPublicKey":"45c9266036e705a9559ccbd2b2c92b28ea6363d2723e8d42433b1dfaa421066c","attachment":{"quantityQNT":50,"priceNQT":18513000014,"asset":"13634675574519917918","version.BidOrderPlacement":1},"subtype":3,"amountNQT":0,"signature":"fd647e5ac230515e901556e088a088df8c2f96d95f9941084d731b81bf82d50438e09f858a782f778377c7072c45e6281903f05f7bb5362cba4e782034ce66c4","feeNQT":100000000,"ecBlockHeight":492656,"type":2,"deadline":1440,"version":1,"timestamp":53762852,"ecBlockId":"630202731220635350"}]}, disconnecting
  157. 2015-08-08 14:10:32 FINE: Removing old announced address node0.forgenxt.com for peer 85.10.196.54
  158. 2015-08-08 14:10:53 FINE: Peer 92.222.65.159 version null returned error: {"error":"Maximum number of inbound connections exceeded"}, request was: {"protocol":1,"announcedAddress":"185.82.201.85:7876","application":"NRS","requestType":"getInfo","version":"1.5.14","platform":"TRUSTY","shareAddress":true}, disconnecting
  159. 2015-08-08 14:10:53 FINE: Peer 217.157.137.157 version null returned error: {"error":"Maximum number of inbound connections exceeded"}, request was: {"protocol":1,"announcedAddress":"185.82.201.85:7876","application":"NRS","requestType":"getInfo","version":"1.5.14","platform":"TRUSTY","shareAddress":true}, disconnecting
  160. 2015-08-08 14:10:53 FINE: Blacklisting 162.220.240.171 version 1.4.17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement