Advertisement
Guest User

Untitled

a guest
Feb 1st, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 170.31 KB | None | 0 0
  1. runtime: out of memory: cannot allocate 18383168309924200448-byte block (5122195456 in use)
  2. fatal error: out of memory
  3.  
  4. runtime stack:
  5. runtime.throw(0x15e6857, 0xd)
  6. runtime/panic.go:1116 +0x79
  7. runtime.largeAlloc(0xff1e222dff1e222d, 0x4b0001, 0xc0a9671780)
  8. runtime/malloc.go:1179 +0x1de
  9. runtime.mallocgc.func1()
  10. runtime/malloc.go:1071 +0x4d
  11. runtime.systemstack(0x23eb7609810)
  12. runtime/asm_amd64.s:370 +0x6b
  13. runtime.mstart()
  14. runtime/proc.go:1116
  15.  
  16. goroutine 759864 [running]:
  17. runtime.systemstack_switch()
  18. runtime/asm_amd64.s:330 fp=0xc007308d50 sp=0xc007308d48 pc=0x4c1c60
  19. runtime.mallocgc(0xff1e222dff1e222d, 0x14bd3e0, 0x45f801, 0xc00278b870)
  20. runtime/malloc.go:1070 +0x998 fp=0xc007308df0 sp=0xc007308d50 pc=0x45fed8
  21. runtime.newobject(0x14bd3e0, 0xc00027da10)
  22. runtime/malloc.go:1195 +0x3f fp=0xc007308e20 sp=0xc007308df0 pc=0x46029f
  23. github.com/hashicorp/golang-lru/simplelru.(*LRU).Add(0xc0003071a0, 0x154b860, 0xc09dda4ee0, 0x15d3000, 0xc0a064b120, 0x20)
  24. github.com/hashicorp/golang-lru@v0.5.4/simplelru/lru.go:60 +0x1c5 fp=0xc007308e90 sp=0xc007308e20 pc=0x80c245
  25. github.com/hashicorp/golang-lru.(*Cache).Add(0xc00027da40, 0x154b860, 0xc09dda4ee0, 0x15d3000, 0xc0a064b120, 0xd05d8732d7c013d6)
  26. github.com/hashicorp/golang-lru@v0.5.4/lru.go:43 +0x83 fp=0xc007308ee0 sp=0xc007308e90 pc=0x80ed23
  27. github.com/ethereum/go-ethereum/core.(*HeaderChain).GetTd(0xc000182870, 0x3f37a1a0f6d406e3, 0x2b2f4ee513d7cad4, 0x601a8ff00519c549, 0xd05d8732d7c013d6, 0x8a4bfc, 0x1)
  28. github.com/ethereum/go-ethereum/core/headerchain.go:466 +0x1bd fp=0xc007308f60 sp=0xc007308ee0 pc=0xa1d77d
  29. github.com/ethereum/go-ethereum/core.(*BlockChain).GetTd(...)
  30. github.com/ethereum/go-ethereum/core/blockchain.go:2454
  31. github.com/ethereum/go-ethereum/core.(*BlockChain).InsertReceiptChain.func2(0xc007e70000, 0x3a9, 0x400, 0xc007e72000, 0x3a9, 0x400, 0x0, 0x0, 0x0)
  32. github.com/ethereum/go-ethereum/core/blockchain.go:1279 +0xdbd fp=0xc0073093b8 sp=0xc007308f60 pc=0xa39a5d
  33. github.com/ethereum/go-ethereum/core.(*BlockChain).InsertReceiptChain(0xc000135900, 0xc007ce0000, 0x3a9, 0x3a9, 0xc007cf8000, 0x3a9, 0x3a9, 0xacffff, 0x0, 0x0, ...)
  34. github.com/ethereum/go-ethereum/core/blockchain.go:1407 +0x1cea fp=0xc007309980 sp=0xc0073093b8 pc=0xa0054a
  35. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).commitFastSyncData(0xc0001421c0, 0xc007cde000, 0x3a9, 0x3a9, 0xc08ac0fd60, 0xc007cde000, 0x3a9)
  36. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1880 +0x683 fp=0xc007309d20 sp=0xc007309980 pc=0xd01c23
  37. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFastSyncContent(0xc0001421c0, 0x0, 0x0)
  38. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1796 +0x785 fp=0xc007309f58 sp=0xc007309d20 pc=0xd00ac5
  39. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func7(0xd8b022364915c16e, 0x65459ee455e4894d)
  40. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:554 +0x31 fp=0xc007309f80 sp=0xc007309f58 pc=0xd172b1
  41. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0001421c0, 0xc06dc3bbc0, 0xc0a9db26b0)
  42. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0x62 fp=0xc007309fc8 sp=0xc007309f80 pc=0xd17342
  43. runtime.goexit()
  44. runtime/asm_amd64.s:1374 +0x1 fp=0xc007309fd0 sp=0xc007309fc8 pc=0x4c3aa1
  45. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  46. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0xb6
  47.  
  48. goroutine 1 [chan receive, 1535 minutes]:
  49. github.com/ethereum/go-ethereum/node.(*Node).Wait(...)
  50. github.com/ethereum/go-ethereum/node/node.go:407
  51. main.geth(0xc0002ae2c0, 0x0, 0x0)
  52. github.com/ethereum/go-ethereum/cmd/geth/main.go:358 +0x168
  53. gopkg.in/urfave/cli%2ev1.HandleAction(0x1410e40, 0x16bb098, 0xc0002ae2c0, 0xc000287140, 0x0)
  54. gopkg.in/urfave/cli.v1@v1.20.0/app.go:490 +0x89
  55. gopkg.in/urfave/cli%2ev1.(*App).Run(0xc00029c9c0, 0xc00012e000, 0x6, 0x8, 0x0, 0x0)
  56. gopkg.in/urfave/cli.v1@v1.20.0/app.go:264 +0x5f5
  57. main.main()
  58. github.com/ethereum/go-ethereum/cmd/geth/main.go:273 +0x5c
  59.  
  60. goroutine 6 [chan receive, 1535 minutes]:
  61. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  62. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  63. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  64. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  65.  
  66. goroutine 7 [chan receive, 1535 minutes]:
  67. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  68. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  69. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  70. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  71.  
  72. goroutine 8 [chan receive, 1535 minutes]:
  73. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  74. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  75. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  76. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  77.  
  78. goroutine 9 [chan receive, 1535 minutes]:
  79. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  80. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  81. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  82. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  83.  
  84. goroutine 10 [chan receive, 1535 minutes]:
  85. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  86. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  87. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  88. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  89.  
  90. goroutine 11 [chan receive, 1535 minutes]:
  91. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  92. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  93. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  94. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  95.  
  96. goroutine 12 [chan receive, 1535 minutes]:
  97. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  98. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  99. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  100. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  101.  
  102. goroutine 13 [chan receive, 1535 minutes]:
  103. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  104. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  105. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  106. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  107.  
  108. goroutine 14 [chan receive, 1535 minutes]:
  109. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  110. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  111. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  112. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  113.  
  114. goroutine 15 [chan receive, 1535 minutes]:
  115. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  116. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  117. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  118. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  119.  
  120. goroutine 16 [chan receive, 1535 minutes]:
  121. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  122. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  123. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  124. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  125.  
  126. goroutine 18 [chan receive, 1535 minutes]:
  127. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000196970)
  128. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  129. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  130. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  131.  
  132. goroutine 51 [chan receive]:
  133. github.com/ethereum/go-ethereum/metrics.(*meterArbiter).tick(0x1ea1820)
  134. github.com/ethereum/go-ethereum/metrics/meter.go:290 +0x7f
  135. created by github.com/ethereum/go-ethereum/metrics.NewMeterForced
  136. github.com/ethereum/go-ethereum/metrics/meter.go:71 +0x113
  137.  
  138. goroutine 52 [select]:
  139. github.com/ethereum/go-ethereum/consensus/ethash.(*remoteSealer).loop(0xc0003fa1e0)
  140. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:278 +0x278
  141. created by github.com/ethereum/go-ethereum/consensus/ethash.startRemoteSealer
  142. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:262 +0x2b5
  143.  
  144. goroutine 66 [select]:
  145. github.com/ethereum/go-ethereum/consensus/ethash.(*remoteSealer).loop(0xc0000a0000)
  146. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:278 +0x278
  147. created by github.com/ethereum/go-ethereum/consensus/ethash.startRemoteSealer
  148. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:262 +0x2b5
  149.  
  150. goroutine 25 [select]:
  151. github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc0003fa780)
  152. github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:209 +0xda
  153. created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
  154. github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:196 +0x135
  155.  
  156. goroutine 26 [sleep]:
  157. time.Sleep(0x3b9aca00)
  158. runtime/time.go:188 +0xc9
  159. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc000106280)
  160. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:265 +0x45
  161. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  162. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:254 +0x135
  163.  
  164. goroutine 27 [sleep]:
  165. time.Sleep(0x3b9aca00)
  166. runtime/time.go:188 +0xc9
  167. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc00044c8c0)
  168. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:265 +0x45
  169. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  170. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:254 +0x135
  171.  
  172. goroutine 28 [sleep]:
  173. time.Sleep(0x3b9aca00)
  174. runtime/time.go:188 +0xc9
  175. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc000346000)
  176. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:265 +0x45
  177. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  178. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:254 +0x135
  179.  
  180. goroutine 29 [select, 1535 minutes]:
  181. github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc00018b1e0)
  182. github.com/ethereum/go-ethereum/accounts/manager.go:111 +0x1c5
  183. created by github.com/ethereum/go-ethereum/accounts.NewManager
  184. github.com/ethereum/go-ethereum/accounts/manager.go:79 +0x4f1
  185.  
  186. goroutine 41 [select]:
  187. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0002fe0e0)
  188. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:209 +0x13e
  189. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  190. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:240 +0x18d
  191.  
  192. goroutine 42 [select]:
  193. github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc0002080f0)
  194. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session_util.go:189 +0x62f
  195. created by github.com/syndtr/goleveldb/leveldb.newSession
  196. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session.go:93 +0x2bd
  197.  
  198. goroutine 43 [select]:
  199. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000396000)
  200. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:91 +0xdc
  201. created by github.com/syndtr/goleveldb/leveldb.openDB
  202. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:148 +0x42c
  203.  
  204. goroutine 44 [select]:
  205. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000396000)
  206. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_state.go:101 +0x105
  207. created by github.com/syndtr/goleveldb/leveldb.openDB
  208. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:149 +0x44e
  209.  
  210. goroutine 45 [runnable, locked to thread]:
  211. syscall.Syscall(0x7ffe1b8c4cc0, 0x1, 0x3ddc, 0x0, 0x0, 0x0, 0x0, 0x0)
  212. runtime/syscall_windows.go:188 +0xe9
  213. syscall.FlushFileBuffers(0x3ddc, 0x148cc01, 0xc0993c41f0)
  214. syscall/zsyscall_windows.go:968 +0x85
  215. syscall.Fsync(...)
  216. syscall/syscall_windows.go:616
  217. internal/poll.(*FD).Fsync(0xc0a20b4c80, 0x0, 0x0)
  218. internal/poll/fd_fsync_windows.go:15 +0x99
  219. os.(*File).Sync(0xc01986ef80, 0x0, 0xc000086718)
  220. os/file_posix.go:158 +0x59
  221. github.com/syndtr/goleveldb/leveldb/storage.(*fileWrap).Sync(0xc09c0822a0, 0xc08d0ca000, 0xc0838c2638)
  222. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/storage/file_storage.go:585 +0x35
  223. github.com/syndtr/goleveldb/leveldb.(*tWriter).finish(0xc0bb292720, 0x0, 0x0, 0x0)
  224. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table.go:583 +0x1f9
  225. github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).flush(0xc09211c960, 0x0, 0x0)
  226. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:407 +0x59
  227. github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).run(0xc09211c960, 0xc0995f57b8, 0x0, 0x0)
  228. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:528 +0xba5
  229. github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0xc000396000, 0x15e47ac, 0xb, 0x17f4860, 0xc09211c960)
  230. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:186 +0x191
  231. github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0xc000396000, 0xc01f5e6480, 0x16b9c00)
  232. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:580 +0x64b
  233. github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0xc000396000)
  234. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:644 +0x5b
  235. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000396000)
  236. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:863 +0x305
  237. created by github.com/syndtr/goleveldb/leveldb.openDB
  238. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:155 +0x5a7
  239.  
  240. goroutine 46 [select, 1 minutes]:
  241. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000396000)
  242. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:773 +0x147
  243. created by github.com/syndtr/goleveldb/leveldb.openDB
  244. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:156 +0x5c9
  245.  
  246. goroutine 47 [select]:
  247. github.com/ethereum/go-ethereum/ethdb/leveldb.(*Database).meter(0xc0002a6400, 0xb2d05e00)
  248. github.com/ethereum/go-ethereum/ethdb/leveldb/leveldb.go:402 +0x195a
  249. created by github.com/ethereum/go-ethereum/ethdb/leveldb.New
  250. github.com/ethereum/go-ethereum/ethdb/leveldb/leveldb.go:132 +0xa18
  251.  
  252. goroutine 48 [select]:
  253. github.com/ethereum/go-ethereum/core/rawdb.(*freezer).freeze(0xc00029e0a0, 0x180f480, 0xc0002a6400)
  254. github.com/ethereum/go-ethereum/core/rawdb/freezer.go:287 +0x1f8
  255. created by github.com/ethereum/go-ethereum/core/rawdb.NewDatabaseWithFreezer
  256. github.com/ethereum/go-ethereum/core/rawdb/database.go:195 +0x28a
  257.  
  258. goroutine 67 [select, 1535 minutes]:
  259. github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc0000a00f0)
  260. github.com/ethereum/go-ethereum/core/chain_indexer.go:311 +0x11a
  261. created by github.com/ethereum/go-ethereum/core.NewChainIndexer
  262. github.com/ethereum/go-ethereum/core/chain_indexer.go:119 +0x258
  263.  
  264. goroutine 68 [select]:
  265. github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc000135900)
  266. github.com/ethereum/go-ethereum/core/blockchain.go:2286 +0x115
  267. created by github.com/ethereum/go-ethereum/core.NewBlockChain
  268. github.com/ethereum/go-ethereum/core/blockchain.go:382 +0x10f2
  269.  
  270. goroutine 69 [select, 1535 minutes]:
  271. github.com/ethereum/go-ethereum/core.(*BlockChain).maintainTxIndex(0xc000135900, 0x0)
  272. github.com/ethereum/go-ethereum/core/blockchain.go:2363 +0x271
  273. created by github.com/ethereum/go-ethereum/core.NewBlockChain
  274. github.com/ethereum/go-ethereum/core/blockchain.go:387 +0x1345
  275.  
  276. goroutine 70 [select, 35 minutes]:
  277. github.com/ethereum/go-ethereum/trie.(*Database).SaveCachePeriodically(0xc0003125b0, 0xc00002e980, 0x32, 0x34630b8a000, 0xc00018e4e0)
  278. github.com/ethereum/go-ethereum/trie/database.go:888 +0x127
  279. github.com/ethereum/go-ethereum/core.NewBlockChain.func1(0xc000135900, 0xc0003125b0)
  280. github.com/ethereum/go-ethereum/core/blockchain.go:399 +0x92
  281. created by github.com/ethereum/go-ethereum/core.NewBlockChain
  282. github.com/ethereum/go-ethereum/core/blockchain.go:397 +0x11b7
  283.  
  284. goroutine 71 [select, 1535 minutes]:
  285. github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc0000a00f0, 0xc000140fc0, 0xc0000aa120, 0x17f3b60, 0xc00017b0e0)
  286. github.com/ethereum/go-ethereum/core/chain_indexer.go:211 +0x2ac
  287. created by github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
  288. github.com/ethereum/go-ethereum/core/chain_indexer.go:152 +0xda
  289.  
  290. goroutine 82 [select, 1535 minutes]:
  291. github.com/ethereum/go-ethereum/core.(*TxPool).scheduleReorgLoop(0xc0000021e0)
  292. github.com/ethereum/go-ethereum/core/tx_pool.go:987 +0x24f
  293. created by github.com/ethereum/go-ethereum/core.NewTxPool
  294. github.com/ethereum/go-ethereum/core/tx_pool.go:289 +0x765
  295.  
  296. goroutine 30 [select]:
  297. github.com/ethereum/go-ethereum/core.(*TxPool).loop(0xc0000021e0)
  298. github.com/ethereum/go-ethereum/core/tx_pool.go:331 +0x2e5
  299. created by github.com/ethereum/go-ethereum/core.NewTxPool
  300. github.com/ethereum/go-ethereum/core/tx_pool.go:306 +0x805
  301.  
  302. goroutine 64 [select, 1535 minutes]:
  303. github.com/ethereum/go-ethereum/eth.(*Ethereum).startEthEntryUpdate.func1(0x17f3b60, 0xc000306d60, 0xc0013a6c60, 0xc00009a620, 0xc00009a2a0)
  304. github.com/ethereum/go-ethereum/eth/discovery.go:49 +0x13d
  305. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startEthEntryUpdate
  306. github.com/ethereum/go-ethereum/eth/discovery.go:46 +0x9c
  307.  
  308. goroutine 73 [sleep]:
  309. time.Sleep(0x5f5e100)
  310. runtime/time.go:188 +0xc9
  311. github.com/ethereum/go-ethereum/trie.(*SyncBloom).meter(0xc0000fecc0)
  312. github.com/ethereum/go-ethereum/trie/sync_bloom.go:151 +0x3c
  313. github.com/ethereum/go-ethereum/trie.NewSyncBloom.func2(0xc0000fecc0)
  314. github.com/ethereum/go-ethereum/trie/sync_bloom.go:89 +0x5b
  315. created by github.com/ethereum/go-ethereum/trie.NewSyncBloom
  316. github.com/ethereum/go-ethereum/trie/sync_bloom.go:87 +0x1cc
  317.  
  318. goroutine 74 [select]:
  319. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc0001421c0)
  320. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1971 +0x36d
  321. created by github.com/ethereum/go-ethereum/eth/downloader.New
  322. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:246 +0x42d
  323.  
  324. goroutine 75 [select, 1 minutes]:
  325. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).runStateSync(0xc0001421c0, 0xc08ac0fd60, 0x0)
  326. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:125 +0x456
  327. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc0001421c0)
  328. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:86 +0x4e
  329. created by github.com/ethereum/go-ethereum/eth/downloader.New
  330. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:247 +0x44f
  331.  
  332. goroutine 76 [select, 1535 minutes]:
  333. github.com/ethereum/go-ethereum/miner.(*worker).mainLoop(0xc000140240)
  334. github.com/ethereum/go-ethereum/miner/worker.go:432 +0x30e
  335. created by github.com/ethereum/go-ethereum/miner.newWorker
  336. github.com/ethereum/go-ethereum/miner/worker.go:227 +0x54e
  337.  
  338. goroutine 77 [select, 1535 minutes]:
  339. github.com/ethereum/go-ethereum/miner.(*worker).newWorkLoop(0xc000140240, 0xb2d05e00)
  340. github.com/ethereum/go-ethereum/miner/worker.go:366 +0x29e
  341. created by github.com/ethereum/go-ethereum/miner.newWorker
  342. github.com/ethereum/go-ethereum/miner/worker.go:228 +0x57a
  343.  
  344. goroutine 78 [select, 1535 minutes]:
  345. github.com/ethereum/go-ethereum/miner.(*worker).resultLoop(0xc000140240)
  346. github.com/ethereum/go-ethereum/miner/worker.go:577 +0xfa
  347. created by github.com/ethereum/go-ethereum/miner.newWorker
  348. github.com/ethereum/go-ethereum/miner/worker.go:229 +0x59c
  349.  
  350. goroutine 79 [select, 1535 minutes]:
  351. github.com/ethereum/go-ethereum/miner.(*worker).taskLoop(0xc000140240)
  352. github.com/ethereum/go-ethereum/miner/worker.go:542 +0x114
  353. created by github.com/ethereum/go-ethereum/miner.newWorker
  354. github.com/ethereum/go-ethereum/miner/worker.go:230 +0x5be
  355.  
  356. goroutine 80 [select, 232 minutes]:
  357. github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc0000aa660)
  358. github.com/ethereum/go-ethereum/miner/miner.go:98 +0x22c
  359. created by github.com/ethereum/go-ethereum/miner.New
  360. github.com/ethereum/go-ethereum/miner/miner.go:77 +0x1c5
  361.  
  362. goroutine 81 [select, 232 minutes]:
  363. github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc00017b060)
  364. github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x2cf
  365. created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
  366. github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xd8
  367.  
  368. goroutine 98 [select, 1535 minutes]:
  369. github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc00037b760)
  370. github.com/ethereum/go-ethereum/eth/filters/filter_system.go:459 +0x4cc
  371. created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
  372. github.com/ethereum/go-ethereum/eth/filters/filter_system.go:138 +0x34b
  373.  
  374. goroutine 99 [chan receive]:
  375. github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc000070a00)
  376. github.com/ethereum/go-ethereum/eth/filters/api.go:83 +0x176
  377. created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
  378. github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x110
  379.  
  380. goroutine 100 [select]:
  381. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc00009a380)
  382. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:209 +0x13e
  383. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  384. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:240 +0x18d
  385.  
  386. goroutine 101 [select]:
  387. github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc0003fae10)
  388. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session_util.go:189 +0x62f
  389. created by github.com/syndtr/goleveldb/leveldb.newSession
  390. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session.go:93 +0x2bd
  391.  
  392. goroutine 102 [select, 35 minutes]:
  393. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000142540)
  394. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:91 +0xdc
  395. created by github.com/syndtr/goleveldb/leveldb.openDB
  396. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:148 +0x42c
  397.  
  398. goroutine 103 [select]:
  399. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000142540)
  400. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_state.go:101 +0x105
  401. created by github.com/syndtr/goleveldb/leveldb.openDB
  402. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:149 +0x44e
  403.  
  404. goroutine 104 [select, 35 minutes]:
  405. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000142540)
  406. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:836 +0x26c
  407. created by github.com/syndtr/goleveldb/leveldb.openDB
  408. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:155 +0x5a7
  409.  
  410. goroutine 105 [select, 36 minutes]:
  411. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000142540)
  412. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:773 +0x147
  413. created by github.com/syndtr/goleveldb/leveldb.openDB
  414. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:156 +0x5c9
  415.  
  416. goroutine 795044 [select, 103 minutes]:
  417. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0987b69c0, 0xc0673c67c0)
  418. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  419. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  420. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  421.  
  422. goroutine 759861 [select]:
  423. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc0001421c0, 0xc0000aa240, 0xc00068bea0, 0xc00034e070, 0xc00068be90, 0xc00068bef0, 0xc00068bee0, 0xc00068bed0, 0x0, 0x16b9160, ...)
  424. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1321 +0x1d8
  425. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0xc0001421c0, 0x7f5bd0, 0x7f, 0x80)
  426. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1248 +0x2ce
  427. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func4(0xb9e4f8121b339d95, 0xf105a995ba176716)
  428. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:545 +0x3d
  429. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0001421c0, 0xc06dc3bbc0, 0xc0a07a3700)
  430. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0x62
  431. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  432. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0xb6
  433.  
  434. goroutine 509351 [select, 1 minutes]:
  435. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0023057a0, 0x13c85a0, 0xc07cfd8b80, 0x0)
  436. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  437. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc0023057a0)
  438. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  439. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  440. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  441.  
  442. goroutine 130 [select, 5 minutes]:
  443. github.com/ethereum/go-ethereum/p2p/nat.Map(0x1803260, 0xc0001c6640, 0xc00018f6e0, 0x15db17a, 0x3, 0x765f, 0x765f, 0x15e53f5, 0xc)
  444. github.com/ethereum/go-ethereum/p2p/nat/nat.go:113 +0x452
  445. github.com/ethereum/go-ethereum/p2p.(*Server).setupListening.func1(0xc0003d2780, 0xc0002048d0)
  446. github.com/ethereum/go-ethereum/p2p/server.go:673 +0x92
  447. created by github.com/ethereum/go-ethereum/p2p.(*Server).setupListening
  448. github.com/ethereum/go-ethereum/p2p/server.go:672 +0x245
  449.  
  450. goroutine 131 [IO wait, 1535 minutes]:
  451. internal/poll.runtime_pollWait(0x23eb96370b0, 0x72, 0x17e8e20)
  452. runtime/netpoll.go:222 +0x65
  453. internal/poll.(*pollDesc).wait(0xc0003d30b8, 0x72, 0x10e0800, 0x0, 0x0)
  454. internal/poll/fd_poll_runtime.go:87 +0x4c
  455. internal/poll.execIO(0xc0003d2f18, 0xc000669c70, 0x23eb770ec00, 0x203000100000000, 0xc000669c90)
  456. internal/poll/fd_windows.go:175 +0x105
  457. internal/poll.(*FD).acceptOne(0xc0003d2f00, 0x354, 0xc0005d8000, 0x2, 0x2, 0xc0003d2f18, 0x23eb771ffff, 0xc000669d20, 0x46b225, 0x23eb770eb00)
  458. internal/poll/fd_windows.go:810 +0x99
  459. internal/poll.(*FD).Accept(0xc0003d2f00, 0xc000669e48, 0x0, 0x0, 0x0, 0x0, 0x100000000, 0x0, 0x0, 0x0, ...)
  460. internal/poll/fd_windows.go:844 +0x16a
  461. net.(*netFD).accept(0xc0003d2f00, 0xc0005d6058, 0x1c11ac0, 0x10f5e20)
  462. net/fd_windows.go:139 +0x85
  463. net.(*TCPListener).accept(0xc000588ee0, 0x4579ab, 0xc0005d6000, 0x0)
  464. net/tcpsock_posix.go:139 +0x39
  465. net.(*TCPListener).Accept(0xc000588ee0, 0x0, 0xc0005d6000, 0xc000290400, 0x2)
  466. net/tcpsock.go:261 +0x6b
  467. github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc0003d2780)
  468. github.com/ethereum/go-ethereum/p2p/server.go:862 +0x24f
  469. created by github.com/ethereum/go-ethereum/p2p.(*Server).setupListening
  470. github.com/ethereum/go-ethereum/p2p/server.go:680 +0x16d
  471.  
  472. goroutine 132 [select, 103 minutes]:
  473. github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).runSource(0xc00065e4e0, 0xc0002d6120, 0xc000588f00)
  474. github.com/ethereum/go-ethereum/p2p/enode/iter.go:281 +0x1af
  475. created by github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).AddSource
  476. github.com/ethereum/go-ethereum/p2p/enode/iter.go:180 +0x15a
  477.  
  478. goroutine 133 [select, 5 minutes]:
  479. github.com/ethereum/go-ethereum/p2p/nat.Map(0x1803260, 0xc0001c6640, 0xc00018f6e0, 0x15db189, 0x3, 0x765f, 0x765f, 0x15ec5ce, 0x12)
  480. github.com/ethereum/go-ethereum/p2p/nat/nat.go:113 +0x452
  481. github.com/ethereum/go-ethereum/p2p.(*Server).setupDiscovery.func1(0xc0003d2780, 0xc000204ab0)
  482. github.com/ethereum/go-ethereum/p2p/server.go:567 +0x92
  483. created by github.com/ethereum/go-ethereum/p2p.(*Server).setupDiscovery
  484. github.com/ethereum/go-ethereum/p2p/server.go:566 +0x81f
  485.  
  486. goroutine 226 [select]:
  487. github.com/ethereum/go-ethereum/eth/fetcher.(*BlockFetcher).loop(0xc00009a000)
  488. github.com/ethereum/go-ethereum/eth/fetcher/block_fetcher.go:375 +0x7aa
  489. created by github.com/ethereum/go-ethereum/eth/fetcher.(*BlockFetcher).Start
  490. github.com/ethereum/go-ethereum/eth/fetcher/block_fetcher.go:231 +0x46
  491.  
  492. goroutine 134 [select]:
  493. github.com/ethereum/go-ethereum/p2p/discover.(*Table).loop(0xc00015c500)
  494. github.com/ethereum/go-ethereum/p2p/discover/table.go:236 +0x312
  495. created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
  496. github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:151 +0x2d1
  497.  
  498. goroutine 135 [select]:
  499. github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).loop(0xc00062a2d0)
  500. github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:447 +0x534
  501. created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
  502. github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:154 +0x30e
  503.  
  504. goroutine 136 [IO wait]:
  505. internal/poll.runtime_pollWait(0x23eb9636df8, 0x72, 0x17e8e20)
  506. runtime/netpoll.go:222 +0x65
  507. internal/poll.(*pollDesc).wait(0xc0003d3338, 0x72, 0x10e0800, 0x0, 0x0)
  508. internal/poll/fd_poll_runtime.go:87 +0x4c
  509. internal/poll.execIO(0xc0003d3198, 0x16badc8, 0xc08d677d01, 0xa, 0xc0912aa9c0)
  510. internal/poll/fd_windows.go:175 +0x105
  511. internal/poll.(*FD).ReadFrom(0xc0003d3180, 0xc00027e500, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
  512. internal/poll/fd_windows.go:581 +0x119
  513. net.(*netFD).readFrom(0xc0003d3180, 0xc00027e500, 0x500, 0x500, 0xb189111ff1c5254, 0xba88f48de1071400, 0x3e5fcbad84c69a9a, 0xb09cc87c6dfd96d2, 0xb189111ff1c5254)
  514. net/fd_posix.go:61 +0x65
  515. net.(*UDPConn).readFrom(0xc000006580, 0xc00027e500, 0x500, 0x500, 0xc00027e500, 0x0, 0xc000588b40, 0xc0912aa9c0)
  516. net/udpsock_posix.go:47 +0x65
  517. net.(*UDPConn).ReadFromUDP(0xc000006580, 0xc00027e500, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
  518. net/udpsock.go:106 +0x65
  519. github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).readLoop(0xc00062a2d0, 0x0)
  520. github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:524 +0x111
  521. created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
  522. github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:155 +0x33d
  523.  
  524. goroutine 137 [select, 103 minutes]:
  525. github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).runSource(0xc00065e4e0, 0xc0002d6120, 0xc001416380)
  526. github.com/ethereum/go-ethereum/p2p/enode/iter.go:281 +0x1af
  527. created by github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).AddSource
  528. github.com/ethereum/go-ethereum/p2p/enode/iter.go:180 +0x15a
  529.  
  530. goroutine 759933 [select, 1 minutes]:
  531. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc008448320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  532. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  533. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc08a1a1ba0, 0x0, 0x0)
  534. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  535. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc08a1a1ba0, 0x0, 0x0)
  536. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  537. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc08a1a1ba0, 0x0, 0x0)
  538. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  539. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc084745a40, 0x17f41a0, 0xc008448320, 0x5d, 0x4c9ac2b6494ef53b)
  540. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  541. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc084745a40, 0xc008448320, 0x17f41a0, 0xc008448320)
  542. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  543. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  544. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  545.  
  546. goroutine 138 [select, 103 minutes]:
  547. github.com/ethereum/go-ethereum/p2p.(*dialScheduler).readNodes(0xc0002ae840, 0x17fd160, 0xc00065e4e0)
  548. github.com/ethereum/go-ethereum/p2p/dial.go:323 +0x168
  549. created by github.com/ethereum/go-ethereum/p2p.newDialScheduler
  550. github.com/ethereum/go-ethereum/p2p/dial.go:180 +0x365
  551.  
  552. goroutine 139 [select, 102 minutes]:
  553. github.com/ethereum/go-ethereum/p2p.(*dialScheduler).loop(0xc0002ae840, 0x17fd160, 0xc00065e4e0)
  554. github.com/ethereum/go-ethereum/p2p/dial.go:243 +0x352
  555. created by github.com/ethereum/go-ethereum/p2p.newDialScheduler
  556. github.com/ethereum/go-ethereum/p2p/dial.go:181 +0x3a5
  557.  
  558. goroutine 140 [select, 103 minutes]:
  559. github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc0003d2780)
  560. github.com/ethereum/go-ethereum/p2p/server.go:714 +0x572
  561. created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
  562. github.com/ethereum/go-ethereum/p2p/server.go:488 +0x39d
  563.  
  564. goroutine 548327 [select, 1063 minutes]:
  565. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0a72c2a90, 0xc0733800c0)
  566. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  567. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  568. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  569.  
  570. goroutine 472376 [select, 1207 minutes]:
  571. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc097715790, 0xc00de7c220)
  572. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  573. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  574. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  575.  
  576. goroutine 141 [syscall, 1163 minutes, locked to thread]:
  577. syscall.Syscall(0x7ffe1b8c4ad0, 0x2, 0x1e74, 0xffffffff, 0x0, 0x0, 0x0, 0x0)
  578. runtime/syscall_windows.go:188 +0xe9
  579. syscall.WaitForSingleObject(0x1e74, 0xffffffff, 0x0, 0x0, 0x48ad5d)
  580. syscall/zsyscall_windows.go:738 +0x8c
  581. gopkg.in/natefinch/npipe%2ev2.waitForCompletion(0x46c, 0xc092f902a0, 0x17e8e20, 0xc074f2f8e8, 0x0)
  582. gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:182 +0x45
  583. gopkg.in/natefinch/npipe%2ev2.(*PipeListener).AcceptPipe(0xc000673280, 0x0, 0x0, 0x0)
  584. gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:327 +0x315
  585. gopkg.in/natefinch/npipe%2ev2.(*PipeListener).Accept(0xc000673280, 0x16b99d8, 0xc001419680, 0x1805ea0, 0xc08eb7ef00)
  586. gopkg.in/natefinch/npipe.v2@v2.0.0-20160621034901-c1b8fa8bdcce/npipe_windows.go:263 +0x36
  587. github.com/ethereum/go-ethereum/rpc.(*Server).ServeListener(0xc001419680, 0x17fdba0, 0xc000673280, 0x2, 0x2)
  588. github.com/ethereum/go-ethereum/rpc/ipc.go:30 +0x50
  589. created by github.com/ethereum/go-ethereum/rpc.StartIPCEndpoint
  590. github.com/ethereum/go-ethereum/rpc/endpoints.go:50 +0x3cb
  591.  
  592. goroutine 179 [IO wait, 1535 minutes]:
  593. internal/poll.runtime_pollWait(0x23eb96364e8, 0x72, 0x17e8e20)
  594. runtime/netpoll.go:222 +0x65
  595. internal/poll.(*pollDesc).wait(0xc00159c438, 0x72, 0x10e0800, 0x0, 0x0)
  596. internal/poll/fd_poll_runtime.go:87 +0x4c
  597. internal/poll.execIO(0xc00159c298, 0xc0015ddbf8, 0x23eb97fffff, 0xc0015ddc50, 0xc0015ddc18)
  598. internal/poll/fd_windows.go:175 +0x105
  599. internal/poll.(*FD).acceptOne(0xc00159c280, 0x480, 0xc001618000, 0x2, 0x2, 0xc00159c298, 0x46b225, 0x23eb97f0b00, 0x203000500000000, 0x23eb97fffff)
  600. internal/poll/fd_windows.go:810 +0x99
  601. internal/poll.(*FD).Accept(0xc00159c280, 0xc0015dddd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  602. internal/poll/fd_windows.go:844 +0x16a
  603. net.(*netFD).accept(0xc00159c280, 0xc001295aa0, 0x46029f, 0xc000080000)
  604. net/fd_windows.go:139 +0x85
  605. net.(*TCPListener).accept(0xc00158adc0, 0xc0015dde68, 0x46029f, 0x30)
  606. net/tcpsock_posix.go:139 +0x39
  607. net.(*TCPListener).Accept(0xc00158adc0, 0x152f1a0, 0xc001295aa0, 0x1447600, 0x1317010)
  608. net/tcpsock.go:261 +0x6b
  609. net/http.(*Server).Serve(0xc0015d6000, 0x17fdc20, 0xc00158adc0, 0x0, 0x0)
  610. net/http/server.go:2937 +0x26e
  611. created by github.com/ethereum/go-ethereum/node.(*httpServer).start
  612. github.com/ethereum/go-ethereum/node/rpcstack.go:141 +0x208
  613.  
  614. goroutine 65 [select, 1535 minutes]:
  615. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  616. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  617. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  618. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  619.  
  620. goroutine 194 [select, 1535 minutes]:
  621. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  622. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  623. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  624. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  625.  
  626. goroutine 195 [select, 1535 minutes]:
  627. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  628. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  629. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  630. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  631.  
  632. goroutine 196 [select, 1535 minutes]:
  633. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  634. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  635. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  636. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  637.  
  638. goroutine 197 [select, 1535 minutes]:
  639. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  640. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  641. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  642. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  643.  
  644. goroutine 198 [select, 1535 minutes]:
  645. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  646. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  647. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  648. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  649.  
  650. goroutine 199 [select, 1535 minutes]:
  651. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  652. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  653. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  654. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  655.  
  656. goroutine 200 [select, 1535 minutes]:
  657. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  658. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  659. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  660. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  661.  
  662. goroutine 201 [select, 1535 minutes]:
  663. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  664. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  665. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  666. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  667.  
  668. goroutine 202 [select, 1535 minutes]:
  669. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  670. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  671. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  672. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  673.  
  674. goroutine 203 [select, 1535 minutes]:
  675. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  676. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  677. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  678. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  679.  
  680. goroutine 204 [select, 1535 minutes]:
  681. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  682. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  683. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  684. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  685.  
  686. goroutine 205 [select, 1535 minutes]:
  687. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  688. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  689. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  690. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  691.  
  692. goroutine 206 [select, 1535 minutes]:
  693. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  694. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  695. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  696. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  697.  
  698. goroutine 207 [select, 1535 minutes]:
  699. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  700. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  701. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  702. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  703.  
  704. goroutine 208 [select, 1535 minutes]:
  705. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00009a2a0, 0x1000)
  706. github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33f
  707. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  708. github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x59
  709.  
  710. goroutine 209 [select, 1535 minutes]:
  711. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc00031c300)
  712. github.com/ethereum/go-ethereum/eth/handler.go:911 +0x130
  713. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  714. github.com/ethereum/go-ethereum/eth/handler.go:260 +0xea
  715.  
  716. goroutine 210 [chan receive, 1535 minutes]:
  717. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc00031c300)
  718. github.com/ethereum/go-ethereum/eth/handler.go:898 +0x8c
  719. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  720. github.com/ethereum/go-ethereum/eth/handler.go:265 +0x18f
  721.  
  722. goroutine 211 [select]:
  723. github.com/ethereum/go-ethereum/eth.(*chainSyncer).loop(0xc0000ff3e0)
  724. github.com/ethereum/go-ethereum/eth/sync.go:213 +0x235
  725. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  726. github.com/ethereum/go-ethereum/eth/handler.go:269 +0x1cf
  727.  
  728. goroutine 212 [select, 1535 minutes]:
  729. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop64(0xc00031c300)
  730. github.com/ethereum/go-ethereum/eth/sync.go:134 +0x29f
  731. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  732. github.com/ethereum/go-ethereum/eth/handler.go:270 +0x1f1
  733.  
  734. goroutine 213 [chan receive, 1535 minutes]:
  735. github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc00018ad00)
  736. github.com/ethereum/go-ethereum/cmd/utils/cmd.go:74 +0x105
  737. created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
  738. github.com/ethereum/go-ethereum/cmd/utils/cmd.go:70 +0xb4
  739.  
  740. goroutine 227 [select, 105 minutes]:
  741. github.com/ethereum/go-ethereum/eth/fetcher.(*TxFetcher).loop(0xc00037b6b0)
  742. github.com/ethereum/go-ethereum/eth/fetcher/tx_fetcher.go:355 +0x632
  743. created by github.com/ethereum/go-ethereum/eth/fetcher.(*TxFetcher).Start
  744. github.com/ethereum/go-ethereum/eth/fetcher/tx_fetcher.go:337 +0x46
  745.  
  746. goroutine 180 [syscall, 1535 minutes]:
  747. os/signal.signal_recv(0x0)
  748. runtime/sigqueue.go:147 +0xa9
  749. os/signal.loop()
  750. os/signal/signal_unix.go:23 +0x29
  751. created by os/signal.Notify.func1.1
  752. os/signal/signal.go:150 +0x4b
  753.  
  754. goroutine 214 [chan receive, 1535 minutes]:
  755. github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc000204de0, 0x1805ea0, 0xc000318500, 0x0)
  756. github.com/ethereum/go-ethereum/rpc/server.go:87 +0x145
  757. created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
  758. github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0xc5
  759.  
  760. goroutine 215 [select, 1535 minutes]:
  761. github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc001388480, 0x1805ea0, 0xc0003185a0)
  762. github.com/ethereum/go-ethereum/rpc/client.go:560 +0x2e5
  763. created by github.com/ethereum/go-ethereum/rpc.initClient
  764. github.com/ethereum/go-ethereum/rpc/client.go:223 +0x2b4
  765.  
  766. goroutine 85 [select, 1535 minutes]:
  767. github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc000310280, 0x1805ea0, 0xc000318500)
  768. github.com/ethereum/go-ethereum/rpc/client.go:560 +0x2e5
  769. created by github.com/ethereum/go-ethereum/rpc.initClient
  770. github.com/ethereum/go-ethereum/rpc/client.go:223 +0x2b4
  771.  
  772. goroutine 216 [chan receive, 1535 minutes]:
  773. main.startNode.func1(0xc00018ad00, 0xc0013a6e40, 0xc001380eb0)
  774. github.com/ethereum/go-ethereum/cmd/geth/main.go:393 +0x113
  775. created by main.startNode
  776. github.com/ethereum/go-ethereum/cmd/geth/main.go:385 +0x167
  777.  
  778. goroutine 86 [select, 1535 minutes]:
  779. net.(*pipe).read(0xc001388380, 0xc0005fe000, 0x200, 0x200, 0xc00174bd40, 0x4a1d18, 0x200)
  780. net/pipe.go:159 +0x1c5
  781. net.(*pipe).Read(0xc001388380, 0xc0005fe000, 0x200, 0x200, 0x2030000, 0x0, 0x17b7b1c)
  782. net/pipe.go:142 +0x54
  783. encoding/json.(*Decoder).refill(0xc0017c2000, 0x20, 0x18)
  784. encoding/json/stream.go:165 +0xf8
  785. encoding/json.(*Decoder).readValue(0xc0017c2000, 0x0, 0x0, 0x0)
  786. encoding/json/stream.go:140 +0x1ff
  787. encoding/json.(*Decoder).Decode(0xc0017c2000, 0x14660a0, 0xc000290840, 0x1, 0xc000290840)
  788. encoding/json/stream.go:63 +0x93
  789. github.com/ethereum/go-ethereum/rpc.(*jsonCodec).readBatch(0xc000318500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  790. github.com/ethereum/go-ethereum/rpc/json.go:209 +0x5e
  791. github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc000310280, 0x1805ea0, 0xc000318500)
  792. github.com/ethereum/go-ethereum/rpc/client.go:633 +0xd1
  793. created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
  794. github.com/ethereum/go-ethereum/rpc/client.go:557 +0x11a
  795.  
  796. goroutine 217 [select, 1535 minutes]:
  797. net.(*pipe).read(0xc001388400, 0xc0017d0000, 0x200, 0x200, 0xc0017cfd40, 0x4a1d18, 0x200)
  798. net/pipe.go:159 +0x1c5
  799. net.(*pipe).Read(0xc001388400, 0xc0017d0000, 0x200, 0x200, 0x2030000, 0x0, 0x17b7b1c)
  800. net/pipe.go:142 +0x54
  801. encoding/json.(*Decoder).refill(0xc0017c2160, 0x20, 0x18)
  802. encoding/json/stream.go:165 +0xf8
  803. encoding/json.(*Decoder).readValue(0xc0017c2160, 0x0, 0x0, 0x0)
  804. encoding/json/stream.go:140 +0x1ff
  805. encoding/json.(*Decoder).Decode(0xc0017c2160, 0x14660a0, 0xc000306f00, 0x1, 0xc000306f00)
  806. encoding/json/stream.go:63 +0x93
  807. github.com/ethereum/go-ethereum/rpc.(*jsonCodec).readBatch(0xc0003185a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  808. github.com/ethereum/go-ethereum/rpc/json.go:209 +0x5e
  809. github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc001388480, 0x1805ea0, 0xc0003185a0)
  810. github.com/ethereum/go-ethereum/rpc/client.go:633 +0xd1
  811. created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
  812. github.com/ethereum/go-ethereum/rpc/client.go:557 +0x11a
  813.  
  814. goroutine 795045 [select, 103 minutes]:
  815. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0987b69c0, 0xc0673c67c0)
  816. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  817. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  818. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  819.  
  820. goroutine 232 [select, 35 minutes]:
  821. github.com/ethereum/go-ethereum/p2p/enode.(*DB).expirer(0xc0002a58e0)
  822. github.com/ethereum/go-ethereum/p2p/enode/nodedb.go:315 +0x115
  823. created by github.com/ethereum/go-ethereum/p2p/enode.(*DB).ensureExpirer.func1
  824. github.com/ethereum/go-ethereum/p2p/enode/nodedb.go:306 +0x45
  825.  
  826. goroutine 500786 [select, 1188 minutes]:
  827. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc00664bd40, 0xc004a53500)
  828. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  829. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  830. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  831.  
  832. goroutine 700976 [select]:
  833. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0877d5080)
  834. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  835. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  836. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  837.  
  838. goroutine 700912 [select, 481 minutes]:
  839. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc093580340, 0xc06ccf3400)
  840. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  841. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  842. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  843.  
  844. goroutine 700911 [select, 481 minutes]:
  845. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc093580340, 0xc06ccf3400)
  846. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  847. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  848. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  849.  
  850. goroutine 760012 [select, 232 minutes]:
  851. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc08a1a1ba0, 0xc0026045e0)
  852. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  853. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  854. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  855.  
  856. goroutine 473629 [select]:
  857. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc071e7f560, 0x13c85a0, 0xc0a79dd080, 0x0)
  858. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  859. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc071e7f560)
  860. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  861. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  862. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  863.  
  864. goroutine 509354 [select]:
  865. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc08a171ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  866. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  867. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc0656d3790, 0x0, 0x0)
  868. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  869. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc0656d3790, 0x0, 0x0)
  870. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  871. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc0656d3790, 0x0, 0x0)
  872. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  873. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0023057a0, 0x17f41a0, 0xc08a171ea0, 0xc007e47f58, 0x2)
  874. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  875. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0023057a0, 0xc08a171ea0, 0x17f41a0, 0xc08a171ea0)
  876. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  877. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  878. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  879.  
  880. goroutine 760011 [select, 232 minutes]:
  881. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc08a1a1ba0, 0xc0026045e0)
  882. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  883. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  884. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  885.  
  886. goroutine 509353 [select]:
  887. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0023057a0)
  888. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  889. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  890. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  891.  
  892. goroutine 501602 [select, 1187 minutes]:
  893. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc07761fd40, 0xc066881750)
  894. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  895. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  896. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  897.  
  898. goroutine 700974 [select]:
  899. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0877d5080, 0x13c85a0, 0xc006b0e280, 0x0)
  900. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  901. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc0877d5080)
  902. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  903. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  904. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  905.  
  906. goroutine 472008 [select]:
  907. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc06b03ac00)
  908. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  909. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  910. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  911.  
  912. goroutine 504261 [runnable]:
  913. internal/poll.runtime_pollWait(0x23ec6fcc5a8, 0x72, 0x17e8e20)
  914. runtime/netpoll.go:222 +0x65
  915. internal/poll.(*pollDesc).wait(0xc0779b70b8, 0x72, 0x10e0800, 0x0, 0x0)
  916. internal/poll/fd_poll_runtime.go:87 +0x4c
  917. internal/poll.execIO(0xc0779b6f18, 0x16badc0, 0x23e92231b01, 0xc081bddfc0, 0x5f8ca9)
  918. internal/poll/fd_windows.go:175 +0x105
  919. internal/poll.(*FD).Read(0xc0779b6f00, 0xc081bddfe0, 0x20, 0x20, 0x0, 0x0, 0x0)
  920. internal/poll/fd_windows.go:441 +0x2ff
  921. net.(*netFD).Read(0xc0779b6f00, 0xc081bddfe0, 0x20, 0x20, 0x23ec6fb61c8, 0x0, 0x20)
  922. net/fd_posix.go:55 +0x56
  923. net.(*conn).Read(0xc081339150, 0xc081bddfe0, 0x20, 0x20, 0x0, 0x0, 0x0)
  924. net/net.go:182 +0x95
  925. io.ReadAtLeast(0x23eb76e4080, 0xc081339150, 0xc081bddfe0, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d108496ce1, 0xc063e15c70)
  926. io/io.go:314 +0x8e
  927. io.ReadFull(...)
  928. io/io.go:333
  929. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc067ed02d0, 0x23eb76e4080, 0xc081339150, 0x23eb76e4080, 0xc081339150, 0xc0779b6f00, 0x16bae08, 0xc063e15d30)
  930. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  931. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc09dd86090, 0xbffe175404e01308, 0x53d108496ce1, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  932. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  933. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0b8280280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  934. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  935. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc06e3fe900, 0xc09bfdb500)
  936. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  937. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  938. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  939.  
  940. goroutine 484119 [select]:
  941. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc01660b220, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  942. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  943. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc081d1f2b0, 0x0, 0x0)
  944. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  945. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc081d1f2b0, 0x0, 0x0)
  946. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  947. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc081d1f2b0, 0x0, 0x0)
  948. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  949. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0675f2ae0, 0x17f41a0, 0xc01660b220, 0xc007fcbf60, 0x1000000010000)
  950. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  951. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0675f2ae0, 0xc01660b220, 0x17f41a0, 0xc01660b220)
  952. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  953. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  954. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  955.  
  956. goroutine 472375 [select, 1207 minutes]:
  957. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc097715790, 0xc00de7c220)
  958. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  959. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  960. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  961.  
  962. goroutine 653620 [select]:
  963. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc08ac0e1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  964. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  965. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc0b8c2fe10, 0x0, 0x0)
  966. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  967. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc0b8c2fe10, 0x0, 0x0)
  968. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  969. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc0b8c2fe10, 0x0, 0x0)
  970. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  971. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc07299c240, 0x17f41a0, 0xc08ac0e1e0, 0x2e, 0xc069a85c40)
  972. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  973. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc07299c240, 0xc08ac0e1e0, 0x17f41a0, 0xc08ac0e1e0)
  974. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  975. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  976. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  977.  
  978. goroutine 759862 [select]:
  979. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc0001421c0, 0xc0000aa2a0, 0xc00ddddea0, 0xc00034e0e0, 0xc00dddde90, 0xc00ddddef0, 0xc00ddddee0, 0xc00dddded0, 0x0, 0x16b9170, ...)
  980. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1321 +0x1d8
  981. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts(0xc0001421c0, 0x7f5bd0, 0x13e5ca0, 0xc07f049dc0)
  982. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1274 +0x2ce
  983. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func5(0x180f5a0, 0xc07c817500)
  984. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:546 +0x3d
  985. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0001421c0, 0xc06dc3bbc0, 0xc0a07a3720)
  986. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0x62
  987. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  988. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0xb6
  989.  
  990. goroutine 479437 [select, 1202 minutes]:
  991. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc09b004750, 0xc062d190a0)
  992. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  993. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  994. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  995.  
  996. goroutine 759932 [select]:
  997. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc084745a40)
  998. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  999. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1000. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1001.  
  1002. goroutine 692590 [select, 514 minutes]:
  1003. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc09145c680, 0xc06ccf2dd0)
  1004. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1005. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1006. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1007.  
  1008. goroutine 477626 [select]:
  1009. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc098a092c0, 0x13c85a0, 0xc091615400, 0x0)
  1010. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1011. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc098a092c0)
  1012. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1013. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1014. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1015.  
  1016. goroutine 472009 [select]:
  1017. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc007fcd720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1018. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1019. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc0168245b0, 0x0, 0x0)
  1020. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1021. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc0168245b0, 0x0, 0x0)
  1022. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1023. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc0168245b0, 0x0, 0x0)
  1024. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1025. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc06b03ac00, 0x17f41a0, 0xc007fcd720, 0x1453260, 0xc097f898c4)
  1026. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1027. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc06b03ac00, 0xc007fcd720, 0x17f41a0, 0xc007fcd720)
  1028. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1029. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1030. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1031.  
  1032. goroutine 472370 [select]:
  1033. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc06d148780)
  1034. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1035. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1036. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1037.  
  1038. goroutine 500414 [select]:
  1039. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc07625df20)
  1040. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1041. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1042. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1043.  
  1044. goroutine 483941 [select, 1200 minutes]:
  1045. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc081d1f2b0, 0xc071816400)
  1046. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1047. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1048. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1049.  
  1050. goroutine 759931 [IO wait]:
  1051. internal/poll.runtime_pollWait(0x23eb7760ca8, 0x72, 0x17e8e20)
  1052. runtime/netpoll.go:222 +0x65
  1053. internal/poll.(*pollDesc).wait(0xc08308bab8, 0x72, 0x10e0800, 0x0, 0x0)
  1054. internal/poll/fd_poll_runtime.go:87 +0x4c
  1055. internal/poll.execIO(0xc08308b918, 0x16badc0, 0x23e92230101, 0xc089b12240, 0x5f8ca9)
  1056. internal/poll/fd_windows.go:175 +0x105
  1057. internal/poll.(*FD).Read(0xc08308b900, 0xc089b12260, 0x20, 0x20, 0x0, 0x0, 0x0)
  1058. internal/poll/fd_windows.go:441 +0x2ff
  1059. net.(*netFD).Read(0xc08308b900, 0xc089b12260, 0x20, 0x20, 0x23ec1e2ce18, 0x0, 0x20)
  1060. net/fd_posix.go:55 +0x56
  1061. net.(*conn).Read(0xc071da6a98, 0xc089b12260, 0x20, 0x20, 0x0, 0x0, 0x0)
  1062. net/net.go:182 +0x95
  1063. io.ReadAtLeast(0x23eb76e4080, 0xc071da6a98, 0xc089b12260, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53cf81da083d, 0xc0011bfc70)
  1064. io/io.go:314 +0x8e
  1065. io.ReadFull(...)
  1066. io/io.go:333
  1067. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc01debce10, 0x23eb76e4080, 0xc071da6a98, 0x23eb76e4080, 0xc071da6a98, 0xc08308b900, 0x16bae08, 0xc0011bfd30)
  1068. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1069. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc08737b950, 0xbffe17525fac3464, 0x53cf81da083d, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1070. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1071. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc097137600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1072. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1073. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc084745a40, 0xc06566a6c0)
  1074. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1075. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1076. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1077.  
  1078. goroutine 477682 [select]:
  1079. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0912c8c80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1080. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1081. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc074484f70, 0x0, 0x0)
  1082. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1083. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc074484f70, 0x0, 0x0)
  1084. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1085. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc074484f70, 0x0, 0x0)
  1086. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1087. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc098a092c0, 0x17f41a0, 0xc0912c8c80, 0x9ef88f9d29d3f98e, 0xc9f1e8ec776302b)
  1088. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1089. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc098a092c0, 0xc0912c8c80, 0x17f41a0, 0xc0912c8c80)
  1090. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1091. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1092. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1093.  
  1094. goroutine 653618 [runnable]:
  1095. internal/poll.runtime_pollWait(0x23eb9636a58, 0x72, 0x17e8e20)
  1096. runtime/netpoll.go:222 +0x65
  1097. internal/poll.(*pollDesc).wait(0xc07324ee38, 0x72, 0x10e0800, 0x0, 0x0)
  1098. internal/poll/fd_poll_runtime.go:87 +0x4c
  1099. internal/poll.execIO(0xc07324ec98, 0x16badc0, 0x23e92231501, 0xc0a3613100, 0x5f8ca9)
  1100. internal/poll/fd_windows.go:175 +0x105
  1101. internal/poll.(*FD).Read(0xc07324ec80, 0xc0a3613120, 0x20, 0x20, 0x0, 0x0, 0x0)
  1102. internal/poll/fd_windows.go:441 +0x2ff
  1103. net.(*netFD).Read(0xc07324ec80, 0xc0a3613120, 0x20, 0x20, 0x23ec4cca3b8, 0x0, 0x20)
  1104. net/fd_posix.go:55 +0x56
  1105. net.(*conn).Read(0xc0b841d960, 0xc0a3613120, 0x20, 0x20, 0x0, 0x0, 0x0)
  1106. net/net.go:182 +0x95
  1107. io.ReadAtLeast(0x23eb76e4080, 0xc0b841d960, 0xc0a3613120, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d100d4fb29, 0xc06ad0bc70)
  1108. io/io.go:314 +0x8e
  1109. io.ReadFull(...)
  1110. io/io.go:333
  1111. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc08adfc050, 0x23eb76e4080, 0xc0b841d960, 0x23eb76e4080, 0xc0b841d960, 0xc07324ec80, 0x16bae08, 0xc06ad0bd30)
  1112. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1113. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0a1330960, 0xbffe1753f9066b50, 0x53d100d4fb29, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1114. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1115. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0955189c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1116. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1117. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc07299c240, 0xc07299c360)
  1118. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1119. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1120. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1121.  
  1122. goroutine 473631 [select]:
  1123. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc071e7f560)
  1124. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1125. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1126. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1127.  
  1128. goroutine 473630 [runnable]:
  1129. internal/poll.runtime_pollWait(0x23eb9636ee0, 0x72, 0x17e8e20)
  1130. runtime/netpoll.go:222 +0x65
  1131. internal/poll.(*pollDesc).wait(0xc01485cbb8, 0x72, 0x10e0800, 0x0, 0x0)
  1132. internal/poll/fd_poll_runtime.go:87 +0x4c
  1133. internal/poll.execIO(0xc01485ca18, 0x16badc0, 0x23e92231501, 0xc0a9a58540, 0x5f8ca9)
  1134. internal/poll/fd_windows.go:175 +0x105
  1135. internal/poll.(*FD).Read(0xc01485ca00, 0xc0a9a58560, 0x20, 0x20, 0x0, 0x0, 0x0)
  1136. internal/poll/fd_windows.go:441 +0x2ff
  1137. net.(*netFD).Read(0xc01485ca00, 0xc0a9a58560, 0x20, 0x20, 0x23ec4bf68e8, 0x0, 0x20)
  1138. net/fd_posix.go:55 +0x56
  1139. net.(*conn).Read(0xc06e247fb8, 0xc0a9a58560, 0x20, 0x20, 0x0, 0x0, 0x0)
  1140. net/net.go:182 +0x95
  1141. io.ReadAtLeast(0x23eb76e4080, 0xc06e247fb8, 0xc0a9a58560, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d1058b7d91, 0xc01113fc70)
  1142. io/io.go:314 +0x8e
  1143. io.ReadFull(...)
  1144. io/io.go:333
  1145. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc09451a230, 0x23eb76e4080, 0xc06e247fb8, 0x23eb76e4080, 0xc06e247fb8, 0xc01485ca00, 0x16bae08, 0xc01113fd30)
  1146. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1147. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0a9bc92c0, 0xbffe1754022223b8, 0x53d1058b7d91, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1148. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1149. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc006fff3c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1150. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1151. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc071e7f560, 0xc071e7f620)
  1152. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1153. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1154. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1155.  
  1156. goroutine 501531 [select]:
  1157. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc06b08d200)
  1158. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1159. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1160. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1161.  
  1162. goroutine 477664 [runnable]:
  1163. internal/poll.runtime_pollWait(0x23eb9636fc8, 0x72, 0x17e8e20)
  1164. runtime/netpoll.go:222 +0x65
  1165. internal/poll.(*pollDesc).wait(0xc0981b9ab8, 0x72, 0x10e0800, 0x0, 0x0)
  1166. internal/poll/fd_poll_runtime.go:87 +0x4c
  1167. internal/poll.execIO(0xc0981b9918, 0x16badc0, 0x23e92230701, 0xc092c13880, 0x5f8ca9)
  1168. internal/poll/fd_windows.go:175 +0x105
  1169. internal/poll.(*FD).Read(0xc0981b9900, 0xc092c138e0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1170. internal/poll/fd_windows.go:441 +0x2ff
  1171. net.(*netFD).Read(0xc0981b9900, 0xc092c138e0, 0x20, 0x20, 0x23ebe778448, 0x0, 0x20)
  1172. net/fd_posix.go:55 +0x56
  1173. net.(*conn).Read(0xc0a64fa760, 0xc092c138e0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1174. net/net.go:182 +0x95
  1175. io.ReadAtLeast(0x23eb76e4080, 0xc0a64fa760, 0xc092c138e0, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d108c36f41, 0xc087537c70)
  1176. io/io.go:314 +0x8e
  1177. io.ReadFull(...)
  1178. io/io.go:333
  1179. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc09168d400, 0x23eb76e4080, 0xc0a64fa760, 0x23eb76e4080, 0xc0a64fa760, 0xc0981b9900, 0x16bae08, 0xc087537d30)
  1180. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1181. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc091782300, 0xbffe1754055a1568, 0x53d108c36f41, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1182. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1183. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0a9b70b00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1184. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1185. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc098a092c0, 0xc06d148b40)
  1186. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1187. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1188. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1189.  
  1190. goroutine 473606 [select, 1206 minutes]:
  1191. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0a4222d00, 0xc071d190c0)
  1192. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1193. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1194. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1195.  
  1196. goroutine 653340 [select, 668 minutes]:
  1197. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0b8c2fe10, 0xc0767da3e0)
  1198. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1199. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1200. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1201.  
  1202. goroutine 817434 [chan receive, 7 minutes]:
  1203. github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).Wait(...)
  1204. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:315
  1205. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFastSyncContent.func2(0xc08ac0fd60)
  1206. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1724 +0x4c
  1207. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFastSyncContent
  1208. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1767 +0xcd5
  1209.  
  1210. goroutine 509357 [select, 1179 minutes]:
  1211. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0656d3790, 0xc0702fcdb0)
  1212. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1213. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1214. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1215.  
  1216. goroutine 759813 [chan receive, 232 minutes]:
  1217. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc0001421c0, 0xc09b059ec0, 0x5, 0x8, 0x5, 0xc09b059ec0)
  1218. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:579 +0x129
  1219. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc0001421c0, 0xc063f4d1d0, 0x8408312cd3a78586, 0xbcba72c05b22f41a, 0xd84561a1415f6628, 0xe0fb3de0c2195d0e, 0xc075f53800, 0x0, 0x0)
  1220. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:558 +0x772
  1221. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc0001421c0, 0xc069a85dc0, 0x10, 0x8408312cd3a78586, 0xbcba72c05b22f41a, 0xd84561a1415f6628, 0xe0fb3de0c2195d0e, 0xc075f53800, 0xc000000001, 0x0, ...)
  1222. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:426 +0x391
  1223. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc0001421c0, 0xc069a85dc0, 0x10, 0x8408312cd3a78586, 0xbcba72c05b22f41a, 0xd84561a1415f6628, 0xe0fb3de0c2195d0e, 0xc075f53800, 0xc000000001, 0x0, ...)
  1224. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:336 +0x93
  1225. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).doSync(0xc00031c300, 0xc08d838040, 0xb8a6dc, 0xc08494c150)
  1226. github.com/ethereum/go-ethereum/eth/sync.go:322 +0xa6
  1227. github.com/ethereum/go-ethereum/eth.(*chainSyncer).startSync.func1(0xc0000ff3e0, 0xc08d838040)
  1228. github.com/ethereum/go-ethereum/eth/sync.go:298 +0x3f
  1229. created by github.com/ethereum/go-ethereum/eth.(*chainSyncer).startSync
  1230. github.com/ethereum/go-ethereum/eth/sync.go:298 +0x7d
  1231.  
  1232. goroutine 504225 [select, 1185 minutes]:
  1233. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc096dc56c0, 0xc0044ff680)
  1234. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1235. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1236. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1237.  
  1238. goroutine 795006 [runnable]:
  1239. internal/poll.runtime_pollWait(0x23eb7760398, 0x72, 0x17e8e20)
  1240. runtime/netpoll.go:222 +0x65
  1241. internal/poll.(*pollDesc).wait(0xc0a6bbf338, 0x72, 0x10e0800, 0x0, 0x0)
  1242. internal/poll/fd_poll_runtime.go:87 +0x4c
  1243. internal/poll.execIO(0xc0a6bbf198, 0x16badc0, 0x23e92231501, 0xc0a9a59660, 0x5f8ca9)
  1244. internal/poll/fd_windows.go:175 +0x105
  1245. internal/poll.(*FD).Read(0xc0a6bbf180, 0xc0a9a59680, 0x20, 0x20, 0x0, 0x0, 0x0)
  1246. internal/poll/fd_windows.go:441 +0x2ff
  1247. net.(*netFD).Read(0xc0a6bbf180, 0xc0a9a59680, 0x20, 0x20, 0x23ec4bf68e8, 0x0, 0x20)
  1248. net/fd_posix.go:55 +0x56
  1249. net.(*conn).Read(0xc08c09a998, 0xc0a9a59680, 0x20, 0x20, 0x0, 0x0, 0x0)
  1250. net/net.go:182 +0x95
  1251. io.ReadAtLeast(0x23eb76e4080, 0xc08c09a998, 0xc0a9a59680, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d10878175d, 0xc001503c70)
  1252. io/io.go:314 +0x8e
  1253. io.ReadFull(...)
  1254. io/io.go:333
  1255. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc090a28910, 0x23eb76e4080, 0xc08c09a998, 0x23eb76e4080, 0xc08c09a998, 0xc0a6bbf180, 0x16bae08, 0xc001503d30)
  1256. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1257. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc09c0903c0, 0xbffe1754050ebd84, 0x53d10878175d, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1258. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1259. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc09eff6980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1260. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1261. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc09c07eba0, 0xc0769f6360)
  1262. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1263. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1264. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1265.  
  1266. goroutine 692591 [select, 514 minutes]:
  1267. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc09145c680, 0xc06ccf2dd0)
  1268. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1269. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1270. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1271.  
  1272. goroutine 472321 [runnable]:
  1273. internal/poll.runtime_pollWait(0x23eb9636d10, 0x72, 0x17e8e20)
  1274. runtime/netpoll.go:222 +0x65
  1275. internal/poll.(*pollDesc).wait(0xc086fe5838, 0x72, 0x10e0800, 0x0, 0x0)
  1276. internal/poll/fd_poll_runtime.go:87 +0x4c
  1277. internal/poll.execIO(0xc086fe5698, 0x16badc0, 0x23e92230e01, 0xc09417e7c0, 0x5f8ca9)
  1278. internal/poll/fd_windows.go:175 +0x105
  1279. internal/poll.(*FD).Read(0xc086fe5680, 0xc09417e7e0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1280. internal/poll/fd_windows.go:441 +0x2ff
  1281. net.(*netFD).Read(0xc086fe5680, 0xc09417e7e0, 0x20, 0x20, 0x23ec4fbdc18, 0x0, 0x20)
  1282. net/fd_posix.go:55 +0x56
  1283. net.(*conn).Read(0xc08f5af8f8, 0xc09417e7e0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1284. net/net.go:182 +0x95
  1285. io.ReadAtLeast(0x23eb76e4080, 0xc08f5af8f8, 0xc09417e7e0, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d0da52efc9, 0xc009cedc70)
  1286. io/io.go:314 +0x8e
  1287. io.ReadFull(...)
  1288. io/io.go:333
  1289. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc07e2b0a00, 0x23eb76e4080, 0xc08f5af8f8, 0x23eb76e4080, 0xc08f5af8f8, 0xc086fe5680, 0x16bae08, 0xc009cedd30)
  1290. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1291. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc095782ab0, 0xbffe1753d2845ff0, 0x53d0da52efc9, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1292. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1293. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc072877c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1294. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1295. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc06d148780, 0xc06d148840)
  1296. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1297. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1298. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1299.  
  1300. goroutine 503643 [select]:
  1301. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc06e3fe900, 0x13c85a0, 0xc07098f800, 0x0)
  1302. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1303. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc06e3fe900)
  1304. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1305. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1306. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1307.  
  1308. goroutine 795008 [select]:
  1309. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc090a26aa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1310. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1311. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc0987b69c0, 0x0, 0x0)
  1312. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1313. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc0987b69c0, 0x0, 0x0)
  1314. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1315. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc0987b69c0, 0x0, 0x0)
  1316. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1317. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc09c07eba0, 0x17f41a0, 0xc090a26aa0, 0xf8ae76f84067e5d4, 0x67f5d5406ab810c0)
  1318. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1319. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc09c07eba0, 0xc090a26aa0, 0x17f41a0, 0xc090a26aa0)
  1320. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1321. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1322. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1323.  
  1324. goroutine 479295 [select]:
  1325. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc084fa8fc0)
  1326. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1327. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1328. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1329.  
  1330. goroutine 484117 [runnable]:
  1331. internal/poll.runtime_pollWait(0x23eb7760480, 0x72, 0x17e8e20)
  1332. runtime/netpoll.go:222 +0x65
  1333. internal/poll.(*pollDesc).wait(0xc0734bcbb8, 0x72, 0x10e0800, 0x0, 0x0)
  1334. internal/poll/fd_poll_runtime.go:87 +0x4c
  1335. internal/poll.execIO(0xc0734bca18, 0x16badc0, 0x23e92230701, 0xc092c12fa0, 0x5f8ca9)
  1336. internal/poll/fd_windows.go:175 +0x105
  1337. internal/poll.(*FD).Read(0xc0734bca00, 0xc092c12fc0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1338. internal/poll/fd_windows.go:441 +0x2ff
  1339. net.(*netFD).Read(0xc0734bca00, 0xc092c12fc0, 0x20, 0x20, 0x23ebe778448, 0x0, 0x20)
  1340. net/fd_posix.go:55 +0x56
  1341. net.(*conn).Read(0xc0a4f0abc8, 0xc092c12fc0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1342. net/net.go:182 +0x95
  1343. io.ReadAtLeast(0x23eb76e4080, 0xc0a4f0abc8, 0xc092c12fc0, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d105d7cd81, 0xc00174dc70)
  1344. io/io.go:314 +0x8e
  1345. io.ReadFull(...)
  1346. io/io.go:333
  1347. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc06b09b7c0, 0x23eb76e4080, 0xc0a4f0abc8, 0x23eb76e4080, 0xc0a4f0abc8, 0xc0734bca00, 0x16bae08, 0xc00174dd30)
  1348. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1349. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc08fd44360, 0xbffe1754026e73a8, 0x53d105d7cd81, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1350. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1351. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc08dc06f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1352. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1353. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0675f2ae0, 0xc0675f2ba0)
  1354. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1355. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1356. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1357.  
  1358. goroutine 653341 [select, 668 minutes]:
  1359. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0b8c2fe10, 0xc0767da3e0)
  1360. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1361. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1362. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1363.  
  1364. goroutine 501536 [select, 1187 minutes]:
  1365. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc07761fd40, 0xc066881750)
  1366. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1367. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1368. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1369.  
  1370. goroutine 509359 [select, 1179 minutes]:
  1371. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0656d3790, 0xc0702fcdb0)
  1372. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1373. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1374. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1375.  
  1376. goroutine 509352 [runnable]:
  1377. internal/poll.runtime_pollWait(0x23eb775fe28, 0x72, 0x17e8e20)
  1378. runtime/netpoll.go:222 +0x65
  1379. internal/poll.(*pollDesc).wait(0xc061fa1338, 0x72, 0x10e0800, 0x0, 0x0)
  1380. internal/poll/fd_poll_runtime.go:87 +0x4c
  1381. internal/poll.execIO(0xc061fa1198, 0x16badc0, 0x23e92230e01, 0xc09b0f5220, 0x5f8ca9)
  1382. internal/poll/fd_windows.go:175 +0x105
  1383. internal/poll.(*FD).Read(0xc061fa1180, 0xc09b0f5240, 0x20, 0x20, 0x0, 0x0, 0x0)
  1384. internal/poll/fd_windows.go:441 +0x2ff
  1385. net.(*netFD).Read(0xc061fa1180, 0xc09b0f5240, 0x20, 0x20, 0x23ec4dc8710, 0x0, 0x20)
  1386. net/fd_posix.go:55 +0x56
  1387. net.(*conn).Read(0xc071534948, 0xc09b0f5240, 0x20, 0x20, 0x0, 0x0, 0x0)
  1388. net/net.go:182 +0x95
  1389. io.ReadAtLeast(0x23eb76e4080, 0xc071534948, 0xc09b0f5240, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d0ccb256ed, 0xc0981ebc70)
  1390. io/io.go:314 +0x8e
  1391. io.ReadFull(...)
  1392. io/io.go:333
  1393. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc01a9318b0, 0x23eb76e4080, 0xc071534948, 0x23eb76e4080, 0xc071534948, 0xc061fa1180, 0x16bae08, 0xc0981ebd30)
  1394. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1395. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc098f0d440, 0xbffe1753c4e3c714, 0x53d0ccb256ed, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1396. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1397. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc083a55fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1398. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1399. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0023057a0, 0xc002305860)
  1400. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1401. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1402. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1403.  
  1404. goroutine 653521 [select]:
  1405. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc07299c240, 0x13c85a0, 0xc08ad9e480, 0x0)
  1406. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1407. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc07299c240)
  1408. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1409. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1410. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1411.  
  1412. goroutine 477665 [select]:
  1413. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc098a092c0)
  1414. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1415. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1416. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1417.  
  1418. goroutine 484118 [select]:
  1419. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0675f2ae0)
  1420. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1421. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1422. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1423.  
  1424. goroutine 509358 [select, 1179 minutes]:
  1425. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0656d3790, 0xc0702fcdb0)
  1426. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1427. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1428. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1429.  
  1430. goroutine 473605 [select, 1206 minutes]:
  1431. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0a4222d00, 0xc071d190c0)
  1432. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1433. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1434. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1435.  
  1436. goroutine 471774 [select, 1207 minutes]:
  1437. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0168245b0, 0xc063f16ff0)
  1438. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1439. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1440. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1441.  
  1442. goroutine 548445 [select]:
  1443. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0661162a0)
  1444. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1445. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1446. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1447.  
  1448. goroutine 692561 [select]:
  1449. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0769f6300)
  1450. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1451. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1452. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1453.  
  1454. goroutine 501537 [select, 1187 minutes]:
  1455. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc07761fd40, 0xc066881750)
  1456. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1457. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1458. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1459.  
  1460. goroutine 501529 [select, 1 minutes]:
  1461. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc06b08d200, 0x13c85a0, 0xc06a815480, 0x0)
  1462. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1463. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc06b08d200)
  1464. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1465. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1466. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1467.  
  1468. goroutine 700913 [select, 481 minutes]:
  1469. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc093580340, 0xc06ccf3400)
  1470. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1471. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1472. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1473.  
  1474. goroutine 479439 [select, 1202 minutes]:
  1475. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc09b004750, 0xc062d190a0)
  1476. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1477. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1478. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1479.  
  1480. goroutine 692642 [select]:
  1481. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc074a485a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1482. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1483. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc09145c680, 0x0, 0x0)
  1484. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1485. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc09145c680, 0x0, 0x0)
  1486. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1487. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc09145c680, 0x0, 0x0)
  1488. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1489. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0769f6300, 0x17f41a0, 0xc074a485a0, 0x0, 0x0)
  1490. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1491. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0769f6300, 0xc074a485a0, 0x17f41a0, 0xc074a485a0)
  1492. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1493. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1494. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1495.  
  1496. goroutine 500412 [select]:
  1497. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc07625df20, 0x13c85a0, 0xc07e07ae00, 0x0)
  1498. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1499. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc07625df20)
  1500. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1501. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1502. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1503.  
  1504. goroutine 504262 [select]:
  1505. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc06e3fe900)
  1506. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  1507. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1508. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  1509.  
  1510. goroutine 692570 [select, 1 minutes]:
  1511. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0769f6300, 0x13c85a0, 0xc00f7b4f80, 0x0)
  1512. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1513. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc0769f6300)
  1514. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1515. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1516. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1517.  
  1518. goroutine 759863 [select]:
  1519. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders(0xc0001421c0, 0x8ad3d0, 0xc075f53800, 0x0, 0x0)
  1520. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1621 +0x2d2
  1521. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0x18058e0, 0xc000182870)
  1522. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:547 +0x46
  1523. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0001421c0, 0xc06dc3bbc0, 0xc0a07a3760)
  1524. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0x62
  1525. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  1526. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0xb6
  1527.  
  1528. goroutine 692589 [select, 514 minutes]:
  1529. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc09145c680, 0xc06ccf2dd0)
  1530. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1531. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1532. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1533.  
  1534. goroutine 548446 [select]:
  1535. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc08e96a0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1536. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1537. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc0a72c2a90, 0x0, 0x0)
  1538. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1539. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc0a72c2a90, 0x0, 0x0)
  1540. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1541. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc0a72c2a90, 0x0, 0x0)
  1542. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1543. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0661162a0, 0x17f41a0, 0xc08e96a0a0, 0x8, 0x9806e4ce2dc3bd14)
  1544. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1545. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0661162a0, 0xc08e96a0a0, 0x17f41a0, 0xc08e96a0a0)
  1546. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1547. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1548. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1549.  
  1550. goroutine 759902 [select, 1 minutes]:
  1551. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc084745a40, 0x13c85a0, 0xc06563d680, 0x0)
  1552. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1553. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc084745a40)
  1554. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1555. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1556. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1557.  
  1558. goroutine 817580 [runnable, locked to thread]:
  1559. syscall.Syscall6(0x7ffe1b8c4ee0, 0x5, 0x3bec, 0xc01e822f00, 0x1078, 0xc012730984, 0xc0127309a0, 0x0, 0x0, 0x0, ...)
  1560. runtime/syscall_windows.go:201 +0xf2
  1561. syscall.ReadFile(0x3bec, 0xc01e822f00, 0x1078, 0x2008, 0xc012730984, 0xc0127309a0, 0xc000086768, 0x18)
  1562. syscall/zsyscall_windows.go:313 +0x105
  1563. internal/poll.(*FD).Pread(0xc003cca000, 0xc01e822f00, 0x1078, 0x2008, 0x140702, 0x0, 0x0, 0x0)
  1564. internal/poll/fd_windows.go:554 +0x205
  1565. os.(*File).pread(...)
  1566. os/file_posix.go:40
  1567. os.(*File).ReadAt(0xc06a1ffe30, 0xc01e822f00, 0x1078, 0x2008, 0x140702, 0x0, 0x0, 0x0)
  1568. os/file.go:134 +0x10b
  1569. github.com/syndtr/goleveldb/leveldb.(*iStorageReader).ReadAt(0xc0a26286c0, 0xc01e822f00, 0x1078, 0x2008, 0x140702, 0x301af, 0xc012730b68, 0x467e16)
  1570. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/storage.go:49 +0x66
  1571. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readRawBlock(0xc01a888a90, 0x140702, 0x1073, 0x157e601, 0x1, 0xc06be537a0, 0xc012730d20, 0x74d249, 0x157e640)
  1572. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:564 +0xc2
  1573. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlock(0xc01a888a90, 0x140702, 0x1073, 0x1, 0xc012730d48, 0x750d25, 0xc08b8ba030)
  1574. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:603 +0x5c
  1575. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached.func1(0xc08d348480, 0xc0001c6740, 0xc013f79780)
  1576. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:627 +0x59
  1577. github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc0001c6740, 0x108d4, 0x140702, 0xc012730df8, 0x0)
  1578. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/cache/cache.go:388 +0x28a
  1579. github.com/syndtr/goleveldb/leveldb/cache.(*NamespaceGetter).Get(...)
  1580. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/cache/cache.go:58
  1581. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc01a888a90, 0x140702, 0x1073, 0xc00ebe0101, 0xc012730e90, 0x74f90c, 0xc00ebec620, 0xc00ebec620, 0x0)
  1582. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:625 +0xcc
  1583. github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc01a888a90, 0x140702, 0x1073, 0x0, 0xc08b8b0101, 0x28, 0x28)
  1584. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:765 +0x65
  1585. github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc01a888a90, 0xc08b8ba030, 0x28, 0x28, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1586. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:865 +0x4a5
  1587. github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(...)
  1588. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:922
  1589. github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc000089f50, 0xc09d4e65a0, 0xc08b8ba030, 0x28, 0x28, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1590. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table.go:450 +0x150
  1591. github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x3, 0xc09d4e65a0, 0x20)
  1592. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/version.go:180 +0x485
  1593. github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc06c3d5020, 0x0, 0x0, 0x0, 0xc08b8ba030, 0x28, 0x28, 0xc012731390, 0xc012731360)
  1594. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/version.go:128 +0x49a
  1595. github.com/syndtr/goleveldb/leveldb.(*version).get(0xc06c3d5020, 0x0, 0x0, 0x0, 0xc08b8ba030, 0x28, 0x28, 0x0, 0xfcd0f00, 0x0, ...)
  1596. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/version.go:164 +0x2f1
  1597. github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc000396000, 0x0, 0x0, 0x0, 0x0, 0xc090c04160, 0x20, 0x20, 0x2b43c3d3, 0x0, ...)
  1598. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:785 +0x39b
  1599. github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc000396000, 0xc090c04160, 0x20, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1600. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:851 +0x148
  1601. github.com/ethereum/go-ethereum/ethdb/leveldb.(*Database).Get(0xc0002a6400, 0xc090c04160, 0x20, 0x20, 0x20, 0x23e92233648, 0xc090c04160, 0x3, 0xc000080400)
  1602. github.com/ethereum/go-ethereum/ethdb/leveldb/leveldb.go:160 +0x65
  1603. github.com/ethereum/go-ethereum/core/rawdb.ReadTrieNode(...)
  1604. github.com/ethereum/go-ethereum/core/rawdb/accessors_state.go:80
  1605. github.com/ethereum/go-ethereum/trie.(*Sync).children(0xc08f195ec0, 0xc0644fe000, 0x17f43e0, 0xc09a32a000, 0x114, 0x114, 0x17f43e0, 0xc09a32a000, 0x0)
  1606. github.com/ethereum/go-ethereum/trie/sync.go:413 +0x7cf
  1607. github.com/ethereum/go-ethereum/trie.(*Sync).Process(0xc08f195ec0, 0xfd66841ce51abae, 0x2d54f46749ebde91, 0x2ecf477784b8e89f, 0xf02261d11695ba05, 0xc00a1d86c0, 0x114, 0x114, 0xc00522c118, 0x8)
  1608. github.com/ethereum/go-ethereum/trie/sync.go:291 +0x258
  1609. github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).processNodeData(0xc08ac0fd60, 0xc00a1d86c0, 0x114, 0x114, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1610. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:581 +0x1a6
  1611. github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).process(0xc08ac0fd60, 0xc0a8ddef50, 0x0, 0x0, 0x0)
  1612. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:521 +0x17e
  1613. github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).loop(0xc08ac0fd60, 0x0, 0x0)
  1614. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:387 +0x486
  1615. github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).run(0xc08ac0fd60)
  1616. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:309 +0x32
  1617. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).runStateSync
  1618. github.com/ethereum/go-ethereum/eth/downloader/statesync.go:106 +0x1d0
  1619.  
  1620. goroutine 472320 [select, 1 minutes]:
  1621. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc06d148780, 0x13c85a0, 0xc01e53db00, 0x0)
  1622. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1623. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc06d148780)
  1624. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1625. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1626. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1627.  
  1628. goroutine 479461 [select, 1 minutes]:
  1629. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc084fa8fc0, 0x13c85a0, 0xc07cb2a580, 0x0)
  1630. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1631. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc084fa8fc0)
  1632. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1633. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1634. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1635.  
  1636. goroutine 484116 [select]:
  1637. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0675f2ae0, 0x13c85a0, 0xc06d50a100, 0x0)
  1638. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1639. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc0675f2ae0)
  1640. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1641. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1642. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1643.  
  1644. goroutine 500788 [select, 1188 minutes]:
  1645. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc00664bd40, 0xc004a53500)
  1646. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1647. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1648. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1649.  
  1650. goroutine 548329 [select, 1063 minutes]:
  1651. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0a72c2a90, 0xc0733800c0)
  1652. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1653. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1654. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1655.  
  1656. goroutine 501532 [select]:
  1657. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc07b433ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1658. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1659. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc07761fd40, 0x0, 0x0)
  1660. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1661. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc07761fd40, 0x0, 0x0)
  1662. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1663. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc07761fd40, 0x0, 0x0)
  1664. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1665. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc06b08d200, 0x17f41a0, 0xc07b433ae0, 0x3, 0x0)
  1666. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1667. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc06b08d200, 0xc07b433ae0, 0x17f41a0, 0xc07b433ae0)
  1668. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1669. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1670. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1671.  
  1672. goroutine 471775 [select, 1207 minutes]:
  1673. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0168245b0, 0xc063f16ff0)
  1674. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1675. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1676. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1677.  
  1678. goroutine 477534 [select, 1203 minutes]:
  1679. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc074484f70, 0xc0b8bcdf40)
  1680. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1681. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1682. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1683.  
  1684. goroutine 504224 [select, 1185 minutes]:
  1685. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc096dc56c0, 0xc0044ff680)
  1686. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1687. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1688. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1689.  
  1690. goroutine 477536 [select, 1203 minutes]:
  1691. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc074484f70, 0xc0b8bcdf40)
  1692. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1693. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1694. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1695.  
  1696. goroutine 483942 [select, 1200 minutes]:
  1697. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc081d1f2b0, 0xc071816400)
  1698. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1699. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1700. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1701.  
  1702. goroutine 548328 [select, 1063 minutes]:
  1703. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0a72c2a90, 0xc0733800c0)
  1704. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1705. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1706. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1707.  
  1708. goroutine 479438 [select, 1202 minutes]:
  1709. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc09b004750, 0xc062d190a0)
  1710. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1711. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1712. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1713.  
  1714. goroutine 504263 [select]:
  1715. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc067ef6460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1716. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1717. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc096dc56c0, 0x0, 0x0)
  1718. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1719. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc096dc56c0, 0x0, 0x0)
  1720. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1721. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc096dc56c0, 0x0, 0x0)
  1722. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1723. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc06e3fe900, 0x17f41a0, 0xc067ef6460, 0x5edf90651fc6bc4e, 0xc07080793c)
  1724. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1725. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc06e3fe900, 0xc067ef6460, 0x17f41a0, 0xc067ef6460)
  1726. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1727. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1728. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1729.  
  1730. goroutine 700977 [runnable]:
  1731. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc014cdf180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1732. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1733. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc093580340, 0x0, 0x0)
  1734. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1735. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc093580340, 0x0, 0x0)
  1736. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1737. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc093580340, 0x0, 0x0)
  1738. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1739. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0877d5080, 0x17f41a0, 0xc014cdf180, 0x0, 0xc083176588)
  1740. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1741. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0877d5080, 0xc014cdf180, 0x17f41a0, 0xc014cdf180)
  1742. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1743. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1744. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1745.  
  1746. goroutine 472006 [select]:
  1747. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc06b03ac00, 0x13c85a0, 0xc002dd8100, 0x0)
  1748. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1749. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc06b03ac00)
  1750. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1751. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1752. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1753.  
  1754. goroutine 653342 [select, 668 minutes]:
  1755. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0b8c2fe10, 0xc0767da3e0)
  1756. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1757. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1758. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1759.  
  1760. goroutine 500787 [select, 1188 minutes]:
  1761. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc00664bd40, 0xc004a53500)
  1762. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1763. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1764. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1765.  
  1766. goroutine 472371 [select]:
  1767. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc00a73efa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1768. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1769. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc097715790, 0x0, 0x0)
  1770. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1771. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc097715790, 0x0, 0x0)
  1772. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1773. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc097715790, 0x0, 0x0)
  1774. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1775. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc06d148780, 0x17f41a0, 0xc00a73efa0, 0xc00066bf58, 0x2)
  1776. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1777. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc06d148780, 0xc00a73efa0, 0x17f41a0, 0xc00a73efa0)
  1778. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1779. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1780. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1781.  
  1782. goroutine 471773 [select, 1207 minutes]:
  1783. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0168245b0, 0xc063f16ff0)
  1784. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1785. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1786. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1787.  
  1788. goroutine 472007 [runnable]:
  1789. internal/poll.runtime_pollWait(0x23eb9636c28, 0x72, 0x17e8e20)
  1790. runtime/netpoll.go:222 +0x65
  1791. internal/poll.(*pollDesc).wait(0xc08d39f5b8, 0x72, 0x10e0800, 0x0, 0x0)
  1792. internal/poll/fd_poll_runtime.go:87 +0x4c
  1793. internal/poll.execIO(0xc08d39f418, 0x16badc0, 0x23e92231b01, 0xc081bdde00, 0x5f8ca9)
  1794. internal/poll/fd_windows.go:175 +0x105
  1795. internal/poll.(*FD).Read(0xc08d39f400, 0xc081bdde20, 0x20, 0x20, 0x0, 0x0, 0x0)
  1796. internal/poll/fd_windows.go:441 +0x2ff
  1797. net.(*netFD).Read(0xc08d39f400, 0xc081bdde20, 0x20, 0x20, 0x23ec6fb61c8, 0x0, 0x20)
  1798. net/fd_posix.go:55 +0x56
  1799. net.(*conn).Read(0xc06110c3a0, 0xc081bdde20, 0x20, 0x20, 0x0, 0x0, 0x0)
  1800. net/net.go:182 +0x95
  1801. io.ReadAtLeast(0x23eb76e4080, 0xc06110c3a0, 0xc081bdde20, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d107276539, 0xc006831c70)
  1802. io/io.go:314 +0x8e
  1803. io.ReadFull(...)
  1804. io/io.go:333
  1805. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc08a3346e0, 0x23eb76e4080, 0xc06110c3a0, 0x23eb76e4080, 0xc06110c3a0, 0xc08d39f400, 0x16bae08, 0xc006831d30)
  1806. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1807. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc090f28d80, 0xbffe175403be0b60, 0x53d107276539, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1808. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1809. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc066b921c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1810. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1811. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc06b03ac00, 0xc06b03acc0)
  1812. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1813. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1814. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1815.  
  1816. goroutine 504274 [select, 1185 minutes]:
  1817. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc096dc56c0, 0xc0044ff680)
  1818. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1819. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1820. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1821.  
  1822. goroutine 548326 [select]:
  1823. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0661162a0, 0x13c85a0, 0xc09e5caf80, 0x0)
  1824. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  1825. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc0661162a0)
  1826. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  1827. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  1828. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  1829.  
  1830. goroutine 500415 [select]:
  1831. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc093d67e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1832. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1833. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc00664bd40, 0x0, 0x0)
  1834. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1835. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc00664bd40, 0x0, 0x0)
  1836. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1837. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc00664bd40, 0x0, 0x0)
  1838. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1839. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc07625df20, 0x17f41a0, 0xc093d67e00, 0x80, 0x1a2519ec40c1d753)
  1840. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1841. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc07625df20, 0xc093d67e00, 0x17f41a0, 0xc093d67e00)
  1842. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1843. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1844. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1845.  
  1846. goroutine 548444 [runnable]:
  1847. internal/poll.runtime_pollWait(0x23eb775fff8, 0x72, 0x17e8e20)
  1848. runtime/netpoll.go:222 +0x65
  1849. internal/poll.(*pollDesc).wait(0xc06d1d26b8, 0x72, 0x10e0800, 0x0, 0x0)
  1850. internal/poll/fd_poll_runtime.go:87 +0x4c
  1851. internal/poll.execIO(0xc06d1d2518, 0x16badc0, 0x23e92231501, 0xc0a3612ce0, 0x5f8ca9)
  1852. internal/poll/fd_windows.go:175 +0x105
  1853. internal/poll.(*FD).Read(0xc06d1d2500, 0xc0a3612d00, 0x20, 0x20, 0x0, 0x0, 0x0)
  1854. internal/poll/fd_windows.go:441 +0x2ff
  1855. net.(*netFD).Read(0xc06d1d2500, 0xc0a3612d00, 0x20, 0x20, 0x23ec4cca3b8, 0x0, 0x20)
  1856. net/fd_posix.go:55 +0x56
  1857. net.(*conn).Read(0xc081aa4170, 0xc0a3612d00, 0x20, 0x20, 0x0, 0x0, 0x0)
  1858. net/net.go:182 +0x95
  1859. io.ReadAtLeast(0x23eb76e4080, 0xc081aa4170, 0xc0a3612d00, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d0fd50978d, 0xc00d01bc70)
  1860. io/io.go:314 +0x8e
  1861. io.ReadFull(...)
  1862. io/io.go:333
  1863. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc09559f270, 0x23eb76e4080, 0xc081aa4170, 0x23eb76e4080, 0xc081aa4170, 0xc06d1d2500, 0x16bae08, 0xc00d01bd30)
  1864. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1865. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc08fa46240, 0xbffe1753f58207b4, 0x53d0fd50978d, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1866. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1867. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc089b0ca00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1868. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1869. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0661162a0, 0xc09a88c720)
  1870. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1871. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1872. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1873.  
  1874. goroutine 472374 [select, 1207 minutes]:
  1875. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc097715790, 0xc00de7c220)
  1876. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  1877. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1878. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  1879.  
  1880. goroutine 479294 [runnable]:
  1881. internal/poll.runtime_pollWait(0x23eb7760bc0, 0x72, 0x17e8e20)
  1882. runtime/netpoll.go:222 +0x65
  1883. internal/poll.(*pollDesc).wait(0xc06d29e6b8, 0x72, 0x10e0800, 0x0, 0x0)
  1884. internal/poll/fd_poll_runtime.go:87 +0x4c
  1885. internal/poll.execIO(0xc06d29e518, 0x16badc0, 0x23e92230701, 0xc09c358e00, 0x5f8ca9)
  1886. internal/poll/fd_windows.go:175 +0x105
  1887. internal/poll.(*FD).Read(0xc06d29e500, 0xc09c358e20, 0x20, 0x20, 0x0, 0x0, 0x0)
  1888. internal/poll/fd_windows.go:441 +0x2ff
  1889. net.(*netFD).Read(0xc06d29e500, 0xc09c358e20, 0x20, 0x20, 0x23ec299dc08, 0x0, 0x20)
  1890. net/fd_posix.go:55 +0x56
  1891. net.(*conn).Read(0xc00d682c70, 0xc09c358e20, 0x20, 0x20, 0x0, 0x0, 0x0)
  1892. net/net.go:182 +0x95
  1893. io.ReadAtLeast(0x23eb76e4080, 0xc00d682c70, 0xc09c358e20, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d0ddc8a081, 0xc063e09c70)
  1894. io/io.go:314 +0x8e
  1895. io.ReadFull(...)
  1896. io/io.go:333
  1897. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc062d17900, 0x23eb76e4080, 0xc00d682c70, 0x23eb76e4080, 0xc00d682c70, 0xc06d29e500, 0x16bae08, 0xc063e09d30)
  1898. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1899. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc099616210, 0xbffe1753d5fa10a8, 0x53d0ddc8a081, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1900. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1901. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0a60fe580, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1902. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1903. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc084fa8fc0, 0xc074d6be00)
  1904. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1905. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1906. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1907.  
  1908. goroutine 795046 [select, 103 minutes]:
  1909. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0987b69c0, 0xc0673c67c0)
  1910. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  1911. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1912. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  1913.  
  1914. goroutine 500413 [runnable]:
  1915. internal/poll.runtime_pollWait(0x23eb77601c8, 0x72, 0x17e8e20)
  1916. runtime/netpoll.go:222 +0x65
  1917. internal/poll.(*pollDesc).wait(0xc06e17fab8, 0x72, 0x10e0800, 0x0, 0x0)
  1918. internal/poll/fd_poll_runtime.go:87 +0x4c
  1919. internal/poll.execIO(0xc06e17f918, 0x16badc0, 0x23e92232801, 0xc093632bc0, 0x5f8ca9)
  1920. internal/poll/fd_windows.go:175 +0x105
  1921. internal/poll.(*FD).Read(0xc06e17f900, 0xc093632be0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1922. internal/poll/fd_windows.go:441 +0x2ff
  1923. net.(*netFD).Read(0xc06e17f900, 0xc093632be0, 0x20, 0x20, 0x23ec178fff8, 0x0, 0x20)
  1924. net/fd_posix.go:55 +0x56
  1925. net.(*conn).Read(0xc0882b0dd8, 0xc093632be0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1926. net/net.go:182 +0x95
  1927. io.ReadAtLeast(0x23eb76e4080, 0xc0882b0dd8, 0xc093632be0, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d107c00f41, 0xc00a11fc70)
  1928. io/io.go:314 +0x8e
  1929. io.ReadFull(...)
  1930. io/io.go:333
  1931. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc0974ba460, 0x23eb76e4080, 0xc0882b0dd8, 0x23eb76e4080, 0xc0882b0dd8, 0xc06e17f900, 0x16bae08, 0xc00a11fd30)
  1932. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1933. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc09faabb00, 0xbffe17540456b568, 0x53d107c00f41, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1934. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1935. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc09552e000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1936. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1937. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc07625df20, 0xc0945ae000)
  1938. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1939. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1940. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  1941.  
  1942. goroutine 473632 [select]:
  1943. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc07fe0cc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1944. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  1945. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc0a4222d00, 0x0, 0x0)
  1946. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  1947. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc0a4222d00, 0x0, 0x0)
  1948. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  1949. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc0a4222d00, 0x0, 0x0)
  1950. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  1951. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc071e7f560, 0x17f41a0, 0xc07fe0cc80, 0x3, 0x0)
  1952. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  1953. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc071e7f560, 0xc07fe0cc80, 0x17f41a0, 0xc07fe0cc80)
  1954. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  1955. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1956. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  1957.  
  1958. goroutine 759860 [select, 3 minutes]:
  1959. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeaders(0xc0001421c0, 0xc063f4d1d0, 0x7f5bd0, 0x0, 0x0)
  1960. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1140 +0x121a
  1961. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func3(0xc08ac351c0, 0xc01b02be00)
  1962. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:544 +0x47
  1963. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0001421c0, 0xc06dc3bbc0, 0xc0a07a36e0)
  1964. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0x62
  1965. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  1966. github.com/ethereum/go-ethereum/eth/downloader/downloader.go:568 +0xb6
  1967.  
  1968. goroutine 477535 [select, 1203 minutes]:
  1969. github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc074484f70, 0xc0b8bcdf40)
  1970. github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1bd
  1971. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  1972. github.com/ethereum/go-ethereum/eth/peer.go:726 +0x165
  1973.  
  1974. goroutine 700975 [runnable]:
  1975. internal/poll.runtime_pollWait(0x23eb77609f0, 0x72, 0x17e8e20)
  1976. runtime/netpoll.go:222 +0x65
  1977. internal/poll.(*pollDesc).wait(0xc0a7a43ab8, 0x72, 0x10e0800, 0x0, 0x0)
  1978. internal/poll/fd_poll_runtime.go:87 +0x4c
  1979. internal/poll.execIO(0xc0a7a43918, 0x16badc0, 0x23e92231b01, 0xc0a5c9a060, 0x5f8ca9)
  1980. internal/poll/fd_windows.go:175 +0x105
  1981. internal/poll.(*FD).Read(0xc0a7a43900, 0xc0a5c9a080, 0x20, 0x20, 0x0, 0x0, 0x0)
  1982. internal/poll/fd_windows.go:441 +0x2ff
  1983. net.(*netFD).Read(0xc0a7a43900, 0xc0a5c9a080, 0x20, 0x20, 0x23ec5374400, 0x0, 0x20)
  1984. net/fd_posix.go:55 +0x56
  1985. net.(*conn).Read(0xc093162ba8, 0xc0a5c9a080, 0x20, 0x20, 0x0, 0x0, 0x0)
  1986. net/net.go:182 +0x95
  1987. io.ReadAtLeast(0x23eb76e4080, 0xc093162ba8, 0xc0a5c9a080, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d1091fe271, 0xc015ad5c70)
  1988. io/io.go:314 +0x8e
  1989. io.ReadFull(...)
  1990. io/io.go:333
  1991. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc078b182d0, 0x23eb76e4080, 0xc093162ba8, 0x23eb76e4080, 0xc093162ba8, 0xc0a7a43900, 0x16bae08, 0xc015ad5d30)
  1992. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  1993. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0a74d5da0, 0xbffe175405b68898, 0x53d1091fe271, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  1994. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  1995. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc09d0daac0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1996. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  1997. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0877d5080, 0xc0877d5140)
  1998. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  1999. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  2000. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  2001.  
  2002. goroutine 692560 [runnable]:
  2003. internal/poll.runtime_pollWait(0x23eb9636318, 0x72, 0x17e8e20)
  2004. runtime/netpoll.go:222 +0x65
  2005. internal/poll.(*pollDesc).wait(0xc0a7a43838, 0x72, 0x10e0800, 0x0, 0x0)
  2006. internal/poll/fd_poll_runtime.go:87 +0x4c
  2007. internal/poll.execIO(0xc0a7a43698, 0x16badc0, 0x23e92231501, 0xc0a9a593a0, 0x5f8ca9)
  2008. internal/poll/fd_windows.go:175 +0x105
  2009. internal/poll.(*FD).Read(0xc0a7a43680, 0xc0a9a593c0, 0x20, 0x20, 0x0, 0x0, 0x0)
  2010. internal/poll/fd_windows.go:441 +0x2ff
  2011. net.(*netFD).Read(0xc0a7a43680, 0xc0a9a593c0, 0x20, 0x20, 0x23ec4bf68e8, 0x0, 0x20)
  2012. net/fd_posix.go:55 +0x56
  2013. net.(*conn).Read(0xc080e7a370, 0xc0a9a593c0, 0x20, 0x20, 0x0, 0x0, 0x0)
  2014. net/net.go:182 +0x95
  2015. io.ReadAtLeast(0x23eb76e4080, 0xc080e7a370, 0xc0a9a593c0, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d107648671, 0xc00a121c70)
  2016. io/io.go:314 +0x8e
  2017. io.ReadFull(...)
  2018. io/io.go:333
  2019. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc061ca1310, 0x23eb76e4080, 0xc080e7a370, 0x23eb76e4080, 0xc080e7a370, 0xc0a7a43680, 0x16bae08, 0xc00a121d30)
  2020. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  2021. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc08d7ec000, 0xbffe175403fb2c98, 0x53d107648671, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  2022. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  2023. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc087387c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  2024. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  2025. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0769f6300, 0xc0829f2cc0)
  2026. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  2027. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  2028. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  2029.  
  2030. goroutine 479296 [select]:
  2031. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc06d29af00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  2032. github.com/ethereum/go-ethereum/p2p/peer.go:436 +0x10d
  2033. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc00031c300, 0xc09b004750, 0x0, 0x0)
  2034. github.com/ethereum/go-ethereum/eth/handler.go:383 +0x8d
  2035. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc00031c300, 0xc09b004750, 0x0, 0x0)
  2036. github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa2d
  2037. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc00031c300, 0xc09b004750, 0x0, 0x0)
  2038. github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbd
  2039. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc084fa8fc0, 0x17f41a0, 0xc06d29af00, 0xf8ae76f84067e5d4, 0x67f5d5406ab810c0)
  2040. github.com/ethereum/go-ethereum/eth/handler.go:218 +0xd1
  2041. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc084fa8fc0, 0xc06d29af00, 0x17f41a0, 0xc06d29af00)
  2042. github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x9f
  2043. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  2044. github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x207
  2045.  
  2046. goroutine 795033 [select]:
  2047. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc09c07eba0, 0x13c85a0, 0xc011363e00, 0x0)
  2048. github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x28b
  2049. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0003d2780, 0xc09c07eba0)
  2050. github.com/ethereum/go-ethereum/p2p/server.go:1039 +0x1fc
  2051. created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
  2052. github.com/ethereum/go-ethereum/p2p/server.go:1022 +0xc7
  2053.  
  2054. goroutine 795007 [select]:
  2055. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc09c07eba0)
  2056. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  2057. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  2058. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  2059.  
  2060. goroutine 501530 [runnable]:
  2061. internal/poll.runtime_pollWait(0x23eb7760568, 0x72, 0x17e8e20)
  2062. runtime/netpoll.go:222 +0x65
  2063. internal/poll.(*pollDesc).wait(0xc09cc14438, 0x72, 0x10e0800, 0x0, 0x0)
  2064. internal/poll/fd_poll_runtime.go:87 +0x4c
  2065. internal/poll.execIO(0xc09cc14298, 0x16badc0, 0x23e92232f01, 0xc084346fe0, 0x5f8ca9)
  2066. internal/poll/fd_windows.go:175 +0x105
  2067. internal/poll.(*FD).Read(0xc09cc14280, 0xc084347000, 0x20, 0x20, 0x0, 0x0, 0x0)
  2068. internal/poll/fd_windows.go:441 +0x2ff
  2069. net.(*netFD).Read(0xc09cc14280, 0xc084347000, 0x20, 0x20, 0x23ec51dfc50, 0x0, 0x20)
  2070. net/fd_posix.go:55 +0x56
  2071. net.(*conn).Read(0xc09fc247e0, 0xc084347000, 0x20, 0x20, 0x0, 0x0, 0x0)
  2072. net/net.go:182 +0x95
  2073. io.ReadAtLeast(0x23eb76e4080, 0xc09fc247e0, 0xc084347000, 0x20, 0x20, 0x20, 0x23eb76e4080, 0x53d103ef8135, 0xc012145c70)
  2074. io/io.go:314 +0x8e
  2075. io.ReadFull(...)
  2076. io/io.go:333
  2077. github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc088e7dcc0, 0x23eb76e4080, 0xc09fc247e0, 0x23eb76e4080, 0xc09fc247e0, 0xc09cc14280, 0x16bae08, 0xc012145d30)
  2078. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0xa5
  2079. github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc070a1cf90, 0xbffe17540086275c, 0x53d103ef8135, 0x1ea8b40, 0x0, 0x0, 0x1ea8b40, 0x0)
  2080. github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x94
  2081. github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0a0362380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  2082. github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
  2083. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc06b08d200, 0xc06b08d2c0)
  2084. github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xd0
  2085. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  2086. github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x106
  2087.  
  2088. goroutine 653619 [select]:
  2089. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc07299c240)
  2090. github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x15b
  2091. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  2092. github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x12b
  2093.  
  2094. goroutine 483940 [select, 1200 minutes]:
  2095. github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc081d1f2b0, 0xc071816400)
  2096. github.com/ethereum/go-ethereum/eth/peer.go:134 +0x148
  2097. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  2098. github.com/ethereum/go-ethereum/eth/peer.go:725 +0x135
  2099.  
  2100. goroutine 473607 [select, 1206 minutes]:
  2101. github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0a4222d00, 0xc071d190c0)
  2102. github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1bd
  2103. created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
  2104. github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1bd
  2105.  
  2106. C:\Users\Roi>dcsdcad=========Failed to unregister sync peerhhבמלחמת לבנון השנייה במלחמת לבנון השנייה 8e2c462b3effbd348e2c462b3effbd3499999nnnnnnnnnnnnnnnnnnnheader=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->4931786header=4933835->49317869999999997777……55111INFOINFOINFOINFOgeth attach ipc:\\.\pipe\geth.ipc3sdasadasdasdasdasdasd
  2107. 'dcsdcad' is not recognized as an internal or external command,
  2108. operable program or batch file.
  2109.  
  2110. C:\Users\Roi>
  2111. C:\Users\Roi>
  2112. C:\Users\Roi>
  2113. C:\Users\Roi>
  2114. C:\Users\Roi>
  2115. C:\Users\Roi>
  2116. C:\Users\Roi>
  2117. C:\Users\Roi>
  2118. C:\Users\Roi>
  2119. C:\Users\Roi>
  2120. C:\Users\Roi>20:48:37.340] Imported new state entries count=1280 elapsed=11.988ms processed=36476539 pending=33274 trieretry=0 coderetry=0 duplicate=5754 unexpected=19692
  2121. The filename, directory name, or volume label syntax is incorrect.
  2122.  
  2123. C:\Users\Roi>INFO [01-31|20:48:38.799] Imported new block receipts count=231 elapsed=1.533s number=5886108 hash="e368c6…3109f3" age=2y7mo2w size=12.20MiB
  2124. 'INFO' is not recognized as an internal or external command,
  2125. operable program or batch file.
  2126.  
  2127. C:\Users\Roi>INFO [01-31|20:48:38.997] Imported new state entries count=981 elapsed=5.980ms processed=36477520 pending=32506 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2128. 'INFO' is not recognized as an internal or external command,
  2129. operable program or batch file.
  2130.  
  2131. C:\Users\Roi>INFO [01-31|20:48:39.120] Imported new block headers count=2048 elapsed=97.966ms number=5923594 hash="d70581…de8818" age=2y7mo1w
  2132. 'INFO' is not recognized as an internal or external command,
  2133. operable program or batch file.
  2134.  
  2135. C:\Users\Roi>INFO [01-31|20:48:40.740] Imported new block receipts count=522 elapsed=1.919s number=5886630 hash="bf4578…c6a5d5" age=2y7mo2w size=25.23MiB
  2136. 'INFO' is not recognized as an internal or external command,
  2137. operable program or batch file.
  2138.  
  2139. C:\Users\Roi>INFO [01-31|20:48:40.989] Imported new state entries count=1092 elapsed=9.849ms processed=36478612 pending=31678 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2140. 'INFO' is not recognized as an internal or external command,
  2141. operable program or batch file.
  2142.  
  2143. C:\Users\Roi>INFO [01-31|20:48:42.139] Imported new block receipts count=193 elapsed=1.385s number=5886823 hash="0a4725…f4fa76" age=2y7mo2w size=9.56MiB
  2144. 'INFO' is not recognized as an internal or external command,
  2145. operable program or batch file.
  2146.  
  2147. C:\Users\Roi>INFO [01-31|20:48:43.964] Imported new block receipts count=310 elapsed=1.809s number=5887133 hash="fdc82d…d95a41" age=2y7mo2w size=15.85MiB
  2148. 'INFO' is not recognized as an internal or external command,
  2149. operable program or batch file.
  2150.  
  2151. C:\Users\Roi>INFO [01-31|20:48:44.221] Imported new state entries count=1220 elapsed=8.008ms processed=36479832 pending=30565 trieretry=3 coderetry=0 duplicate=5754 unexpected=19692
  2152. 'INFO' is not recognized as an internal or external command,
  2153. operable program or batch file.
  2154.  
  2155. C:\Users\Roi>INFO [01-31|20:49:01.437] Imported new block receipts count=535 elapsed=14.710s number=5887668 hash="c43ef1…33bab5" age=2y7mo2w size=24.45MiB
  2156. 'INFO' is not recognized as an internal or external command,
  2157. operable program or batch file.
  2158.  
  2159. C:\Users\Roi>INFO [01-31|20:49:01.439] Imported new state entries count=796 elapsed=7.015ms processed=36480628 pending=30106 trieretry=18 coderetry=0 duplicate=5754 unexpected=19692
  2160. 'INFO' is not recognized as an internal or external command,
  2161. operable program or batch file.
  2162.  
  2163. C:\Users\Roi>INFO [01-31|20:52:19.247] Writing clean trie cache to disk path=C:\Users\Roi\AppData\Local\Ethereum\geth\triecache threads=1
  2164. 'INFO' is not recognized as an internal or external command,
  2165. operable program or batch file.
  2166.  
  2167. C:\Users\Roi>INFO [01-31|20:52:19.279] Regenerated local transaction journal transactions=0 accounts=0
  2168. 'INFO' is not recognized as an internal or external command,
  2169. operable program or batch file.
  2170.  
  2171. C:\Users\Roi>INFO [01-31|20:59:23.259] Downloader queue stats receiptTasks=33277 blockTasks=33307 itemSize=97.17KiB throttle=675
  2172. 'INFO' is not recognized as an internal or external command,
  2173. operable program or batch file.
  2174.  
  2175. C:\Users\Roi>INFO [01-31|20:59:23.324] Persisted the clean trie cache path=C:\Users\Roi\AppData\Local\Ethereum\geth\triecache elapsed=51.971ms
  2176. 'INFO' is not recognized as an internal or external command,
  2177. operable program or batch file.
  2178.  
  2179. C:\Users\Roi>INFO [01-31|20:59:23.640] Imported new block headers count=2048 elapsed=104.077ms number=5925642 hash="cbaa87…69f077" age=2y7mo1w
  2180. 'INFO' is not recognized as an internal or external command,
  2181. operable program or batch file.
  2182.  
  2183. C:\Users\Roi>INFO [01-31|20:59:29.054] Imported new block receipts count=571 elapsed=5.750s number=5888239 hash="ac7a99…19b130" age=2y7mo2w size=23.53MiB
  2184. 'INFO' is not recognized as an internal or external command,
  2185. operable program or batch file.
  2186.  
  2187. C:\Users\Roi>INFO [01-31|20:59:30.257] Imported new state entries count=1014 elapsed=5.989ms processed=36481642 pending=29523 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2188. 'INFO' is not recognized as an internal or external command,
  2189. operable program or batch file.
  2190.  
  2191. C:\Users\Roi>INFO [01-31|20:59:31.235] Imported new block receipts count=675 elapsed=2.158s number=5888914 hash="a6b5e0…cb9b46" age=2y7mo2w size=30.88MiB
  2192. 'INFO' is not recognized as an internal or external command,
  2193. operable program or batch file.
  2194.  
  2195. C:\Users\Roi>INFO [01-31|20:59:31.695] Imported new state entries count=956 elapsed=5.029ms processed=36482598 pending=30909 trieretry=0 coderetry=0 duplicate=5754 unexpected=19692
  2196. 'INFO' is not recognized as an internal or external command,
  2197. operable program or batch file.
  2198.  
  2199. C:\Users\Roi>IN20:48:37.340] Imported new state entries count=1280 elapsed=11.988ms processed=36476539 pending=33274 trieretry=0 coderetry=0 duplicate=5754 unexpected=19692
  2200. The filename, directory name, or volume label syntax is incorrect.
  2201.  
  2202. C:\Users\Roi>INFO [01-31|20:48:38.799] Imported new block receipts count=231 elapsed=1.533s number=5886108 hash="e368c6…3109f3" age=2y7mo2w size=12.20MiB
  2203. 'INFO' is not recognized as an internal or external command,
  2204. operable program or batch file.
  2205.  
  2206. C:\Users\Roi>INFO [01-31|20:48:38.997] Imported new state entries count=981 elapsed=5.980ms processed=36477520 pending=32506 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2207. 'INFO' is not recognized as an internal or external command,
  2208. operable program or batch file.
  2209.  
  2210. C:\Users\Roi>INFO [01-31|20:48:39.120] Imported new block headers count=2048 elapsed=97.966ms number=5923594 hash="d70581…de8818" age=2y7mo1w
  2211. 'INFO' is not recognized as an internal or external command,
  2212. operable program or batch file.
  2213.  
  2214. C:\Users\Roi>INFO [01-31|20:48:40.740] Imported new block receipts count=522 elapsed=1.919s number=5886630 hash="bf4578…c6a5d5" age=2y7mo2w size=25.23MiB
  2215. 'INFO' is not recognized as an internal or external command,
  2216. operable program or batch file.
  2217.  
  2218. C:\Users\Roi>INFO [01-31|20:48:40.989] Imported new state entries count=1092 elapsed=9.849ms processed=36478612 pending=31678 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2219. 'INFO' is not recognized as an internal or external command,
  2220. operable program or batch file.
  2221.  
  2222. C:\Users\Roi>INFO [01-31|20:48:42.139] Imported new block receipts count=193 elapsed=1.385s number=5886823 hash="0a4725…f4fa76" age=2y7mo2w size=9.56MiB
  2223. 'INFO' is not recognized as an internal or external command,
  2224. operable program or batch file.
  2225.  
  2226. C:\Users\Roi>INFO [01-31|20:48:43.964] Imported new block receipts count=310 elapsed=1.809s number=5887133 hash="fdc82d…d95a41" age=2y7mo2w size=15.85MiB
  2227. 'INFO' is not recognized as an internal or external command,
  2228. operable program or batch file.
  2229.  
  2230. C:\Users\Roi>INFO [01-31|20:48:44.221] Imported new state entries count=1220 elapsed=8.008ms processed=36479832 pending=30565 trieretry=3 coderetry=0 duplicate=5754 unexpected=19692
  2231. 'INFO' is not recognized as an internal or external command,
  2232. operable program or batch file.
  2233.  
  2234. C:\Users\Roi>INFO [01-31|20:49:01.437] Imported new block receipts count=535 elapsed=14.710s number=5887668 hash="c43ef1…33bab5" age=2y7mo2w size=24.45MiB
  2235. 'INFO' is not recognized as an internal or external command,
  2236. operable program or batch file.
  2237.  
  2238. C:\Users\Roi>INFO [01-31|20:49:01.439] Imported new state entries count=796 elapsed=7.015ms processed=36480628 pending=30106 trieretry=18 coderetry=0 duplicate=5754 unexpected=19692
  2239. 'INFO' is not recognized as an internal or external command,
  2240. operable program or batch file.
  2241.  
  2242. C:\Users\Roi>INFO [01-31|20:52:19.247] Writing clean trie cache to disk path=C:\Users\Roi\AppData\Local\Ethereum\geth\triecache threads=1
  2243. 'INFO' is not recognized as an internal or external command,
  2244. operable program or batch file.
  2245.  
  2246. C:\Users\Roi>INFO [01-31|20:52:19.279] Regenerated local transaction journal transactions=0 accounts=0
  2247. 'INFO' is not recognized as an internal or external command,
  2248. operable program or batch file.
  2249.  
  2250. C:\Users\Roi>INFO [01-31|20:59:23.259] Downloader queue stats receiptTasks=33277 blockTasks=33307 itemSize=97.17KiB throttle=675
  2251. 'INFO' is not recognized as an internal or external command,
  2252. operable program or batch file.
  2253.  
  2254. C:\Users\Roi>INFO [01-31|20:59:23.324] Persisted the clean trie cache path=C:\Users\Roi\AppData\Local\Ethereum\geth\triecache elapsed=51.971ms
  2255. 'INFO' is not recognized as an internal or external command,
  2256. operable program or batch file.
  2257.  
  2258. C:\Users\Roi>INFO [01-31|20:59:23.640] Imported new block headers count=2048 elapsed=104.077ms number=5925642 hash="cbaa87…69f077" age=2y7mo1w
  2259. 'INFO' is not recognized as an internal or external command,
  2260. operable program or batch file.
  2261.  
  2262. C:\Users\Roi>INFO [01-31|20:59:29.054] Imported new block receipts count=571 elapsed=5.750s number=5888239 hash="ac7a99…19b130" age=2y7mo2w size=23.53MiB
  2263. 'INFO' is not recognized as an internal or external command,
  2264. operable program or batch file.
  2265.  
  2266. C:\Users\Roi>INFO [01-31|20:59:30.257] Imported new state entries count=1014 elapsed=5.989ms processed=36481642 pending=29523 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2267. 'INFO' is not recognized as an internal or external command,
  2268. operable program or batch file.
  2269.  
  2270. C:\Users\Roi>INFO [01-31|20:59:31.235] Imported new block receipts count=675 elapsed=2.158s number=5888914 hash="a6b5e0…cb9b46" age=2y7mo2w size=30.88MiB
  2271. 'INFO' is not recognized as an internal or external command,
  2272. operable program or batch file.
  2273.  
  2274. C:\Users\Roi>INFO [01-31|20:59:31.695] Imported new state entries count=956 elapsed=5.029ms processed=36482598 pending=30909 trieretry=0 coderetry=0 duplicate=5754 unexpected=19692
  2275. 'INFO' is not recognized as an internal or external command,
  2276. operable program or batch file.
  2277.  
  2278. C:\Users\Roi>IN20:48:37.340] Imported new state entries count=1280 elapsed=11.988ms processed=36476539 pending=33274 trieretry=0 coderetry=0 duplicate=5754 unexpected=19692
  2279. The filename, directory name, or volume label syntax is incorrect.
  2280.  
  2281. C:\Users\Roi>INFO [01-31|20:48:38.799] Imported new block receipts count=231 elapsed=1.533s number=5886108 hash="e368c6…3109f3" age=2y7mo2w size=12.20MiB
  2282. 'INFO' is not recognized as an internal or external command,
  2283. operable program or batch file.
  2284.  
  2285. C:\Users\Roi>INFO [01-31|20:48:38.997] Imported new state entries count=981 elapsed=5.980ms processed=36477520 pending=32506 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2286. 'INFO' is not recognized as an internal or external command,
  2287. operable program or batch file.
  2288.  
  2289. C:\Users\Roi>INFO [01-31|20:48:39.120] Imported new block headers count=2048 elapsed=97.966ms number=5923594 hash="d70581…de8818" age=2y7mo1w
  2290. 'INFO' is not recognized as an internal or external command,
  2291. operable program or batch file.
  2292.  
  2293. C:\Users\Roi>INFO [01-31|20:48:40.740] Imported new block receipts count=522 elapsed=1.919s number=5886630 hash="bf4578…c6a5d5" age=2y7mo2w size=25.23MiB
  2294. 'INFO' is not recognized as an internal or external command,
  2295. operable program or batch file.
  2296.  
  2297. C:\Users\Roi>INFO [01-31|20:48:40.989] Imported new state entries count=1092 elapsed=9.849ms processed=36478612 pending=31678 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2298. 'INFO' is not recognized as an internal or external command,
  2299. operable program or batch file.
  2300.  
  2301. C:\Users\Roi>INFO [01-31|20:48:42.139] Imported new block receipts count=193 elapsed=1.385s number=5886823 hash="0a4725…f4fa76" age=2y7mo2w size=9.56MiB
  2302. 'INFO' is not recognized as an internal or external command,
  2303. operable program or batch file.
  2304.  
  2305. C:\Users\Roi>INFO [01-31|20:48:43.964] Imported new block receipts count=310 elapsed=1.809s number=5887133 hash="fdc82d…d95a41" age=2y7mo2w size=15.85MiB
  2306. 'INFO' is not recognized as an internal or external command,
  2307. operable program or batch file.
  2308.  
  2309. C:\Users\Roi>INFO [01-31|20:48:44.221] Imported new state entries count=1220 elapsed=8.008ms processed=36479832 pending=30565 trieretry=3 coderetry=0 duplicate=5754 unexpected=19692
  2310. 'INFO' is not recognized as an internal or external command,
  2311. operable program or batch file.
  2312.  
  2313. C:\Users\Roi>INFO [01-31|20:49:01.437] Imported new block receipts count=535 elapsed=14.710s number=5887668 hash="c43ef1…33bab5" age=2y7mo2w size=24.45MiB
  2314. 'INFO' is not recognized as an internal or external command,
  2315. operable program or batch file.
  2316.  
  2317. C:\Users\Roi>INFO [01-31|20:49:01.439] Imported new state entries count=796 elapsed=7.015ms processed=36480628 pending=30106 trieretry=18 coderetry=0 duplicate=5754 unexpected=19692
  2318. 'INFO' is not recognized as an internal or external command,
  2319. operable program or batch file.
  2320.  
  2321. C:\Users\Roi>INFO [01-31|20:52:19.247] Writing clean trie cache to disk path=C:\Users\Roi\AppData\Local\Ethereum\geth\triecache threads=1
  2322. 'INFO' is not recognized as an internal or external command,
  2323. operable program or batch file.
  2324.  
  2325. C:\Users\Roi>INFO [01-31|20:52:19.279] Regenerated local transaction journal transactions=0 accounts=0
  2326. 'INFO' is not recognized as an internal or external command,
  2327. operable program or batch file.
  2328.  
  2329. C:\Users\Roi>INFO [01-31|20:59:23.259] Downloader queue stats receiptTasks=33277 blockTasks=33307 itemSize=97.17KiB throttle=675
  2330. 'INFO' is not recognized as an internal or external command,
  2331. operable program or batch file.
  2332.  
  2333. C:\Users\Roi>INFO [01-31|20:59:23.324] Persisted the clean trie cache path=C:\Users\Roi\AppData\Local\Ethereum\geth\triecache elapsed=51.971ms
  2334. 'INFO' is not recognized as an internal or external command,
  2335. operable program or batch file.
  2336.  
  2337. C:\Users\Roi>INFO [01-31|20:59:23.640] Imported new block headers count=2048 elapsed=104.077ms number=5925642 hash="cbaa87…69f077" age=2y7mo1w
  2338. 'INFO' is not recognized as an internal or external command,
  2339. operable program or batch file.
  2340.  
  2341. C:\Users\Roi>INFO [01-31|20:59:29.054] Imported new block receipts count=571 elapsed=5.750s number=5888239 hash="ac7a99…19b130" age=2y7mo2w size=23.53MiB
  2342. 'INFO' is not recognized as an internal or external command,
  2343. operable program or batch file.
  2344.  
  2345. C:\Users\Roi>INFO [01-31|20:59:30.257] Imported new state entries count=1014 elapsed=5.989ms processed=36481642 pending=29523 trieretry=2 coderetry=0 duplicate=5754 unexpected=19692
  2346. 'INFO' is not recognized as an internal or external command,
  2347. operable program or batch file.
  2348.  
  2349. C:\Users\Roi>INFO [01-31|20:59:31.235] Imported new block receipts count=675 elapsed=2.158s number=5888914 hash="a6b5e0…cb9b46" age=2y7mo2w size=30.88MiB
  2350. 'INFO' is not recognized as an internal or external command,
  2351. operable program or batch file.
  2352.  
  2353. C:\Users\Roi>INFO [01-31|20:59:31.695] Imported new state entries count=956 elapsed=5.029ms processed=36482598 pending=30909 trieretry=0 coderetry=0 duplicate=5754 unexpected=19692
  2354. 'INFO' is not recognized as an internal or external command,
  2355. operable program or batch file.
  2356.  
  2357. C:\Users\Roi>https://geth.ethereum.org/sssss65338982y3mo2w2y3mo2w2y3mo2w====mmts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2358. 'https:' is not recognized as an internal or external command,
  2359. operable program or batch file.
  2360.  
  2361. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2362. 'INFO' is not recognized as an internal or external command,
  2363. operable program or batch file.
  2364.  
  2365. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2366. 'INFO' is not recognized as an internal or external command,
  2367. operable program or batch file.
  2368.  
  2369. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2370. 'INFO' is not recognized as an internal or external command,
  2371. operable program or batch file.
  2372.  
  2373. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2374. 'INFO' is not recognized as an internal or external command,
  2375. operable program or batch file.
  2376.  
  2377. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2378. 'INFO' is not recognized as an internal or external command,
  2379. operable program or batch file.
  2380.  
  2381. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2382. 'INFO' is not recognized as an internal or external command,
  2383. operable program or batch file.
  2384.  
  2385. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2386. 'INFO' is not recognized as an internal or external command,
  2387. operable program or batch file.
  2388.  
  2389. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2390. 'INFO' is not recognized as an internal or external command,
  2391. operable program or batch file.
  2392.  
  2393. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2394. 'INFO' is not recognized as an internal or external command,
  2395. operable program or batch file.
  2396.  
  2397. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2398. 'INFO' is not recognized as an internal or external command,
  2399. operable program or batch file.
  2400.  
  2401. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2402. 'INFO' is not recognized as an internal or external command,
  2403. operable program or batch file.
  2404.  
  2405. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2406. 'INFO' is not recognized as an internal or external command,
  2407. operable program or batch file.
  2408.  
  2409. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2410. 'INFO' is not recognized as an internal or external command,
  2411. operable program or batch file.
  2412.  
  2413. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2414. 'INFO' is not recognized as an internal or external command,
  2415. operable program or batch file.
  2416.  
  2417. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2418. 'INFO' is not recognized as an internal or external command,
  2419. operable program or batch file.
  2420.  
  2421. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2422. 'INFO' is not recognized as an internal or external command,
  2423. operable program or batch file.
  2424.  
  2425. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2426. 'INFO' is not recognized as an internal or external command,
  2427. operable program or batch file.
  2428.  
  2429. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2430. 'INFO' is not recognized as an internal or external command,
  2431. operable program or batch file.
  2432.  
  2433. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2434. 'INFO' is not recognized as an internal or external command,
  2435. operable program or batch file.
  2436.  
  2437. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2438. 'INFO' is not recognized as an internal or external command,
  2439. operable program or batch file.
  2440.  
  2441. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2442. 'INFO' is not recognized as an internal or external command,
  2443. operable program or batch file.
  2444.  
  2445. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2446. 'INFO' is not recognized as an internal or external command,
  2447. operable program or batch file.
  2448.  
  2449. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2450. 'INFO' is not recognized as an internal or external command,
  2451. operable program or batch file.
  2452.  
  2453. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2454. 'INFO' is not recognized as an internal or external command,
  2455. operable program or batch file.
  2456.  
  2457. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2458. 'INFO' is not recognized as an internal or external command,
  2459. operable program or batch file.
  2460.  
  2461. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2462. 'INFO' is not recognized as an internal or external command,
  2463. operable program or batch file.
  2464.  
  2465. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2466. 'INFO' is not recognized as an internal or external command,
  2467. operable program or batch file.
  2468.  
  2469. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2470. 'INFO' is not recognized as an internal or external command,
  2471. operable program or batch file.
  2472.  
  2473. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2474. 'INFO' is not recognized as an internal or external command,
  2475. operable program or batch file.
  2476.  
  2477. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2478. 'INFO' is not recognized as an internal or external command,
  2479. operable program or batch file.
  2480.  
  2481. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2482. 'INFO' is not recognized as an internal or external command,
  2483. operable program or batch file.
  2484.  
  2485. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2486. 'INFO' is not recognized as an internal or external command,
  2487. operable program or batch file.
  2488.  
  2489. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2490. 'INFO' is not recognized as an internal or external command,
  2491. operable program or batch file.
  2492.  
  2493. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2494. 'INFO' is not recognized as an internal or external command,
  2495. operable program or batch file.
  2496.  
  2497. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2498. 'INFO' is not recognized as an internal or external command,
  2499. operable program or batch file.
  2500.  
  2501. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2502. 'INFO' is not recognized as an internal or external command,
  2503. operable program or batch file.
  2504.  
  2505. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2506. 'INFO' is not recognized as an internal or external command,
  2507. operable program or batch file.
  2508.  
  2509. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2510. 'INFO' is not recognized as an internal or external command,
  2511. operable program or batch file.
  2512.  
  2513. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2514. 'INFO' is not recognized as an internal or external command,
  2515. operable program or batch file.
  2516.  
  2517. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2518. 'INFO' is not recognized as an internal or external command,
  2519. operable program or batch file.
  2520.  
  2521. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2522. 'INFO' is not recognized as an internal or external command,
  2523. operable program or batch file.
  2524.  
  2525. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2526. 'INFO' is not recognized as an internal or external command,
  2527. operable program or batch file.
  2528.  
  2529. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2530. 'INFO' is not recognized as an internal or external command,
  2531. operable program or batch file.
  2532.  
  2533. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2534. 'INFO' is not recognized as an internal or external command,
  2535. operable program or batch file.
  2536.  
  2537. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2538. 'INFO' is not recognized as an internal or external command,
  2539. operable program or batch file.
  2540.  
  2541. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2542. 'INFO' is not recognized as an internal or external command,
  2543. operable program or batch file.
  2544.  
  2545. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2546. 'INFO' is not recognized as an internal or external command,
  2547. operable program or batch file.
  2548.  
  2549. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2550. 'INFO' is not recognized as an internal or external command,
  2551. operable program or batch file.
  2552.  
  2553. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2554. 'INFO' is not recognized as an internal or external command,
  2555. operable program or batch file.
  2556.  
  2557. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2558. 'INFO' is not recognized as an internal or external command,
  2559. operable program or batch file.
  2560.  
  2561. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2562. 'INFO' is not recognized as an internal or external command,
  2563. operable program or batch file.
  2564.  
  2565. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2566. 'INFO' is not recognized as an internal or external command,
  2567. operable program or batch file.
  2568.  
  2569. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2570. 'INFO' is not recognized as an internal or external command,
  2571. operable program or batch file.
  2572.  
  2573. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2574. 'INFO' is not recognized as an internal or external command,
  2575. operable program or batch file.
  2576.  
  2577. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2578. 'INFO' is not recognized as an internal or external command,
  2579. operable program or batch file.
  2580.  
  2581. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2582. 'INFO' is not recognized as an internal or external command,
  2583. operable program or batch file.
  2584.  
  2585. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2586. 'INFO' is not recognized as an internal or external command,
  2587. operable program or batch file.
  2588.  
  2589. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2590. 'INFO' is not recognized as an internal or external command,
  2591. operable program or batch file.
  2592.  
  2593. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2594. 'INFO' is not recognized as an internal or external command,
  2595. operable program or batch file.
  2596.  
  2597. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2598. 'INFO' is not recognized as an internal or external command,
  2599. operable program or batch file.
  2600.  
  2601. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2602. 'INFO' is not recognized as an internal or external command,
  2603. operable program or batch file.
  2604.  
  2605. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2606. 'INFO' is not recognized as an internal or external command,
  2607. operable program or batch file.
  2608.  
  2609. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2610. 'INFO' is not recognized as an internal or external command,
  2611. operable program or batch file.
  2612.  
  2613. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2614. 'INFO' is not recognized as an internal or external command,
  2615. operable program or batch file.
  2616.  
  2617. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2618. 'INFO' is not recognized as an internal or external command,
  2619. operable program or batch file.
  2620.  
  2621. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2622. 'INFO' is not recognized as an internal or external command,
  2623. operable program or batch file.
  2624.  
  2625. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2626. 'INFO' is not recognized as an internal or external command,
  2627. operable program or batch file.
  2628.  
  2629. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2630. 'INFO' is not recognized as an internal or external command,
  2631. operable program or batch file.
  2632.  
  2633. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2634. 'INFO' is not recognized as an internal or external command,
  2635. operable program or batch file.
  2636.  
  2637. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2638. 'INFO' is not recognized as an internal or external command,
  2639. operable program or batch file.
  2640.  
  2641. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2642. 'INFO' is not recognized as an internal or external command,
  2643. operable program or batch file.
  2644.  
  2645. C:\Users\Roi>INFO [02-01|00:55:12.012] Imported new block headers count=2048 elapsed=749.458ms number=6771466 hasts count=799 elapsed=9.953s number=6728695 hash="c44bb0…3583ab" age=2y2mo3w size=21.27MiB
  2646. 'INFO' is not recognized as an internal or external command,
  2647. operable program or batch file.
  2648.  
  2649. C:\Users\Roi>INFO [02-01|00:53:55.968] Imported new block headers count=2048 elapsed=166.996ms number=6767370 hash="998feb…35feac" age=2y2mo2w
  2650. 'INFO' is not recognized as an internal or external command,
  2651. operable program or batch file.
  2652.  
  2653. C:\Users\Roi>INFO [02-01|00:54:08.914] Imported new block receipts count=932 elapsed=13.283s number=6729627 hash="ef21cd…7f699c" age=2y2mo3w size=21.09MiB
  2654. 'INFO' is not recognized as an internal or external command,
  2655. operable program or batch file.
  2656.  
  2657. C:\Users\Roi>INFO [02-01|00:54:27.726] Imported new block receipts count=1274 elapsed=18.771s number=6730901 hash="bb343f…64d64d" age=2y2mo3w size=31.45MiB
  2658. 'INFO' is not recognized as an internal or external command,
  2659. operable program or batch file.
  2660.  
  2661. C:\Users\Roi>INFO [02-01|00:54:28.200] Imported new block headers count=2048 elapsed=121.974ms number=6769418 hash="f39575…c7c075" age=2y2mo2w
  2662. 'INFO' is not recognized as an internal or external command,
  2663. operable program or batch file.
  2664.  
  2665. C:\Users\Roi>INFO [02-01|00:54:36.646] Imported new block receipts count=974 elapsed=8.895s number=6731875 hash="3a8dd8…3f35bb" age=2y2mo3w size=28.26MiB
  2666. 'INFO' is not recognized as an internal or external command,
  2667. operable program or batch file.
  2668.  
  2669. C:\Users\Roi>INFO [02-01|00:54:36.662] Downloader queue stats receiptTasks=34171 blockTasks=34792 itemSize=101.11KiB throttle=649
  2670. 'INFO' is not recognized as an internal or external command,
  2671. operable program or batch file.
  2672.  
  2673. C:\Users\Roi>INFO [02-01|00:54:42.234] Imported new block receipts count=703 elapsed=5.560s number=6732578 hash="bf556c…512797" age=2y2mo3w size=25.16MiB
  2674. 'INFO' is not recognized as an internal or external command,
  2675. operable program or batch file.
  2676.  
  2677. C:\Users\Roi>INFO [02-01|00:55:10.680] Imported new block receipts count=649 elapsed=28.424s number=6733227 hash="700678…1f9de9" age=2y2mo3w size=22.33MiB
  2678. 'INFO' is not recognized as an internal or external command,
  2679. operable program or batch file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement