Built-in stratum server

This commit is contained in:
Duke Leto
2021-07-09 18:47:15 -04:00
parent 98fbd2c0f4
commit 30a6ca4447
6 changed files with 2175 additions and 1 deletions

View File

@@ -203,6 +203,7 @@ BITCOIN_CORE_H = \
script/standard.h \
serialize.h \
streams.h \
stratum.h \
support/allocators/secure.h \
support/allocators/zeroafterfree.h \
support/cleanse.h \
@@ -315,6 +316,7 @@ libbitcoin_server_a_SOURCES = \
rpc/server.cpp \
script/serverchecker.cpp \
script/sigcache.cpp \
stratum.cpp \
timedata.cpp \
torcontrol.cpp \
txdb.cpp \