Cryptocurrency mining pool written in C++ for speed. Supports Stratum.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

4 lines
252 B

option(POOLSERVER "Build Pool Server" 1)
option(STRATUM "Build Pool Server with Stratum" 1)
option(STATSSERVER "Build Stats Server" 1)
option(MYSQL "Use MySQL database" 1)