Stale Share: What Is a Stale Share in Crypto Mining?A stale share is a mining share that was valid for an older mining job but arrived at the mining pool after the pool had already moved on to a newer block templaStale Share: What Is a Stale Share in Crypto Mining?A stale share is a mining share that was valid for an older mining job but arrived at the mining pool after the pool had already moved on to a newer block templa

Stale Share

2026/08/07 17:53
#Intermediate

What Is a Stale Share in Crypto Mining?

A stale share is a mining share that was valid for an older mining job but arrived at the mining pool after the pool had already moved on to a newer block template.

In cryptocurrency mining, shares are partial proof-of-work results that miners submit to a pool to prove they are contributing hashrate.

A share does not need to meet the full network difficulty required to mine a block.

It only needs to meet the lower share difficulty set by the mining pool.

The official Bitcoin Developer Guide on mining explains that mining pools pay individual miners based on how many shares they generate.

A stale share usually happens when a new block is found on the network and the pool sends updated work, but a miner submits a share for the old job after that old job is no longer useful.

The Foreman pool troubleshooting guide defines a stale share as a share submitted after the mining pool has already moved on to the next block.

In simple terms, a stale share is proof that your miner did work, but the work arrived too late to count for the current mining job.

Stale shares are common in pool mining, but a high stale share rate can reduce mining revenue and signal network, firmware, pool, or routing problems.

Why Stale Shares Matter

Stale shares matter because mining pool payouts usually depend on accepted shares.

If a share is stale, the pool may reject it or exclude it from reward accounting depending on the pool’s rules.

This means stale shares can reduce the miner’s effective hashrate from the pool’s point of view.

A miner may display strong local hashrate, but the pool may show lower accepted hashrate if too many shares arrive late.

This difference matters because pool-side accepted hashrate is often closer to what affects payout.

Stale shares also matter because they reveal communication delay between the miner and pool.

If the miner receives new jobs slowly, it may continue hashing on old work after the pool has switched jobs.

If the miner submits shares slowly, a valid solution may arrive after the pool no longer accepts that job.

Small amounts of stale shares are normal because no mining system has zero latency.

A sudden increase in stale shares usually deserves investigation because it can point to a problem that wastes real electricity and reduces revenue.

How Mining Shares Work

A mining share is a lower-difficulty proof-of-work result submitted by a miner to a pool.

Mining pools use shares to estimate how much work each participant contributed.

The Bitcoin Developer Guide explains that pools can pay miners based on shares because shares provide a practical way to measure contributed hashing work.

Without shares, a pool would need a much harder way to estimate how much each miner actually worked.

A mining pool sets a share difficulty lower than the full network difficulty.

This lets miners submit shares regularly instead of waiting until they find a full block.

Most shares are not valid blocks.

They are accounting proofs used by the pool.

Occasionally, a share may also meet full network difficulty and become a valid block candidate.

This is why shares are central to pool mining even though only a tiny fraction of shares become blocks.

How a Stale Share Happens

A stale share usually begins as a normal mining result.

The pool sends a mining job to the miner.

The miner hashes against that job and finds a result that meets the pool’s share target.

The miner submits the share back to the pool.

During that time, the network or pool may discover that a new block has been found.

The pool then moves to a new job based on the new chain tip.

If the miner’s old share arrives after that switch, the pool may mark it as stale.

The share was not necessarily mathematically wrong.

It was simply based on work that is no longer useful for the current block race.

This is why stale shares are usually connected to timing rather than raw miner performance.

Stale Share vs. Rejected Share

A stale share is one type of rejected share.

A rejected share is any share that a pool refuses to count.

A stale share is rejected because it arrived too late for the relevant job.

Other rejected shares may be rejected because they are invalid, duplicated, above the pool target, submitted with the wrong job ID, or produced by unstable hardware settings.

This distinction matters because the fix is different for each type of rejection.

A stale share often points to latency, routing, pool distance, job-switching delay, or connectivity problems.

An invalid share often points to overclocking instability, firmware errors, bad configuration, overheating, or incompatible mining software.

A duplicate share may point to software bugs or connection problems that cause resubmission.

Some pool dashboards combine stale and rejected shares into one rejected-share number.

Miners should check detailed pool logs or monitoring tools before assuming every rejection has the same cause.

Stale Share vs. Stale Block

A stale share is different from a stale block.

A stale share is a miner’s pool-level proof-of-work submission that arrived too late for a pool job.

A stale block is a full block that was valid but did not become part of the strongest chain after a competing block won the fork race.

The official Bitcoin Developer Guide on the block chain explains that peers follow the most difficult chain and discard stale blocks belonging to shorter forks.

Both terms involve timing and competition, but they operate at different levels.

Stale shares happen inside pool accounting.

Stale blocks happen at the blockchain consensus level.

A stale share can reduce a miner’s pool payout.

A stale block can prevent a miner or pool from receiving the block reward.

Confusing stale shares with stale blocks can lead to wrong troubleshooting and wrong risk analysis.

Stale Share vs. Orphan Block

The words stale and orphan are sometimes used loosely in mining discussions.

A stale block is a valid block that lost to a stronger competing chain.

A true orphan block is often used to mean a block whose parent is unknown to a node at the time it receives it.

The Bitcoin Developer Guide notes that stale blocks are sometimes called orphans, but that the term orphan can also be used for blocks without a known parent.

A stale share is not an orphan block.

It is not even necessarily a full block candidate.

It is usually a pool share that missed the acceptance window for the job.

Miners should use precise language because mining economics, pool accounting, and consensus behavior are different topics.

A mining dashboard showing stale shares is usually reporting worker-level pool performance, not blockchain-level orphan block events.

Clear terminology helps miners diagnose problems faster.

Why Latency Causes Stale Shares

Latency is the delay between a miner and the pool server.

It affects how quickly a miner receives new jobs and how quickly the pool receives submitted shares.

When a block is found, the pool needs to notify miners that old work should stop and new work should begin.

If that message arrives late, miners may keep hashing on old work.

If a share submission travels slowly back to the pool, it may arrive after the pool has changed jobs.

The Foreman troubleshooting guide says slower network communication gives miners less timely notification about new blocks and can increase stale shares.

Latency can come from geographic distance, internet routing, weak local networks, packet loss, overloaded routers, unstable Wi-Fi, firewall inspection, VPN routes, or pool server load.

A miner located far from the pool’s server often has more stale-share risk than a miner connected to a nearby low-latency endpoint.

This is why many mining operations choose pool servers based on region and network quality.

In mining, milliseconds can matter because old work becomes useless as soon as the network moves to the next block.

Why Pool Job Updates Matter

Mining pools send jobs to miners so miners know what block header data to work on.

The Bitcoin Developer Guide explains that Stratum gives miners the minimal information they need to construct block headers and includes the pool’s current target threshold for accepting shares.

When a new block appears on the network, the pool must distribute updated work quickly.

If job updates are delayed, miners may waste time hashing on stale templates.

If job updates are frequent but the miner or firmware handles them poorly, shares may be submitted for outdated jobs.

Mining protocols are designed to reduce this delay because stale work directly affects efficiency.

Stratum uses a direct two-way TCP socket so miners do not need old HTTP longpoll behavior for immediate pool updates.

More modern mining protocol work focuses on improving latency, security, job distribution, and miner control.

The Stratum V2 website highlights lower job latency and near-zero stale shares with job declaration in its mining protocol comparison.

Fast job delivery is one of the main ways mining infrastructure reduces stale shares.

Stale Shares and Stratum

Stratum is the communication protocol family most commonly associated with pool mining.

The Bitcoin Developer Guide describes Stratum as a widely used alternative to getblocktemplate for pool mining communication.

In Stratum-style mining, the pool sends work and the miner submits shares back to the pool.

The Stratum mining protocol reference describes mining.submit as the method miners use to submit shares, including the worker name, job ID, extra nonce, time, and nonce.

The job ID is important because it tells the pool which job the share belongs to.

If a miner submits a share for an old job ID after the pool has already invalidated that job, the pool can reject it as stale.

Stratum communication quality therefore affects stale share rates.

Stable connections, fast job switching, correct worker configuration, and low-latency routing all help reduce stale submissions.

Protocol design does not remove all stale shares, but it can reduce wasted work.

Mining operators should understand Stratum logs because they often reveal whether stale shares are caused by network delay or miner-side errors.

Stale Shares and Stratum V2

Stratum V2 is a newer mining protocol designed to improve efficiency, security, and decentralization in mining communication.

The official Stratum V2 Mining Protocol specification states that the protocol enables distribution of work to mining devices and submission of proof-of-work results.

The Stratum V2 site presents lower job latency as a major benefit because miners can receive new jobs faster.

Lower job latency can reduce the time miners spend working on stale jobs after a block change.

Stratum V2 also supports more advanced structures such as job declaration and template distribution depending on deployment.

These features can help miners and pools coordinate valid work more efficiently.

For miners, the practical value is that faster and more reliable job communication can improve share acceptance.

However, protocol support depends on pool infrastructure, firmware, proxies, and miner software.

A miner does not get Stratum V2 benefits unless the mining stack actually supports it correctly.

Stale share reduction requires both good protocol design and good real-world deployment.

Common Causes of Stale Shares

The most common cause of stale shares is network latency between the miner and the pool.

Another common cause is packet loss or unstable internet connectivity.

A third cause is choosing a pool server that is geographically far away or poorly routed.

A fourth cause is overloaded local networking equipment such as routers, switches, or firewalls.

A fifth cause is mining over Wi-Fi instead of a stable wired connection.

A sixth cause is firmware or mining software that handles job updates slowly.

A seventh cause is using a proxy, VPN, or tunnel that adds delay.

An eighth cause is a pool-side problem during job distribution or server failover.

A ninth cause is clock or monitoring confusion where dashboards classify rejects differently.

A tenth cause is aggressive miner tuning that creates invalid shares, which may be confused with stale shares if the pool groups rejects together.

How Stale Shares Affect Mining Profitability

Stale shares can reduce profitability because they often do not count toward the miner’s payout.

If a miner submits 1,000 shares and 20 are stale, only 980 may count as accepted work depending on the pool rules.

This lowers the effective accepted share rate.

Even a small stale rate can matter when mining margins are tight.

Mining profitability depends on hashrate, power cost, machine efficiency, pool fees, coin price, network difficulty, block rewards, and accepted share rate.

Stale shares are one of the few factors miners can often improve through infrastructure changes.

Reducing stale shares does not increase the physical hashrate of an ASIC.

It increases the percentage of work that reaches the pool in time to be counted.

This is why mining farms track stale shares as an operations metric.

A lower stale share rate means less electricity is spent on pool work that fails to earn credit.

What Is a Normal Stale Share Rate?

A small stale share rate is normal in real-world mining.

No miner can receive every job update and submit every share instantly.

The Foreman troubleshooting guide says a small percentage of stale shares is expected during regular operation and mentions an average stale rate of 0.5% or lower depending on miners.

Some mining environments may see different acceptable levels based on algorithm, pool rules, region, device type, and network conditions.

A stale rate near zero is ideal, but perfect zero may not be realistic over long periods.

A sudden spike is more important than a single small number.

If stale shares jump from 0.3% to 3%, something likely changed.

The cause could be network congestion, pool failover, router problems, firmware changes, ISP routing changes, or a mining software issue.

Miners should track stale share trends instead of reacting to one short sample.

Long-term averages are more useful than minute-by-minute randomness.

Stale Shares and Pool Payout Methods

Different pool payout methods can treat shares differently.

Common payout models include PPS, FPPS, PPLNS, and score-based methods.

The details vary by pool, but accepted shares are usually the foundation of payout accounting.

Stale shares may be excluded, discounted, or treated according to specific pool rules.

A miner should read the pool’s payout documentation before assuming how stale shares affect revenue.

In a pay-per-share style model, accepted shares are especially important because each accepted share can represent direct payout credit.

In a PPLNS-style model, stale shares can still reduce counted contribution if they are not included in the valid share window.

Pool dashboards may show stale shares separately or include them in rejected shares.

Mining operations should monitor pool-side accepted hashrate, not only machine-side hashrate.

The pool pays based on what it accepts, not on what the miner claims locally.

Stale Shares and Estimated Hashrate

Estimated hashrate is often calculated from submitted shares over time.

The Braiins guide to mining pool shares and estimated hashrate explains that pools verify shares by repeating the hash computation and that shares allow pools to measure miner contribution.

If shares are stale, the pool may not count them as valid contribution.

This can make pool-side estimated hashrate appear lower than the miner’s local hashrate.

Short-term hashrate estimates also fluctuate because mining is probabilistic.

A miner may find more or fewer shares than expected in a short time window even when the machine is stable.

This means a small short-term difference between miner hashrate and pool hashrate is not always a problem.

A persistent gap combined with a high stale rate is more concerning.

Miners should compare local hashrate, pool accepted hashrate, stale rate, rejected rate, and uptime together.

Looking at only one number can lead to wrong conclusions.

Stale Shares and Mining Hardware

Mining hardware can indirectly affect stale shares.

An ASIC with unstable chips may produce invalid shares that are not stale but still appear as rejects.

A control board with poor firmware performance may handle pool messages slowly.

A miner with weak network hardware may drop packets or reconnect often.

Thermal throttling can create instability that looks like inconsistent share submission.

Power supply problems can cause reboots or worker resets.

These issues may not be pure stale-share causes, but they can appear in the same monitoring dashboards.

Operators should check hardware error rates, chip temperatures, uptime, fan speed, power stability, and firmware logs when stale shares rise.

If stale shares increase across one machine only, the machine may be the problem.

If stale shares increase across an entire farm, the network, ISP, pool endpoint, or routing path is more likely involved.

Stale Shares and Overclocking

Overclocking can create rejected shares, but it does not always create stale shares directly.

Overclocking pushes mining hardware beyond default performance settings.

If the tuning is unstable, the miner may produce invalid shares that fail pool validation.

Those invalid shares are different from stale shares because they are wrong rather than late.

However, dashboards may group invalid, duplicate, and stale shares under rejected shares.

This can make overclocking look like a stale share issue if the pool does not show detailed reject reasons.

Miners should review exact reject categories before changing network settings or hardware tuning.

If the issue is invalid shares, reduce overclock, improve cooling, check voltage, or update firmware.

If the issue is stale shares, focus first on latency, routing, pool endpoint, and job update handling.

Correct diagnosis prevents unnecessary changes that do not fix the real problem.

Stale Shares and Internet Connection Quality

Internet speed alone does not guarantee low stale shares.

Mining share messages are small, so raw bandwidth is usually less important than latency, stability, and packet loss.

A fast connection with unstable routing can still create stale shares.

A modest connection with low latency and stable routing can work well.

Wired Ethernet is usually better than Wi-Fi for mining because it reduces packet loss and local interference.

Fiber connections may offer lower latency and better stability than some wireless or satellite connections.

Network congestion from non-mining traffic can also affect mining communication.

Routers that perform heavy inspection, VPN encryption, or overloaded NAT processing can add delay.

Mining operations should monitor ping, jitter, packet loss, DNS stability, and connection resets.

A stable low-latency path to the pool is more important than headline download speed.

How to Reduce Stale Shares

Choose the closest reliable pool server or regional Stratum endpoint.

Use wired Ethernet instead of Wi-Fi whenever possible.

Avoid unnecessary VPNs, proxies, or routing tunnels unless they improve the path.

Use stable routers and switches that are not overloaded by other traffic.

Separate mining traffic from heavy household or business traffic when possible.

Update miner firmware if old firmware handles job changes poorly.

Check whether the pool supports a better protocol path or lower-latency endpoint.

Monitor packet loss and jitter, not only average ping.

Configure backup pools carefully because frequent failover can create rejected or stale shares during transition periods.

Track stale shares over long enough periods to avoid mistaking normal variance for a serious issue.

How to Diagnose a Stale Share Spike

Start by checking whether the spike affects one miner, one rack, one site, or the whole farm.

If only one miner is affected, inspect that miner’s network cable, control board, firmware, temperature, power supply, and local logs.

If many miners are affected at the same time, inspect the router, switch, firewall, ISP, DNS, or pool endpoint.

Check whether the pool had maintenance, failover, or server issues during the same time window.

Check whether a firmware update or configuration change happened before the spike.

Compare local hashrate with pool-side accepted hashrate.

Look for connection drops, reconnect loops, duplicate shares, invalid shares, and timeouts.

Run latency and packet-loss tests to the pool endpoint if possible.

Switch to a nearby backup endpoint only as a controlled test, not as a random guess.

Document the change and compare stale share rates over a meaningful sample period.

Stale Shares in Bitcoin Mining

Stale shares are most often discussed in Bitcoin mining because Bitcoin has a large industrial mining ecosystem.

Bitcoin miners compete to find valid blocks, and pools coordinate large numbers of miners through share accounting.

When a new Bitcoin block is found, miners must switch work to the new chain tip.

Any share for the old block template may become stale after the pool updates its job.

The Bitcoin Developer Guide explains that pools use shares to divide proceeds among miners based on contributed work.

This makes stale shares economically important for Bitcoin miners.

A Bitcoin miner’s goal is not only high raw hashrate.

The goal is high accepted hashrate with low downtime, low invalid shares, low stale shares, and efficient power use.

Industrial Bitcoin miners therefore treat stale-share monitoring as part of normal fleet operations.

Small home miners should also understand stale shares because they can affect payout even at small scale.

Stale Shares in Other Proof-of-Work Coins

Stale shares can occur in other proof-of-work cryptocurrencies that use mining pools.

The exact frequency depends on block time, pool protocol, network propagation, share difficulty, miner software, and job update design.

Coins with very short block times may create more timing pressure because jobs change more often.

Coins with weaker pool infrastructure may have higher stale-share risk.

Algorithms that use different mining software can report shares differently.

Some pools call stale shares expired shares, outdated shares, late shares, or job-not-found shares.

The underlying idea is usually the same.

The share was submitted for work the pool no longer considers current.

Miners should read the documentation for the specific coin and pool they use.

The general stale-share concept is portable, but the exact thresholds and dashboard labels can vary.

Why Some Stale Shares Are Unavoidable

Some stale shares are unavoidable because mining is a real-time distributed process.

Blocks are discovered at unpredictable times.

Pool servers need time to detect new blocks.

New jobs need time to travel from the pool to miners.

Miners need time to stop old work and begin new work.

Shares need time to travel from miners back to the pool.

Even well-run networks have nonzero latency.

This means the goal is not always absolute zero stale shares.

The goal is a low and stable stale share rate that does not meaningfully damage profitability.

A miner should become concerned when stale shares are unusually high, rising suddenly, or worse than comparable miners using similar hardware and location.

Stale Shares and Mining Pool Selection

Pool selection can affect stale shares.

A pool with closer regional endpoints may reduce network delay.

A pool with stronger infrastructure may distribute jobs faster.

A pool with better monitoring may show more accurate stale and rejected share categories.

A pool with weak reporting may hide stale shares inside broad rejected-share statistics.

Miners should compare pool performance using accepted hashrate, stale rate, payout method, fee structure, reliability, transparency, and regional routing.

The lowest pool fee is not always the best choice if stale shares and downtime are higher.

A slightly higher-fee pool with better connectivity can sometimes produce better net results.

Mining profitability is based on effective accepted work, not just advertised pool fees.

Testing more than one endpoint over controlled periods can help miners choose the best operational setup.

Stale Shares and Monitoring Tools

Monitoring tools help miners track stale shares across devices, racks, sites, and pools.

A good monitoring system should separate accepted shares, stale shares, invalid shares, duplicate shares, connection errors, hashrate drops, and device reboots.

If all rejections are shown as one number, troubleshooting becomes harder.

Operators should also monitor network latency, packet loss, miner temperature, fan behavior, power draw, firmware version, uptime, and pool endpoint.

Correlation is useful.

If stale shares rise when packet loss rises, the network path is likely involved.

If stale shares rise after a firmware update, miner software may be involved.

If stale shares rise only during pool failover, failover logic may be involved.

Mining monitoring should connect economic outcomes with technical causes.

Stale shares are a small metric, but they can reveal large operational inefficiencies.

Common Misunderstandings About Stale Shares

One common misunderstanding is that every stale share means the miner is broken.

A small stale share rate is normal in pool mining because latency cannot be eliminated completely.

Another misunderstanding is that stale shares are the same as invalid shares.

Stale shares are late, while invalid shares are incorrect.

A third misunderstanding is that local hashrate is the only number that matters.

Pool-side accepted hashrate matters because it reflects shares the pool actually counts.

A fourth misunderstanding is that faster internet speed always fixes stale shares.

Latency, routing, jitter, and packet loss often matter more than download bandwidth.

A fifth misunderstanding is that stale shares and stale blocks are the same thing.

Stale shares are pool-level submissions, while stale blocks are blockchain-level fork outcomes.

Benefits of Reducing Stale Shares

The first benefit of reducing stale shares is higher accepted hashrate.

More accepted shares can improve pool payout efficiency.

The second benefit is better electricity efficiency.

Less work is wasted on shares that do not count.

The third benefit is more accurate hashrate reporting.

Pool-side data becomes closer to miner-side performance when stale shares are low.

The fourth benefit is better troubleshooting clarity.

A low stale rate helps operators focus on other issues such as hardware errors or invalid shares.

The fifth benefit is improved mining stability.

Reducing stale shares often requires better networks, cleaner routing, and better firmware practices.

These improvements can also reduce downtime and connection failures.

Risks of Ignoring Stale Shares

The first risk is lower mining revenue.

Shares that do not count can reduce effective payout.

The second risk is wasted power.

Mining machines consume electricity even when late shares are rejected.

The third risk is misdiagnosis.

A miner may appear to have normal local hashrate while underperforming at the pool.

The fourth risk is hidden infrastructure failure.

High stale shares may reveal router, ISP, firmware, or pool endpoint problems.

The fifth risk is poor pool comparison.

A miner may choose a low-fee pool but lose more through stale shares than it saves in fees.

The sixth risk is scaling pain for mining farms.

A stale-share issue that seems small on one ASIC can become expensive across thousands of machines.

Best Practices for Miners

Use the nearest reliable pool endpoint with stable routing.

Prefer wired network connections over Wi-Fi.

Monitor stale share percentage together with accepted hashrate.

Separate stale share analysis from invalid share analysis.

Keep miner firmware updated, but test updates before rolling them out across a farm.

Use quality routers and switches that can handle constant mining traffic.

Avoid unnecessary VPNs or proxies unless they clearly improve latency and stability.

Review pool documentation to understand how stale and rejected shares are counted.

Track long-term trends rather than reacting to one short burst of mining variance.

Investigate sudden stale-share spikes quickly because they can waste electricity and reduce payout.

FAQ

What does stale share mean?

A stale share is a mining share submitted after the mining pool has already moved on to a newer job or block template.

Is a stale share the same as a rejected share?

A stale share is one type of rejected share, but rejected shares can also be invalid, duplicate, above target, or rejected for other reasons.

Why do stale shares happen?

Stale shares usually happen because of latency, slow job updates, network instability, or delayed communication between the miner and pool.

Do stale shares reduce mining profit?

Yes, stale shares can reduce mining profit because they often do not count as accepted shares for pool payout accounting.

Are stale shares normal?

Yes, a small stale share rate is normal because mining networks always have some communication delay.

What stale share rate is too high?

The acceptable rate depends on the pool, hardware, coin, and network, but a sudden spike or a persistent rate above normal operating levels should be investigated.

How can miners reduce stale shares?

Miners can reduce stale shares by using closer pool servers, improving network stability, using wired connections, updating firmware, and avoiding unnecessary routing delays.

Are stale shares caused by overclocking?

Overclocking usually causes invalid shares rather than stale shares, but dashboards may group both under rejected shares.

Is a stale share the same as a stale block?

No, a stale share is a pool-level submission issue, while a stale block is a valid block that lost a blockchain fork race.

Does Stratum V2 help reduce stale shares?

Stratum V2 can help reduce stale shares by improving job communication efficiency and latency when supported by the mining stack.

Conclusion

A stale share is a mining share that arrives too late because the mining pool has already moved to a newer job or block template.

It is usually a timing problem rather than proof that the miner failed to compute a valid share.

Stale shares matter because pool mining rewards are based on accepted shares, and stale shares often do not count toward payout.

The most common causes include network latency, packet loss, distant pool servers, unstable connections, slow job updates, firmware issues, and pool endpoint problems.

Stale shares are different from invalid shares, duplicate shares, stale blocks, and orphan blocks.

A small stale share rate is normal, but a sudden or persistent increase can signal wasted electricity and lost mining revenue.

Miners can reduce stale shares by improving connectivity, choosing low-latency pool endpoints, using stable wired networking, monitoring detailed reject reasons, and keeping firmware reliable.

Mining farms should track stale shares as part of operational performance because small percentage losses can become meaningful at scale.

For users learning proof-of-work mining, stale shares show why mining is not only about hashrate.

Mining performance also depends on network quality, pool communication, protocol efficiency, and accepted share accounting.

In the crypto glossary context, Stale Share means a late pool-mining share that was valid for old work but rejected because the pool had already switched to newer work.

The key takeaway is that stale shares are normal in small amounts, but miners should reduce them whenever possible because they represent real hashing work that failed to earn full pool credit.