Guest User

Untitled

a guest
Jan 14th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. [2018-01-14 16:49:22] Binding thread 7 to cpu 7
  2. [2018-01-14 16:49:22] Binding thread 1 to cpu 1
  3. [2018-01-14 16:49:22] 8 miner threads started, using 'scrypt' algorithm.
  4. [2018-01-14 16:49:22] Binding thread 4 to cpu 4
  5. [2018-01-14 16:49:22] Binding thread 3 to cpu 3
  6. [2018-01-14 16:49:22] Binding thread 0 to cpu 0
  7. [2018-01-14 16:49:22] Binding thread 5 to cpu 5
  8. [2018-01-14 16:49:22] Binding thread 2 to cpu 2
  9. [2018-01-14 16:49:22] Binding thread 6 to cpu 6
  10. [2018-01-14 16:49:22] HTTP request failed: The requested URL returned error: 403 Forbidden
  11. [2018-01-14 16:49:22] json_rpc_call failed, retry after 30 seconds
  12. ^[[A^[[A[2018-01-14 16:49:52] HTTP request failed: The requested URL returned error: 403 Forbidden
  13. [2018-01-14 16:49:52] json_rpc_call failed, retry after 30 seconds
  14. [2018-01-14 16:50:22] HTTP request failed: The requested URL returned error: 403 Forbidden
  15. [2018-01-14 16:50:22] json_rpc_call failed, retry after 30 seconds
  16.  
  17. minerd -o ***.***.**.***:2300
  18.  
  19. rpcuser=stronghandsrpc
  20. rpcpassword=password
  21. rpcallowip=127.0.0.1
  22. rpcport=2300
  23. daemon=1
  24. server=1
  25. listen=1
  26. gen=0
  27. staking=0
  28.  
  29. addnode=2001:240:296d:c800:1023:2b0c:ed24:d3f0
  30. addnode=122.128.15.45
  31.  
  32. null
  33. [2018-01-14 16:41:29.021] [DEBUG] [default] - Pool stronghands Thread 1 Could not start pool, error with init batch RPC call: {"type":"request error","message":"socket hang up"}
  34. null
  35. null
  36. null
  37. null
  38. [2018-01-14 16:41:30.050] [DEBUG] [default] - Pool stronghands Thread 3 Could not start pool, error with init batch RPC call: {"type":"request error","message":"socket hang up"}
  39. [2018-01-14 16:41:30.050] [DEBUG] [default] - Pool stronghands Thread 2 Could not start pool, error with init batch RPC call: {"type":"request error","message":"socket hang up"}
  40. [2018-01-14 16:41:30.050] [DEBUG] [default] - Pool stronghands Thread 4 Could not start pool, error with init batch RPC call: {"type":"request error","message":"socket hang up"}
  41. [2018-01-14 16:41:30.050] [DEBUG] [default] - Pool stronghands Thread 5 Could not start pool, error with init batch RPC call: {"type":"request error","message":"socket hang up"}
  42. null
  43. [2018-01-14 16:41:31.055] [DEBUG] [default] - Pool stronghands Thread 6 Could not start pool, error with init batch RPC call: {"type":"request error","message":"socket hang up"}
  44.  
  45. [2018-01-14 16:59:09.910] [DEBUG] [default] - Pool stronghands Thread 5 Share processing setup with redis (127.0.0.1:6379)
  46. [2018-01-14 16:59:09.976] [DEBUG] [default] - Pool stronghands Thread 5 getblocktemplate call failed for daemon instance 0 with error {"code":-8,"message":"Invalid mode"}
  47. [2018-01-14 16:59:09.977] [DEBUG] [default] - Pool stronghands Thread 5 Error with getblocktemplate on creating first job, server cannot start
  48.  
  49. GNU nano 2.2.6 File: ...miningpool/unomp/pool_configs/stronghands.json
  50.  
  51. {
  52. "enabled": true,
  53. "coin": "stronghands.json",
  54. "auxes": [ ],
  55. "address": "ShMy14wreds3aLb2rgPwP4sY2Wr4wwkbie",
  56.  
  57. "rewardRecipients": {
  58. "n37vuNFkXfk15uFnGoVyHZ6PYQxppD3QqK": 1.5,
  59. "22851477d63a085dbc2398c8430af1c09e7343f6": 0.1
  60. },
  61.  
  62. "paymentProcessing": {
  63. "enabled": true,
  64. "paymentInterval": 30,
  65. "minimumPayment": 1000,
  66. "daemon": {
  67. "host": "127.0.0.1",
  68. "port": 2300,
  69. "user": "stronghandsrpc",
  70. "password": "password"
  71. }
  72. },
  73.  
  74. "ports": {
  75. "3008": {
  76. "diff": 8
  77. },
  78. "3032": {
  79. "diff": 32,
  80. "varDiff": {
  81. "minDiff": 8,
  82. "maxDiff": 512,
  83. "targetTime": 15,
  84. "retargetTime": 90,
  85. "variancePercent": 30
  86. }
  87. },
  88. "3256": {
  89. "diff": 256
  90. }
  91. },
  92.  
  93. "daemons": [
  94. {
  95. "host": "127.0.0.1",
  96. "port": 2300,
  97. "user": "stronghandsrpc",
  98. "password": "password"
  99. }
  100. ],
  101.  
  102. "p2p": {
  103. "enabled": false,
  104. "host": "127.0.0.1",
  105. "port": 19333,
  106. "disableTransactions": false
  107. },
  108.  
  109. "mposMode": {
  110. "enabled": false,
  111. "host": "127.0.0.1",
  112. "port": 3306,
  113. "user": "me",
  114. "password": "mypass",
  115. "database": "ltc",
  116. "checkPassword": false,
  117. "autoCreateWorker": false
  118. }
  119.  
  120. }
Add Comment
Please, Sign In to add comment