Advertisement
Guest User

4700mq

a guest
Sep 5th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1.  
  2. ********** cpuminer-opt 3.4.5 ***********
  3. A CPU miner with multi algo support and optimized for CPUs
  4. with AES_NI and AVX extensions.
  5. BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
  6. Forked from TPruvot's cpuminer-multi with credits
  7. to Lucas Jones, elmad, palmd, djm34, pooler, ig0tik3d,
  8. Wolf0, Jeff Garzik and Optiminer.
  9.  
  10. CPU: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
  11. CPU features: SSE2 AES AVX AVX2
  12. SW built on Aug 30 2016 with GCC 4.8.3
  13. SW features: SSE2 AES AVX AVX2
  14. Algo features: SSE2 AES AVX AVX2
  15. Start mining with SSE2 AES AVX AVX2
  16.  
  17. [2016-09-05 13:32:26] Binding thread 0 to cpu 0 (mask 1)
  18. [2016-09-05 13:32:26] Binding thread 1 to cpu 1 (mask 2)
  19. [2016-09-05 13:32:26] JSON protocol request:
  20. {"method": "getblocktemplate", "params": [{"capabilities": ["coinbasetxn", "coinbasevalue", "longpoll", "workid"]}], "id":0}
  21.  
  22.  
  23. 
  24. [2016-09-05 13:32:26] Binding thread 6 to cpu 6 (mask 40)
  25. [2016-09-05 13:32:26] Binding thread 7 to cpu 7 (mask 80)
  26. [2016-09-05 13:32:26] 8 miner threads started, using 'hmq1725' algorithm.
  27. [2016-09-05 13:32:26] Binding thread 5 to cpu 5 (mask 20)
  28. [2016-09-05 13:32:26] Binding thread 2 to cpu 2 (mask 4)
  29. [2016-09-05 13:32:26] Binding thread 3 to cpu 3 (mask 8)
  30. [2016-09-05 13:32:26] Binding thread 4 to cpu 4 (mask 10)
  31. [2016-09-05 13:32:27] JSON protocol response:
  32. {
  33. "result": {
  34. "target": "0000000745490000000000000000000000000000000000000000000000000000",
  35. "version": 112,
  36. "previousblockhash": "000000005ecd0bdbc7d564e6b65729b34db3e80fc3f1a783f6b812efa8b3ff8d",
  37. "transactions": [],
  38. "mintime": 1473075016,
  39. "mutable": [
  40. "time",
  41. "transactions",
  42. "prevblock"
  43. ],
  44. "coinbaseaux": {
  45. "flags": "062f503253482f"
  46. },
  47. "coinbasevalue": 5000000000,
  48. "sizelimit": 15000000,
  49. "noncerange": "00000000ffffffff",
  50. "sigoplimit": 300000,
  51. "curtime": 1473075146,
  52. "bits": "1d074549",
  53. "height": 647916
  54. },
  55. "error": null,
  56. "id": 0
  57. }
  58. [2016-09-05 13:32:27] Current block is 647916
  59. [2016-09-05 13:32:27] Switching to getwork, gbt version 112
  60. [2016-09-05 13:32:27] JSON protocol request:
  61. {"method": "getwork", "params": [], "id":0}
  62.  
  63.  
  64. 
  65. [2016-09-05 13:32:28] JSON protocol response:
  66. {
  67. "result": {
  68. "midstate": "0e24c2d249d7b575dd1e22fe247ee0b5b2b2314eae4cf3fc2fb3f11826384291",
  69. "data": "00000070a8b3ff8df6b812efc3f1a7834db3e80fb65729b3c7d564e65ecd0bdb000000004c5361211c4720097c3012b25c1da0f78f974011f4c6d277271d50385c9d0bf357cd57cb1d07454900000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000",
  70. "hash1": "00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000",
  71. "target": "0000000000000000000000000000000000000000000000000000494507000000"
  72. },
  73. "error": null,
  74. "id": 0
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement