Post
Topic
Board Mining
Re: How to view Stratum Data for an ASIC
by
DaveF
on 05/03/2023, 15:50:55 UTC
DaveF: Sounds like wireshark could be very helpful, however I am not clear on what I would be seeing with the stratum data, would you have any links or anything that would show some examples of how to disseminate this info? I will try it out soon, but without giving it a try at the moment FAFO method I'm just trying to collect some more insight from everyone on how to do this.

Not much to really show, it's just going to be the conversation between your miner and the pool.

Pool -> here is what I want you to work on.
Miner -> this is what I got so far.

The stratum protocol is well documented:

https://braiins.com/stratum-v1/docs
https://github.com/lclc/stratum-docs/blob/master/protocol-specs.rst

that along with what iwantmyhomepaidwithbtc2 posted should give you a more or less complete view of what is happening.

There is really not much too it the fact that although what is going on in the miner is somewhat sophisticated the actual conversation between the miner and pool only has basic information.

-Dave