Add pool.kryptex.com dashboard link for Kryptex Pool users#1577
Add pool.kryptex.com dashboard link for Kryptex Pool users#1577maxmalysh wants to merge 1 commit intobitaxeorg:masterfrom
Conversation
45715b8 to
14ab9f7
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14ab9f7 to
ba9e79f
Compare
| { search: 'parasite.wtf', url: `https://parasite.space/user/${user}` }, | ||
| { regex: /^(eu|au)?solo[46]?.ckpool\.org/, url: `https://$1solostats.ckpool.org/users/${user}` }, | ||
| { search: 'atlaspool.io', url: `https://atlaspool.io/dashboard.html?wallet=${user}` }, | ||
| { regex: /^(.+?)(?:-[a-z]{2})?\.kryptex\.network/, url: `https://pool.kryptex.com/$1/miner/stats/${user.replace(/^solo:/, '')}` }, |
There was a problem hiding this comment.
nit: should just be the btc pool url, osmu is bitcoin-only
There was a problem hiding this comment.
Lots of our users mine different sha-256 coins. Same for some other pools already present in this list.
Is there a reason to limit dashboard links just to bitcoin? Can we avoid hardcoding BTC there for convenience of those users? 🙏
There was a problem hiding this comment.
osmu is bitcoin-only, other sha256 coins aren't officially supported. preferably thatd include the dashboard quicklinks. thanks for the ping btw, github didn't notify me lmao
| { search: 'parasite.wtf', url: `https://parasite.space/user/${user}` }, | ||
| { regex: /^(eu|au)?solo[46]?.ckpool\.org/, url: `https://$1solostats.ckpool.org/users/${user}` }, | ||
| { search: 'atlaspool.io', url: `https://atlaspool.io/dashboard.html?wallet=${user}` }, | ||
| { regex: /^(.+?)(?:-[a-z]{2})?\.kryptex\.network/, url: `https://pool.kryptex.com/$1/miner/stats/${user.replace(/^solo:/, '')}` }, |
There was a problem hiding this comment.
Should be changed to something like:
{
regex: /^(btc)(?:-[a-z]{2})?.kryptex.network/,
url: https://pool.kryptex.com/$1/miner/stats/${user.replace(/^solo:/, '')}
}
…#1577) Author: Max Malysh <github@maxmalysh.com>
Summary
Adds quicklink support for Kryptex mining pool:
https://pool.kryptex.com
Uses the existing regex matching to extract the coin name from stratum URLs and map them to
pool.kryptex.com/{coin}/miner/stats/{user}:dgb.kryptex.networksolo:D6kGPgxW3pQ62VRYM5TVFDZKNGdY78upMV.bitaxe601xec-hk.kryptex.networksolo:ecash:qrddnyj76pwl44h59ythlfe3z2k5mv64gcuycrhytdfb-hk.kryptex.network15XeRQ6vTH65xH5EjnFXZQrWPf85Cq79ssquai-sha256-eu.kryptex.network0x0064945e2e65f44b2f976abb643e4a95df4e51a0bch-us.kryptex.network1JyTjBt5KSBPPGEBsoY3BCZJfNC7NvHpXZExamples