Public-pool data log not displaying shares submitted or rejected

I am unable to see if shares are submitted or rejected from own Public-pool’s data log.

Is this normal? I want to make sure my setup is actually submitting shares.

Would it possible to access this data through the terminal?

My bitaxe miner is solo mining to own pool via own node.

Any help is greatly appreciated.

public-pool does not log submitted shares, as that would lead to a lot of logging, especially with multiple miners connected, and it does not give much value.

To know if your shares are accepted, have a look in the BitAxe dashboard, it shows “accepted/rejected shares”, this number will grow.

You can also see the logs of your BitAxe, look for lines like this:

₿ (246140) asic_result: ID: 7, ver: 26AC0000 Nonce 254C027A diff 1258.3 of 1024.
₿ (246143) stratum_api: tx: {"id": 72, "method": "mining.submit", "params": ["tb1xxxxxxxxxxxxxxxxxxxxxx.bitaxe", "7", "65000000", "68ed4155", "254c027a", "06ac0000"]}
₿ (246166) stratum_task: Stratum response time: 22.53 ms
₿ (246167) stratum_api: rx: {"id":72,"error":null,"result":true}
₿ (246173) stratum_task: message result accepted

this is an excerpt from a share above the difficulty target that is successfully accepted by the server.

Thank you for your reply.

I found those exact lines in my BitAxe logs, the reason I was concerned is the best difficulty in bit axe log isn’t matched on my pools dashboard.

This made me think it might not be working as it should, also pasted my Public pool log into AI model to analyse and it highlighted submitted shares not logged.

If that is normal, it is probably working fine.