0
I'm setting up MPOS. There are 3 stratum server options: stratum-mining, NOMP, and CoiniumServ. How does MPOS talk with stratum server? AFAIK, MPOS does not speak stratum protocol. Is it through the shared mysql database, where stratum server writes to it (e.g., submitted shared) and MPOS retrieves from.
I'm trying to use a stratum server other than the 3 options above, thus trying to see how to make it compatible with MPOS.
What data (tables and their schema) needs to be written to mySQL for a stratum server to be MPOS compatible? – sinoTrinity – 2019-01-04T23:26:42.743
See this link https://github.com/MPOS/php-mpos/issues/2771 if anyone is interested.
– sinoTrinity – 2019-01-04T23:45:40.863