Open source ERGO pool
Update config if needed:
docker-compose[.testnet].yml
Start docker containers. Be sure to pass the API key for the stratum server:
> git clone https://github.com/WinterTFG/TulipFarm.git
> docker-compose up -e APIKEY HelloWorldMainnetKey
Start on TESTNET
> docker-compose -f docker-compose.testnet.yml up -e APIKEY HelloWorldTestnetKey
- recently rewritten to completely replace NOMP
- localhost:8000/hello
- stratum server is slightly modified: run tulip.js instead of start.js and the difficulty calc uses own method.
- Add healthcheck or similar so dependant containers connect properly (i.e. stratum check node and tulip; tulip check node is synchronized)
- Handle restart and messaging better when ergostratul/tulip.js crashes