Monero-Pool
Monero-Pool copied to clipboard
An open source monero Pool written in C# and C++ for maximum speed and efficiency. Uses Redis as database
h.cpp hash-extra-skein.cpp jh.cpp keccak.cpp oaes_lib.c skein.cpp cn-hash.cpp -o ../build/libCryptoNight.so -fPIC In file included from block.cpp:2:0: cryptonote_boost_serialization.h:7:42: fatal error: boost/serialization/vector.hpp: No such file or directory #include ^ compilation terminated. make: ***...
Platform-Toolset: Visual Studio 2017 (v141) C2864 'std::ratio::num': a static data member with an in-class initializer must have non-volatile const integral type
I got all compiled with VS2017 bit i cant connect to the Pool with my miners. Always Stratum connection errors. What was my fault?
Hello! After start pool i'm have error. Pool not starting ``` [10.07.2017 12:47:50] [Thread Count : 12]Current pool hashrate : not number Hashes/Second [10.07.2017 12:47:50] [Thread Count : 12]System.OverflowException: Number...
Hey I am trying to get this to compile to a DLL that I will be able to use via a C# UWP app. I will be embedding this in...