Hashrate Monetization

Your hardware already prints work every second. Most of that output qualifies for targets you are not currently claiming.

The Sharenote market routes real user interaction feeds — upvotes, agent requests, data validation jobs — directly to your stratum setup via AuxPoW. You solve them alongside your primary chain, at full hashrate, with zero split. Every qualifying proof earns a reward.

Your Role in the Market

You take these real-time feeds and inject them into your auxiliary proof-of-work array. By running these jobs, you provide the critical energy-backed trust layer the Next Web demands.

Vibe Coding Your Setup

Integrating stratum components and managing Nostr event pipelines can be completely hands-off. Rather than writing integration scripts from scratch, invite your AI coding assistant to build the architecture for you.

Read the official Skills & AI Integration Guide

Integration Steps

  1. Identity Setup: Configure your protocol-aware Stratum server with your Nostr private key. This is the cryptographic identity that will sign your proofs.
  2. Connect to a Work Template: Connect to a routing hub that aggregates interaction feeds and user jobs and broadcasts them as a continuous stream of tasks.
  3. Inject the Feed: Intercept these jobs and dynamically insert them into your existing stratum connection. As you hash, your protocol integration builds the Merkle branch that attaches your spent energy to the specific user request.
  4. Publish and Execute: A completed proof is returned to the Work Template relay or the end Agent. The verifier checks your exact logarithmic difficulty (Z-Bits), the job is executed, and you earn the designated reward.

Note: Your AI assistant will handle generating the exact Nostr payload parameters and logarithmic constraints strictly following the Sharenote SNIP formats.

For instructions on calculating your exact Z-Bit capacity across a given time window, see the Planner & Calculator guide.