• BTC/USD $58,626 ▼ -2.50%
  • BCH/USD $199.63 ▼ -0.63%
  • DGB/USD $0.0023 ▼ -4.22%
  • XEC/USD $0.000005 ▼ -4.80%
  • PPC/USD $0.217 ▲ +3.96%
  • NMC/USD $0.814 ▼ -1.16%
  • BC2 HR
  • BCH2 HR
  • Pool HR 814.75 TH/s
  • Miners 192 online
  • Last Block 19 hours ago
Notifications

Webhooks & Notifications

Get notified when something happens on the pool — via Discord or any HTTP endpoint you control.

Discord

Live pool stats, network info and block alerts — all in Discord.

Join the SoloPool.eu Discord

See the live stats in action. Our server has dedicated channels for pool stats, network info and block alerts — all updating automatically every minute.

# pool-stats # network-info # blocks-found
Join Discord
Get block alerts in your own server

Whenever SoloPool.eu finds a block (BCH or DGB), we'll post a formatted message directly into any channel you choose. Takes about 30 seconds to set up.

How to connect
  • 01 In Discord, open the channel where you want block alerts → Edit ChannelIntegrationsWebhooksNew WebhookCopy Webhook URL.
  • 02 Paste that URL into the Register a webhook form below. That's it — we detect Discord URLs automatically and send a formatted embed instead of raw JSON.

No account, no config files, no commands. Just paste and done.

Telegram New

Prefer Telegram? Our bot sends block alerts and miner stats straight to your DMs.

Chat with @solopooleu_bot

Add your wallet once and the bot watches it for you — instant alerts when SoloPool.eu finds a block and when a rig goes offline or back online. Check your live stats any time with /stats.

/add <address> /stats /settings
Open Telegram bot
For developers

HTTP Webhooks

Get an HTTP POST to your own URL every time a new block is found on the pool — BCH or DGB. No account needed.

01
Register your URL
Enter any URL that accepts HTTP POST. We'll hit it within 5 minutes of every new block.
02
Optional secret
Add a secret to verify authenticity via HMAC-SHA256 in the X-SoloPool-Signature header.
03
Save your manage URL
After registering you'll get a unique URL to view delivery logs and delete the webhook.
04
Auto-disable on failure
After 5 consecutive failed deliveries the webhook is paused. Just re-register when your endpoint is back.
Register a webhook
Discord webhook URL? Just paste it — we'll automatically send a formatted Discord embed. Any other URL must accept HTTP POST and return 2xx.
If set, every request includes X-SoloPool-Signature: sha256=<hmac> so you can verify it came from us.
Example payloads

When you paste a Discord webhook URL, we send a formatted embed that looks like this in your channel:

{ "content": "🎉 New BCH block found on SoloPool.eu!", "embeds": [{ "color": 2279802, "fields": [ { "name": "Coin", "value": "`BCH`", "inline": true }, { "name": "Block Height", "value": "`#897,432`", "inline": true }, { "name": "Luck", "value": "`74%`", "inline": true }, { "name": "Reward", "value": "`3.125 BCH`", "inline": true }, { "name": "Found At", "value": "`01 Apr 2026 14:23 UTC`" }, { "name": "Miner", "value": "`bitcoincash:qp...`" } ], "footer": { "text": "SoloPool.eu · bch.solopool.eu:3333" }, "timestamp": "2026-04-01T14:23:11+00:00" }] }

The embed includes the coin name — so BCH and DGB blocks are clearly labeled if you mine both. No signing secret needed for Discord.