This website works better with JavaScript.
Explore
Help
Register
Sign In
GOSTSec
/
poolserver
mirror of
https://github.com/GOSTSec/poolserver
Watch
1
Star
0
Fork
You've already forked poolserver
0
Code
Issues
Releases
Wiki
Activity
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.
61
Commits
2
Branches
0
Tags
450 KiB
Tree:
32ae9c3291
master
peercoin
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '32ae9c3291'
${ noResults }
poolserver
/
src
/
CMakeLists.txt
7 lines
76 B
Raw
Normal View
History
Unescape
Escape
First push
12 years ago
add_subdirectory
(
server
)
if
(
TOOLS
)
add_subdirectory
(
tools
)
Code style
12 years ago
endif
(
TOOLS
)