Screed is a frontend for the amazing mining-pool software foundation-server from blinkhash; a complete rewrite of NOMP. It works flawlessly with new algos like kawpow, has a clean API and has minimal system requirements. I highly recommend looking into foundation if you are still using YiIMP or NOMP or are just looking into starting a new pool in 2022.
WIP but usable w/ some tweaking
The default setup is for a single-pool; more pools can be added by editing the Header component, and adding some logic to block_reward in the Miner component.
Until the SvelteKit port is finished, config vars have to be set up manually:
- foundation api endpoint
in src/stores/miners.js
- block_reward
in src/Miners.svelte
- used for Round Estimates -- some logic needed if you want multiple pools
- add logic for coin selection
- finish SvelteKit port
- move config vars to .env
- move stats calculations to store
- add customization options
- svelte
- a17t + tailwindcss
- rollup