stratum-mining / stratum

stratum
https://stratumprotocol.org
Other
211 stars 124 forks source link

Running into issue with Antminer S9j #996

Closed konradscheng closed 2 months ago

konradscheng commented 3 months ago

Steps To Reproduce:

  1. Start bitcoin testnet full node
  2. Start pool role
  3. Start JDS
  4. Start JDC
  5. Start tproxy
  6. Connect miner to outlet and wait a minute or so

Note that with CPU Miner I am able to successfully get blocks that meet the pool difficulty (just not the network difficulty).

Translator Proxy Log Error:

2024-06-23T17:38:25.673604Z  INFO translator_sv2::lib::downstream_sv1::downstream: PROXY SERVER - ACCEPTING FROM DOWNSTREAM: 192.168.0.12:39932
2024-06-23T17:38:25.673816Z  INFO translator_sv2::lib::downstream_sv1::downstream: Down: Subscribing
2024-06-23T17:38:25.677029Z  INFO translator_sv2::lib::downstream_sv1::downstream: Down: Authorizing
2024-06-23T17:38:25.679357Z  INFO translator_sv2::lib::downstream_sv1::downstream: Down: Configuring
2024-06-23T17:38:26.686222Z ERROR translator_sv2::lib::status: Error: Io(Custom { kind: ConnectionAborted, error: "Connection closed by client" })
2024-06-23T17:38:26.686312Z  WARN translator_sv2::lib::downstream_sv1::downstream: Downstream: Shutting down sv1 downstream reader
2024-06-23T17:38:26.686393Z  WARN translator_sv2::lib::downstream_sv1::downstream: Downstream: Shutting down sv1 downstream job notifier for 192.168.0.12:39932
2024-06-23T17:38:26.686395Z  WARN translator_sv2::lib::downstream_sv1::downstream: Downstream: Shutting down sv1 downstream writer: 192.168.0.12:39932
2024-06-23T17:38:26.686416Z  INFO translator_sv2: HEALTHY message: I/O error: `Custom { kind: ConnectionAborted, error: "Connection closed by client" }
2024-06-23T17:38:29.717174Z  INFO translator_sv2::lib::downstream_sv1::downstream: PROXY SERVER - ACCEPTING FROM DOWNSTREAM: 192.168.0.12:39933

Miner Stats:

image
GitGab19 commented 3 months ago

Hey @konradscheng, could you share also your JDC logs? It could also be that something wrong is happening there

pavlenex commented 3 months ago

Hey @konradscheng any news? Would be really helpful to get more logs as GitGab19 mentioned.

pavlenex commented 2 months ago

Closing for now, once @konradscheng updates us with more info, happy to re-open.