Bitcoin Forum
October 28, 2024, 06:27:13 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: February 16, 2013, 04:27:43 PM
Hi all, I come from a game development background and know that CUDA mining is more than possible.  I am doing research now and it seems better to start from scratch than to fork any existing miner (based on what I've seen so far).  Getting ~100Mhash/s with a nVidia 660 Ti using unoptimized OpenCL (version 1.1?) code and I think this can easily be pushed into the 300 - 500Mhash range.  It will become backwards compatible in time, but if I can get CC (Compute Capability) 2.0 running then we will be in business (2.0 was introduced in the 400-series of cards, however support will likely go back to the 200-series).

No talk of donations yet though.  It will be open-source (once it's basically working), cross-compatible (although Windows will be the primary deployment target) and will support getblocktemplate and stratum (because slush is cool like that).  IPv6 and Tor (does anyone do Tor mining?) in time.

Not trying to hijack your thread, but just throwing this out there for us nVidia gamers that leave their computers idle Grin.  Feel free to submit humorous/witty suggestion for possible program name via PM.

It is ok Smiley The aim of Your project is different than mine, i'm trying to build easy to use CUDA miner, look at the cgminer, You just download and run it, it has various options, there is nothing like this for CUDA Smiley The second goal is the performance because for now nVidia is far far "behind" the ATI cards with performance in mind (the architecture of ATI cards let them achieve crazy GH/s in this kind of calculations Smiley). So if somebody want to go in "serious" mining he will bought ATI cards and be ready to go in 5 mins, but for casual "idle" miners like me and others, running some miner with decent performance is real PITA cause of the OpenCL architecture, so anyway if i want to get some coins (maybe just for fun etc.) i want to use CUDA and have fully usable system Smiley From the post that You have written i assume that You aim in performance Smiley Support for stratum would be awesome though Smiley As for Thor, why someone would like to use thor for this kind of stuff anyway ?
2  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: January 31, 2013, 04:12:44 PM

pthreads for linux fixed, i didn't know that someone is still interested in this, yesterday i've compiled this on ArchLinux and worked like a charm Smiley As for donations there is my btc address in the footer.
Ps. If i will have time i will work on the Windows version (finally, sorry for that).

I was also interested at one point: https://bitcointalk.org/index.php?topic=2444.msg1192642#msg1192642

Nice to hear this, do You still have the problem with the compilation ?
3  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: January 30, 2013, 03:17:02 PM
i just want a better cuda miner; who's working on that that I can donate too

I'm working on that ;]
4  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: January 30, 2013, 08:18:51 AM
Code:
2>  rpcminerclient.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerclient.cpp(281): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerclient.cpp(327): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>  rpcminermain.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminermain.cpp(119): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
2>  rpcminerthreadgpu.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerthreadgpu.cpp(60): error C2065: 'PRIO_MAX' : undeclared identifier
2>..\..\src\rpcminer\rpcminerthreadgpu.cpp(129): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>  bitcoinminercuda.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>..\..\src\cuda\bitcoinminercuda.cpp(199): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\src\cuda\bitcoinminercuda.cpp(201): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\src\cuda\bitcoinminercuda.cpp(326): warning C4018: '<' : signed/unsigned mismatch
2>  Generating Code...
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Trying to compile in windows under 2010.

Edit:

Was able to get rid of some of the pthread errors; but a lot of those undeclared functions are unix only. So this code will never compile under windows.

... Kinda shitty; can't even pay someone to get a working cuda miner. Best part is the "buy ati" trolls.

Guess I gotta code an entire miner from scratch. Fun times. 

where shall we send you donations

pthreads for linux fixed, i didn't know that someone is still interested in this, yesterday i've compiled this on ArchLinux and worked like a charm Smiley As for donations there is my btc address in the footer.
Ps. If i will have time i will work on the Windows version (finally, sorry for that).
5  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: March 08, 2012, 04:54:40 PM
Building failed for me too. Although not during compilation:
Code:
Linking CXX executable rpcminer
/usr/bin/ld: CMakeFiles/rpcminer.dir/__/src/rpcminer/rpcminerclient.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [cmake-rpcminer/rpcminer] Error 1
make[1]: *** [cmake-rpcminer/CMakeFiles/rpcminer.dir/all] Error 2
make: *** [all] Error 2
Using make 3.82, gcc 4.6.2, binutils 2.22.0, Kernel 3.2.5 on Arch Linux.

I had to add -lpthread to CMAKE_EXE_LINKER_FLAGS:STRING in CMakeCache.txt after configuration to make it work.

Ok, thx for info Smiley
6  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: October 13, 2011, 07:08:18 PM
Hi Cheesy
Nice to see that someone is interested in this Smiley Sorry for late response as i don't have much time now (ass you can see by the last commit date Smiley).
I don't have a clue why there was any compilation error as i tested it on my linux box, puddimpop's code is little bit ugly and without real testing it is hard to make this work like a charm Smiley
I have gcc 4.4.5 and 4.5.3.
Inform me about windows testing Smiley
When i get some time i will update  repo to include your patch Smiley
7  Local / Mining et Hardware / Re: Nouveau et probleme pour miner on: August 05, 2011, 04:21:33 PM
Salutations!

J'ai découvert Bitcoin hier et je me suis lancé dans l'aventure.
Après lectures et renseignements, j'ai plus ou moins compris le principe mais je suis face à un problème: je n'arrive pas à miner!
A vrai dire, je me sens un peu stupide. J'ai l'impression que tout le monde installe et configure ça facilement tandis que moi je galère un peu.

Bon alors, j'ai téléchargé rpcminer, j'ai lancé cuda et j'ai vu qu'il y avait un problème. Je me suis renseigné et apparemment il faut lier son rpcminer a un site pour miner (en l'occurence http://mining.bitcoin.cz/ ).
Il faut donc configurer rpcminer et c'est là d'où vient le problème. Je n'ai pas vraiment trouvé du tutoriel qui explique comment faire.
J'ai créé un raccourci du rpcminer-cuda et j'ai inséré l'url, user et password dans la partie "cible" des propriétés de celui-ci. Je ne sais vraiment pas si c'est ce qu'il fallait faire.

Le message suivant apparait quand je lance le miner :

Quote
Could not retrieve work from RPC server
CURL return value = 22

Alors qu'avant j'avais un curl return value = 6

Bref, j'avoue être un peu perdu.
J'ai vu aussi pas mal de personnes qui parlaient de commandes à entrer et je n'ai aucune idée d'où je dois entrer ces commandes...

Je suis donc à la recherche d'aide, de liens utiles me permettant enfin de miner et découvrir Bitcoin plus largement.

Merci !  Smiley

Hi m8, pls write in english Smiley
Curl 22 error means HTTP error.
Be sure to write web adres with port: http://mining.bitcoin.cz:8332
Make sure u have your worker name and worker password correct Smiley
8  Other / Beginners & Help / Re: Optimizing for efficiency? (RPC-CUDA) on: August 03, 2011, 12:05:51 PM
Okay, so, here's the thing. I'm starting out mining on a pool with my GTX 460. Of course, being a pool, there's a minimum efficiency I have to meet. I get 80% efficiency with the Phoenix miner, and 52 Mh/s average. This is okay. The thing is, with the RPC CUDA miner, I get around 62 Mh/s average, which is almost a 20% improvement. The problem is, this miner drops my efficiency to 10%, which is just awful. I know this is a very noobish question (I guess that's why this is the newbie section), but is there some sort of flag I could set to make the RPC miner more efficient? I really wouldn't like to waste that extra 20% potential from my GPU. (Also I just noticed that Phoenix is constantly using a whole core of my CPU, which RPC didn't do.)
Hi there, i don't know if You know what this efficiency really mean so i explain this:
Efficiency is a measure of how good your miner is and that strictly means how many valid hashes your miner finds in single "get work" task. Phoenix miner is searching entire space (2^32 hash combinations) event if he finds one valid hash, so if you get 1 "get work" task and phoenix will find 2 valid hashes by searching entire space then You have 200% eff. The problem is that rpc cuda miner is not searching entire space, while it finds valid hash it asks for another "get work" task. So statistically phoenix will have greater eff that rpc cuda miner.

100% cpu while using OpenCL is known problem.

Also see my rpcminer-mod (maybe it will be worth to add flag to search entire space):
https://bitcointalk.org/index.php?topic=27907.0
9  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: August 03, 2011, 11:56:31 AM
I've tried compiling it on windows. I downloaded all the libraries and tried using cmake but can't get very far. I am unfamilar with cmake and a few other things. I doubt I would have much trouble compiling this in linux. It's a little beyond me and that's why I was hoping someone else got it to work.
I understand, if You have any output from compilation please paste me here because the aim of this mod is to provide easy to compile version of software.
I'm thinking also on providing binary version (for windows too) and to remove OpenCL support, because there are plenty of OpenCL miners but no good (except rpcminer) CUDA miners that are giving large benefits for nvidia users.
10  Other / Beginners & Help / Re: rpcminer-mod (Modified puddinpop's miner) on: August 01, 2011, 06:36:12 PM
Has anyone gotten this to compile on windows? I want to test it.

Test it m8 and give me some info Smiley
11  Other / Beginners & Help / Re: I pay .02 BTC for joining CampBX exchange on: July 20, 2011, 11:55:50 AM
Registered today
SS: http://img37.imageshack.us/img37/2288/zrzutekranuss.png
BTC: 1F3eeYHigivgL4KXSFA3uXzzBztSHu3Z3p
12  Other / Beginners & Help / Re: Linuxcoin on: July 20, 2011, 11:43:38 AM
Thought I'd try linuxcoin for jollies, but after booting from a USB I get "Cannot Display This Video Mode"
I guess I have to get in and edit the xorg.conf file, but how?

Linuxcoin is debian-based so try:
dpkg-reconfigure xserver-xorg
And configure Your X server.

If You are not in console then press CRTL+ALT+F1, probably You must provide user and pass and i don't know if Linuxcoin is providing it to the public Smiley
13  Other / Beginners & Help / Re: rpcminer: Could not retrieve work from RPC server. on: July 20, 2011, 11:34:54 AM
Hi all,

For some reason I cannot get rpcminer to perform correctly.

-----------------------------------------------------------------------------------

Could not retrieve work from RPC server.
CURL return value = 22
No blocks are being hashed right now.  This can happen if the application is
still starting up, you supplied incorrect parameters, or there is a
communications error connecting to the RPC server.

Curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3

Mac OS X 10.6.7 / 2.8 GHz Intel Core i5 / 4GB 1333 MHz DDR3 / ATI Radeon HD 5750
-----------------------------------------------------------------------------------

Any ideas or have I missed a FAQ / wiki?

Adrian.

Did You read the instructions how set up miner ?
Paste Your start options here (without real pass and user, bu include server).
14  Other / Beginners & Help / Re: Point me in the right direction! on: July 15, 2011, 11:08:24 AM
I have a nvidia card and i want to mine with rpcminer with deepbit, how do i do it?

Use puddinpop CUDA miner:
http://forum.bitcoin.org/?topic=2444.0
or my modification:
http://forum.bitcoin.org/index.php?topic=27907.0
15  Other / Beginners & Help / Re: linux miner problem on: July 14, 2011, 08:01:57 PM
what card was it?

7600GT

$ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G73 [GeForce 7600 GT] (rev a1)

I am now successfully running it on windows on my main box on my 9800GT via GUIMiner - although I am getting once cpu maxed out on poclbm.exe which doesn't seem right.

Try my CUDA miner mod on linux (0% CPU) Smiley :
http://forum.bitcoin.org/index.php?topic=27907.0
16  Other / Beginners & Help / Re: Explain CUDA? on: July 14, 2011, 07:53:42 PM
When I used openCL on my GTX460, it mined fine at ~60 MH/s, but when ever I stopped mining, it would crash my computer.. I switched to rpcminer-cuda with no performance loss and everything works fine.

On my GT420M CUDA works like a charm Smiley

Take a look at my mod:
http://forum.bitcoin.org/index.php?topic=27907.0
17  Other / Beginners & Help / Re: RPCMiner Cuda Flags? on: July 13, 2011, 04:00:28 PM
Hi all,

I'm a total newbie (I'd love to post this in a more relevant forum if I could... cough cough hint hint), and I had a question with regard to my GUIMiner settings.

I'm rocking a Nvidia GTX 460 1GB in my desktop, and, being new to the scene, I blindly trusted the -gputhreads=320 -gpugrid=336 flags posted on the mining hardware comparison page for my card. How am I to know if these are the best settings for my card and computer? Is there a discussion/wiki/infodoc on rpcminer's cuda executable? Can anyone give me any guidance on this?

Thanks,
John

Hi i'm using -gpugrid=256 -gputhreads=512 -aggression=7 on GT420M. You have to set different settings and check the mining speed. It should be stable, that means if You are getting:
200 Mhash/s
800 Mash/s
200 Mhash/s
Then You should lower Your setting to get for e.g stable 700 Mhash/s.
My methodology was to set -gputhreads up to 512 because it was stable value for me, then set -gpugrid up to 256 because it was also max stable value for me. And last thing was the aggression set to up to 7. Those values are giving me maximum stable Mhash/s.

Also try my modified CUDA miner:
http://forum.bitcoin.org/index.php?topic=27907.0
18  Other / Beginners & Help / Re: Mining on slackware on: July 11, 2011, 07:40:59 PM
http://forum.bitcoin.org/index.php?topic=27907.0
Please send some info how it is working.
19  Other / Beginners & Help / Re: Introduce yourself :) on: July 11, 2011, 04:27:32 PM
Hi there, i'm programmer and i was messing in code of puddinpop's miner:
http://forum.bitcoin.org/index.php?topic=27907.0
Happy mining Smiley
20  Other / Beginners & Help / rpcminer-mod (Modified puddinpop's miner) on: July 11, 2011, 04:12:47 PM
If You have CUDA or OpenCL gpu then this is for You.

https://github.com/Ang3lus/rpcminer-mod

What do i give ?
Modified version of puddinpop's miner that is ready for easy compilation (for maximum performance) and installation. There are some little performance tweaks (GT420M is giving ~11 Mhash/s on Gentoo Linux, original miner is giving me ~13 Mhash/s on Windows so whe can get more out of Linux Box Smiley). Software is prepared to compile only CUDA or OpenCL miner without all other things.

OpenCL problem!
For some reason i get 200 Khash/s while using OpenCL. There is some bug or something. You can compile it and test it for Your own. Give some feedback how it works for You

Long live CUDA. Why ?
0% CPU on CUDA while 100% in summary on every OpenCL miner (or 25% per core on quad core). So more power is needed while using OpenCL. This is design of OpenCL problem not miner problem. So i run aggression=3 and i have fully usable system Smiley

Why do i need ?
Feedback, lots of it, download it, compile it and test it, give some info how it works for You (or not), especially Windows users because i didn't test it on Windows Smiley

Remember to read HOW-TO file Smiley

If You like it You know whre the BTC address is Smiley

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!