Commit graph

9 commits

Author SHA1 Message Date
Claude
78d5fae87c
feat(pool): serve mining pool website from API server
Copy website_example to website/, add static file serving via Node fs
in the API default route handler, and remove website/ from .gitignore.
The API now serves index.html at / and all static assets by path.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:47:34 +01:00
Claude
80878cd5f2
fix(pool): replace CryptoNight with ProgPoWZ via zano-node-util
Pool now uses native Lethean/Zano block validation through
zano-node-util instead of generic CryptoNight hashing. Ports
updated to 5555/7777/8888, Redis auth enabled, difficulty
tuned for testnet.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 12:41:33 +01:00
Claude
3b3f3d5048
rebrand(lethean): update branding, ports, and config for Lethean blockchain
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00
muscleman
8380c228fb
Update pool.js
lets delete in the correct order
2022-01-29 16:12:19 -06:00
muscleman
1d9bf4927f
Update pool.js
clean up disconnected miners
2022-01-29 15:56:23 -06:00
muscleman
22ab1981fc BugFix more charts fixes 2022-01-26 12:33:14 -06:00
muscleman
fffb26c141 BugFix, solo/prop status not displaying 2022-01-26 09:08:58 -06:00
muscleman
ea7435ce9b
don't reset solo effort when prop block is found 2022-01-23 08:32:42 -06:00
muscleman
29ba08020f first commit 2022-01-15 11:31:38 -06:00