Git Product home page Git Product logo

rhminer's People

Contributors

polyminer1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rhminer's Issues

Ctrl - C doesn't kill process

Using 2.0 Linux version (tested on Ubuntu 18.04 and CentOS 7.5). When trying to kill the process with Ctrl+C signal, an output is printed in console: "[1]+ Stopped ./rhminer"
but the process is still running and outputs are still generated in console. But the stdin is released and I can run console executables within the same console. To kill the process I can use GUI monitor system, or run "ps", read pid through process output within the same console and run "kill "

then the console prints "[1]+ Terminated ./rhminer" and the process is really shut down

wrong status in solo mining

image

The CPU only solo mining status showing I have one accepted and one failed block. The log of pascal coin wallet (pascalcoin_daemon in linux, log not attached) confirmed no mined blocks from this miner. The error first noticed after 7hrs from mining started.

RH2

Hello. Thanks for best public rh1 miner, do you plan to make support for rh2?

Huge hashrate spike in hashrate report on mining start

Send  18:49:42   Nonce 791B1E8E found on CPU at 18:49:42. Submitting to pasc.f2pool.com:15555
Net   18:49:43   Share accepted by pasc.f2pool.com:15555
Miner 18:49:47   Shares: Accepted 1  Rejected 0  Failed 0 Up for 00:00:09
Miner 18:49:47   Total: CPU 40960 H/S. AVG 40960.00
Miner 18:49:57   Shares: Accepted 1  Rejected 0  Failed 0 Up for 00:00:19
Miner 18:49:57   Total: CPU 307 H/S. AVG 20633.50
Send  18:50:03   Nonce 3A23FAA4 found on CPU at 18:50:03. Submitting to pasc.f2pool.com:15555
Send  18:50:04   Nonce 8E4E42D4 found on CPU at 18:50:04. Submitting to pasc.f2pool.com:15555
Net   18:50:05   Share accepted by pasc.f2pool.com:15555
Net   18:50:05   Share accepted by pasc.f2pool.com:15555
Miner 18:50 :07   Shares: Accepted 3  Rejected 0  Failed 0 Up for 00:00:29
Miner 18:50:07   Total: CPU 410 H/S. AVG 13892.33
Net   18:50:16   Received new Work FrVtLVcmJS. Work target 0x000f4230 (diff 0.000001)
Miner 18:50:17   Shares: Accepted 3  Rejected 0  Failed 0 Up for 00:00:39
Miner 18:50:17   Total: CPU 819 H/S. AVG 10624.00
Send  18:50:18   Nonce 4B0C362B found on CPU at 18:50:18. Submitting to pasc.f2pool.com:15555
Net   18:50:19   Share accepted by pasc.f2pool.com:15555

more Failed hashes due to duplicate in v1.4

Started using rhminer v1.4 and found a lot of failed hashes due to duplicate.
The amount of failed hash is related to the mining speed (resources). Currently a cpu only mining (i5 8400 - 6 cputhreads) reported 13 failed in ~30mins. a CPU + GPU mining reported more failed hashes.
The duplicate submission typically happen 2-3 submission after the actual (first accepted) submission.
where as in rhminer v1.3 din't report a single failed hash over multiple weeks on the same hardware.

the same behavior noticed both in CPU only and Volta versions (the only two I tried).

Visual Studio 2019 compilation error

During compilation at Visual Studio 2019 at Win 10 x64 platform appears linker error message
Please could you look at it.

Regards

Marian

1>------ Rebuild All started: Project: lib_json, Configuration: Release Win32 ------
1>cl : command line warning D9035: option 'Zc:forScope-' has been deprecated and will be removed in a future release
1>json_reader.cpp
1>json_value.cpp
1>json_writer.cpp
1>lib_json.vcxproj -> C:\Users\ecomet-lenovo-ntbk\rhminer-master\jsoncpp-1.8.0\makefiles\vs71../../build/vs71/release/lib_json\lib_json.lib
1>Done building project "lib_json.vcxproj".
2>------ Rebuild All started: Project: rhminer, Configuration: Release_CPU x64 ------
2>precomp.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\packages\boost.1.72.0.0\lib\native\include\boost\timer.hpp(21): message : This header is deprecated. Use the facilities in <boost/timer/timer.hpp> instead.
2>int128_o.cpp
2>miniweb.cpp
2>PascalWork.cpp
2>CommonData.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\corelib\int128_o.cpp(414): warning C4723: potential divide by 0
2>FixedHash.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\corelib\PascalWork.cpp(226,79): warning C4267: 'argument': conversion from 'size_t' to 'U32', possible loss of data
2>Log.cpp
2>utils.cpp
2>Worker.cpp
2>blake.cpp
2>blake2b.cpp
2>blake2s.cpp
2>haval.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\haval-helper.cpp(63,14): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\MinersLib\Algo\haval.cpp)
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\haval-helper.cpp(63,14): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\MinersLib\Algo\haval.cpp)
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\haval-helper.cpp(63,14): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\MinersLib\Algo\haval.cpp)
2>Pascal.cpp
2>sha0.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\md_helper.c(148,14): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\MinersLib\Algo\sha0.cpp)
2>sha1.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\md_helper.c(148,14): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\MinersLib\Algo\sha1.cpp)
2>sha2.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\md_helper.c(148,14): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\MinersLib\Algo\sha2.cpp)
2>sph_panama.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\sph_panama.cpp(266,14): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Algo\sph_panama.cpp(313,21): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
2>StratumClient.cpp
2>CLMinerBase.cpp
2>Farm.cpp
2>GenericCLMiner.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\StratumClient.cpp(854,18): warning C4244: 'initializing': conversion from 'U64' to 'U32', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\CLMinerBase.cpp(75,56): warning C4244: '=': conversion from 'U64' to 'U32', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\CLMinerBase.cpp(78,54): warning C4244: '=': conversion from 'U64' to 'U32', possible loss of data
2>GenericMinerClient.cpp
2>Global.cpp
2>GpuManager.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Global.cpp(418,55): warning C4267: 'argument': conversion from 'size_t' to 'U32', possible loss of data
2>Miner.cpp
2>KernelOffsetManager.cpp
2>RandomHashCLMiner.cpp
2>RandomHashCPUMiner.cpp
2>RandomHashHostCudaMiner.cpp
2>wrapadl.cpp
2>wrapamdsysfs.cpp
2>wrapnvml.cpp
2>ClientManager.cpp
2>CommandLineManager.cpp
2>main.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\rhminer\CommandLineManager.cpp(127,23): warning C4018: '<': signed/unsigned mismatch
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\rhminer\CommandLineManager.cpp(293,1): warning C4267: 'initializing': conversion from 'size_t' to 'U32', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\rhminer\CommandLineManager.cpp(543,17): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
2>avx.cpp
2>RandomHash_Cpu.cpp
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Cpu.cpp(17,10): warning C4652: compiler option 'Warning level (/W)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_SHA3_512.h(2639,43): warning C4244: 'argument': conversion from 'const uint64_t' to 'U32', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_SHA3_512.h(2660,40): warning C4244: 'argument': conversion from 'const uint64_t' to 'U32', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Ghost.h(316,24): warning C4267: '+=': conversion from 'size_t' to 'U32', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Ghost3411.h(640,31): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Ghost3411.h(824,27): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Ghost3411.h(843,26): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Cpu.cpp(579,33): warning C4018: '<': signed/unsigned mismatch
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Cpu.cpp(591,39): warning C4018: '<': signed/unsigned mismatch
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\MinersLib\Pascal\RandomHash_Cpu.cpp(597,39): warning C4018: '<': signed/unsigned mismatch
2>miniweb.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Value::Value(enum Json::ValueType)" (??0Value@Json@@qeaa@W4ValueType@1@@z) referenced in function "void __cdecl MiniWeb_Connection(class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?MiniWeb_Connection@@yaxv?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Value::Value(enum Json::ValueType)" (??0Value@Json@@qeaa@W4ValueType@1@@z)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Value::Value(enum Json::ValueType)" (??0Value@Json@@qeaa@W4ValueType@1@@z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Value::Value(char const *)" (??0Value@Json@@qeaa@PEBD@Z) referenced in function "void __cdecl ProcessControlgpu(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessControlgpu@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Value::Value(char const *)" (??0Value@Json@@qeaa@PEBD@Z)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Value::Value(char const *)" (??0Value@Json@@qeaa@PEBD@Z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Value::Value(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (??0Value@Json@@qeaa@AEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z) referenced in function "void __cdecl ProcessMinerFile(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessMinerFile@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Value::Value(class Json::Value const &)" (??0Value@Json@@qeaa@AEBV01@@z) referenced in function "void __cdecl ProcessJsonApi(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessJsonApi@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Value::Value(class Json::Value const &)" (??0Value@Json@@qeaa@AEBV01@@z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Value::~Value(void)" (??1Value@Json@@qeaa@XZ) referenced in function "void __cdecl ProcessControlgpu(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessControlgpu@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Value::~Value(void)" (??1Value@Json@@qeaa@XZ)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Value::~Value(void)" (??1Value@Json@@qeaa@XZ)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::operator==(class Json::Value const &)const " (??8Value@Json@@QEBA_NAEBV01@@z) referenced in function "void __cdecl ProcessMinerFile(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessMinerFile@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl Json::Value::asString(void)const " (?asString@Value@Json@@qeba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz) referenced in function "void __cdecl ProcessControlgpu(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessControlgpu@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl Json::Value::asString(void)const " (?asString@Value@Json@@qeba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl Json::Value::asString(void)const " (?asString@Value@Json@@qeba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::isArray(void)const " (?isArray@Value@Json@@QEBA_NXZ) referenced in function "void __cdecl ProcessControlgpu(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessControlgpu@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Json::Value::isArray(void)const " (?isArray@Value@Json@@QEBA_NXZ)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: class Json::Value __cdecl Json::Value::get(unsigned int,class Json::Value const &)const " (?get@Value@Json@@qeba?AV12@IAEBV12@@z) referenced in function "void __cdecl ProcessControlgpu(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessControlgpu@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: class Json::Value __cdecl Json::Value::get(unsigned int,class Json::Value const &)const " (?get@Value@Json@@qeba?AV12@IAEBV12@@z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: class Json::Value __cdecl Json::Value::get(char const *,class Json::Value const &)const " (?get@Value@Json@@qeba?AV12@PEBDAEBV12@@z) referenced in function "void __cdecl ProcessControlgpu(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessControlgpu@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: class Json::Value __cdecl Json::Value::get(char const *,class Json::Value const &)const " (?get@Value@Json@@qeba?AV12@PEBDAEBV12@@z)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: class Json::Value __cdecl Json::Value::get(char const *,class Json::Value const &)const " (?get@Value@Json@@qeba?AV12@PEBDAEBV12@@z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Reader::Reader(void)" (??0Reader@Json@@qeaa@XZ) referenced in function "void __cdecl MiniWeb_Connection(class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?MiniWeb_Connection@@yaxv?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Reader::Reader(void)" (??0Reader@Json@@qeaa@XZ)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: __cdecl Json::Reader::Reader(void)" (??0Reader@Json@@qeaa@XZ)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Reader::parse(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class Json::Value &,bool)" (?parse@Reader@Json@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@AEAVValue@2@_N@Z) referenced in function "void __cdecl MiniWeb_Connection(class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?MiniWeb_Connection@@yaxv?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Json::Reader::parse(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class Json::Value &,bool)" (?parse@Reader@Json@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@AEAVValue@2@_N@Z)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Json::Reader::parse(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class Json::Value &,bool)" (?parse@Reader@Json@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@AEAVValue@2@_N@Z)
2>miniweb.obj : error LNK2019: unresolved external symbol "public: static class Json::Value const & const Json::Value::null" (?null@Value@Json@@2AEBV12@EB) referenced in function "void __cdecl ProcessControlgpu(class Json::Value,class boost::shared_ptr<class boost::asio::basic_stream_socket<class boost::asio::ip::tcp,class boost::asio::executor> >)" (?ProcessControlgpu@@YAXVValue@Json@@v?$shared_ptr@V?$basic_stream_socket@Vtcp@ip@asio@boost@@VEXecutor@34@@asio@boost@@@boost@@@z)
2>StratumClient.obj : error LNK2001: unresolved external symbol "public: static class Json::Value const & const Json::Value::null" (?null@Value@Json@@2AEBV12@EB)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: static class Json::Value const & const Json::Value::null" (?null@Value@Json@@2AEBV12@EB)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Value::Value(int)" (??0Value@Json@@qeaa@H@Z) referenced in function "protected: virtual bool __cdecl StratumClient::ProcessMiningNotify(class Json::Value &)" (?ProcessMiningNotify@StratumClient@@MEAA_NAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: __cdecl Json::Value::Value(bool)" (??0Value@Json@@qeaa@_N@Z) referenced in function "public: bool __cdecl StratumClient::HandleMiningSubmitResponceResult(class Json::Value &,class std::basic_string<char,struct std::char_traits,class std::allocator > &,unsigned __int64)" (?HandleMiningSubmitResponceResult@StratumClient@@QEAA_NAEAVValue@Json@@aeav?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: class Json::Value & __cdecl Json::Value::operator=(class Json::Value)" (??4Value@Json@@QEAAAEAV01@V01@@z) referenced in function "protected: virtual void __cdecl StratumClient::ProcessExtranonce(class Json::Value &)" (?ProcessExtranonce@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: int __cdecl Json::Value::asInt(void)const " (?asInt@Value@Json@@QEBAHXZ) referenced in function "protected: virtual void __cdecl StratumClient::ProcessReponse(class Json::Value &)" (?ProcessReponse@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: unsigned int __cdecl Json::Value::asUInt(void)const " (?asUInt@Value@Json@@QEBAIXZ) referenced in function "protected: virtual void __cdecl StratumClient::RespondSubscribe(class Json::Value &,unsigned __int64)" (?RespondSubscribe@StratumClient@@MEAAXAEAVValue@Json@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: unsigned __int64 __cdecl Json::Value::asUInt64(void)const " (?asUInt64@Value@Json@@QEBA_KXZ) referenced in function "protected: virtual void __cdecl StratumClient::ProcessMiningNotifySolo(class Json::Value &)" (?ProcessMiningNotifySolo@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: double __cdecl Json::Value::asDouble(void)const " (?asDouble@Value@Json@@QEBANXZ) referenced in function "protected: virtual void __cdecl StratumClient::ProcessSetDiff(class Json::Value &)" (?ProcessSetDiff@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::asBool(void)const " (?asBool@Value@Json@@QEBA_NXZ) referenced in function "public: bool __cdecl StratumClient::HandleMiningSubmitResponceResult(class Json::Value &,class std::basic_string<char,struct std::char_traits,class std::allocator > &,unsigned __int64)" (?HandleMiningSubmitResponceResult@StratumClient@@QEAA_NAEAVValue@Json@@aeav?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::isNull(void)const " (?isNull@Value@Json@@QEBA_NXZ) referenced in function "protected: virtual void __cdecl StratumClient::ProcessReponse(class Json::Value &)" (?ProcessReponse@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Json::Value::isNull(void)const " (?isNull@Value@Json@@QEBA_NXZ)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::isBool(void)const " (?isBool@Value@Json@@QEBA_NXZ) referenced in function "protected: virtual void __cdecl StratumClient::RespondAuthorize(class Json::Value &,unsigned __int64)" (?RespondAuthorize@StratumClient@@MEAAXAEAVValue@Json@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::isIntegral(void)const " (?isIntegral@Value@Json@@QEBA_NXZ) referenced in function "protected: virtual void __cdecl StratumClient::ProcessReponse(class Json::Value &)" (?ProcessReponse@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::isString(void)const " (?isString@Value@Json@@QEBA_NXZ) referenced in function "public: bool __cdecl StratumClient::HandleMiningSubmitResponceResult(class Json::Value &,class std::basic_string<char,struct std::char_traits,class std::allocator > &,unsigned __int64)" (?HandleMiningSubmitResponceResult@StratumClient@@QEAA_NAEAVValue@Json@@aeav?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: unsigned int __cdecl Json::Value::size(void)const " (?size@Value@Json@@QEBAIXZ) referenced in function "public: bool __cdecl StratumClient::HandleMiningSubmitResponceResult(class Json::Value &,class std::basic_string<char,struct std::char_traits,class std::allocator > &,unsigned __int64)" (?HandleMiningSubmitResponceResult@StratumClient@@QEAA_NAEAVValue@Json@@aeav?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: class Json::Value & __cdecl Json::Value::operator[](unsigned int)" (??AValue@Json@@QEAAAEAV01@I@Z) referenced in function "protected: virtual void __cdecl StratumClient::RespondSubscribe(class Json::Value &,unsigned __int64)" (?RespondSubscribe@StratumClient@@MEAAXAEAVValue@Json@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: class Json::Value & __cdecl Json::Value::operator" (??AValue@Json@@QEAAAEAV01@H@Z) referenced in function "protected: virtual void __cdecl StratumClient::ProcessSetDiff(class Json::Value &)" (?ProcessSetDiff@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::isMember(char const *)const " (?isMember@Value@Json@@QEBA_NPEBD@Z) referenced in function "protected: virtual void __cdecl StratumClient::ProcessReponse(class Json::Value &)" (?ProcessReponse@StratumClient@@MEAAXAEAVValue@Json@@@z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl Json::Value::toStyledString(void)const " (?toStyledString@Value@Json@@qeba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz) referenced in function "public: bool __cdecl StratumClient::HandleMiningSubmitResponceResult(class Json::Value &,class std::basic_string<char,struct std::char_traits,class std::allocator > &,unsigned __int64)" (?HandleMiningSubmitResponceResult@StratumClient@@QEAA_NAEAVValue@Json@@aeav?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@_K@Z)
2>StratumClient.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl Json::Reader::getFormattedErrorMessages(void)const " (?getFormattedErrorMessages@Reader@Json@@qeba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz) referenced in function "protected: virtual void __cdecl StratumClient::WorkLoop(void)" (?WorkLoop@StratumClient@@MEAAXXZ)
2>CommandLineManager.obj : error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl Json::Reader::getFormattedErrorMessages(void)const " (?getFormattedErrorMessages@Reader@Json@@qeba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz)
2>CommandLineManager.obj : error LNK2019: unresolved external symbol "public: bool __cdecl Json::Value::empty(void)const " (?empty@Value@Json@@QEBA_NXZ) referenced in function "public: bool __cdecl CmdLineManager::Parse(int,char * *,bool)" (?Parse@CmdLineManager@@QEAA_NHPEAPEAD_N@Z)
2>CommandLineManager.obj : error LNK2019: unresolved external symbol "public: class Json::Value __cdecl Json::Value::get(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class Json::Value const &)const " (?get@Value@Json@@qeba?AV12@AEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@AEBV12@@z) referenced in function "private: int __cdecl CmdLineManager::ParseInternalXML(char const *,bool)" (?ParseInternalXML@CmdLineManager@@AEAAHPEBD_N@Z)
2>CommandLineManager.obj : error LNK2019: unresolved external symbol "public: class std::vector<class std::basic_string<char,struct std::char_traits,class std::allocator >,class std::allocator<class std::basic_string<char,struct std::char_traits,class std::allocator > > > __cdecl Json::Value::getMemberNames(void)const " (?getMemberNames@Value@Json@@qeba?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@v?$allocator@V?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@2@@std@@xz) referenced in function "public: static void __cdecl CmdLineManager::LoadFromXml(char const *)" (?LoadFromXml@CmdLineManager@@SAXPEBD@Z)
2>C:\Users\ecomet-lenovo-ntbk\rhminer-master\x64\Release_CPU\rhminer.exe : fatal error LNK1120: 34 unresolved externals
2>Done building project "rhminer.vcxproj" -- FAILED.
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========

Work Target is always 0x0000ffff

I'm a beginner, so perhaps it's just a silly mistake of mine, but work target is always 0x0000ffff and accepted, failed, or rejected are always 0

sans titre

Screensaver not installing

Hi,
Unfortunately my PascalCoin screensaver won't install. It has downloaded with no issues and I've followed the instructions for configuration. When I click install it appears in the Screensaver section in Control Panel...but when I exit and go back into the Screensaver section in Control Panel the PascalCoin screensaver option has disappeared. Not sure how to proceed from this point so any advice would be grateful.

Thanks in advance,
Tom

How to compile package with devfee attrbute?

"To disable donation download and compile locally, then use the -devfee option with chosen donation percentage. 0 will disable the donation. "
This sentence is not described which option during compilation have to be set with devfee attribute.
Compilator/Linker not understand devfee attribute and ignore it.
Please could you update your documentation what do you mean about devfee option where should be set such option?

Reported hashrate on PC screen substantially lower than that reported on Nanopool

I found a problem with version 1.3 of polyminer1/rhminer endorsed by the PascalCoin Foundation. The reported hashrate on my PC is substantially lower than that reported on both Nanopool and c3pool. It means that much less shares displayed on my PC screen are actually submitted to Nanopool and c3pool. Aslo about half of my submitted shares to c3pool are rejected. I have encountered the same problem when testing the rhminer on my two laptops while mining to Nanopool.

64-bit Windows 10
CPU AMD Threadripper 2950x

Version 2.3 blocked by Firefox, Windows Defender

Downloading with Firefox fails, Firefox displays an error message that the file contains a virus or malware (probably getting info from Defender) then Windows Defender shows a warning that the file contains the Occamy.CC7 trojan.
Version 2.2b downloads fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.