It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
make[2]: Entering directory `/opt/miners/cudaminer-cryptonite'
nvcc -Xptxas "-abi=no -v" -arch=compute_35 --ptxas-options=-v -O2 -o trashminer.o -c trashminer.cu
In file included from trashminer.cu:58:0:
uint256.h:16:19: fatal error: gmpxx.h: No such file or directory
#include
make[2]: Entering directory `/opt/miners/cudaminer-cryptonite'
nvcc -Xptxas "-abi=no -v" -arch=compute_35 --ptxas-options=-v -O2 -o trashminer.o -c trashminer.cu
In file included from trashminer.cu:58:0:
uint256.h:16:19: fatal error: gmpxx.h: No such file or directory
#include
[add]
August 05, 2014, 10:28:06 PM
Almost had everything compiled for CudaMiner on windows when I hit a wall during this step LIBCURL="-lcurldll" ./configure CFLAGS="-O3" It errors out with the following: checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ I know that I am missing gmplib, just not sure where or how to install it via MinGW/MSYS The dev of cryptonight mentioned in this irc channel about that question ( i asked in the #ccminer irc channel) " you will need libgmp. build from source maybe" Thanks for the tip, I managed to install libgmp in MinGW, but now I am stuck on the close to the last step being the make. I'm getting an error listed: c:\mingw\include\ws2tcpip.h:38:2: error: #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." ^ In file included from c:/mingw64/include/curl/curlbuild.h:124:0, from c:/mingw64/include/curl/curl.h:34, from cpu-miner.c:37: c:\mingw\include\ws2tcpip.h:147:8: error: redefinition of 'struct ip_mreq' struct ip_mreq { ^ In file included from c:\mingw\include\windows.h:93:0, from cpu-miner.c:23: c:\mingw\include\winsock.h:315:8: note: originally defined here struct ip_mreq { ^ The advise from the dev in irc was as follows : "i think change cpu-miner.c so #include #include That didn't really help.. I've been at this now for over 3 hours and my head is starting to hurt lol. I think this can be resolved by installing an earlier version of MinGW, the only issue is that I cannot find a safe and working download link anywhere.. When I used Windows, I would build a cross-toolchain, then use that to build a Win64 native toolchain. Hmmm, thanks for the info.. However, it doesn't make a whole lot of sense to me . I am somewhat of a newb here.. I'm following some legacy guides that I've found such as http://pastebin.com/p2cRgHxd Oh, maybe that's not for you, then. I prefer not to use MSYS or the like at all, and instead build what I need from source from a linux machine. Hehe yeah, understandable.. I actually have an ubuntu server up and running, however.. It's not really that accessible to pop in one of my 750 Ti cards. If it was, I would have likely had this compiled awhile ago hah.. August 05, 2014, 10:22:39 PM
Almost had everything compiled for CudaMiner on windows when I hit a wall during this step LIBCURL="-lcurldll" ./configure CFLAGS="-O3" It errors out with the following: checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ I know that I am missing gmplib, just not sure where or how to install it via MinGW/MSYS The dev of cryptonight mentioned in this irc channel about that question ( i asked in the #ccminer irc channel) " you will need libgmp. build from source maybe" Thanks for the tip, I managed to install libgmp in MinGW, but now I am stuck on the close to the last step being the make. I'm getting an error listed: c:\mingw\include\ws2tcpip.h:38:2: error: #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." ^ In file included from c:/mingw64/include/curl/curlbuild.h:124:0, from c:/mingw64/include/curl/curl.h:34, from cpu-miner.c:37: c:\mingw\include\ws2tcpip.h:147:8: error: redefinition of 'struct ip_mreq' struct ip_mreq { ^ In file included from c:\mingw\include\windows.h:93:0, from cpu-miner.c:23: c:\mingw\include\winsock.h:315:8: note: originally defined here struct ip_mreq { ^ The advise from the dev in irc was as follows : "i think change cpu-miner.c so #include #include That didn't really help.. I've been at this now for over 3 hours and my head is starting to hurt lol. I think this can be resolved by installing an earlier version of MinGW, the only issue is that I cannot find a safe and working download link anywhere.. When I used Windows, I would build a cross-toolchain, then use that to build a Win64 native toolchain. Hmmm, thanks for the info.. However, it doesn't make a whole lot of sense to me . I am somewhat of a newb here.. I'm following some legacy guides that I've found such as http://pastebin.com/p2cRgHxd August 05, 2014, 10:16:04 PM
Almost had everything compiled for CudaMiner on windows when I hit a wall during this step LIBCURL="-lcurldll" ./configure CFLAGS="-O3" It errors out with the following: checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ I know that I am missing gmplib, just not sure where or how to install it via MinGW/MSYS The dev of cryptonight mentioned in this irc channel about that question ( i asked in the #ccminer irc channel) " you will need libgmp. build from source maybe" Thanks for the tip, I managed to install libgmp in MinGW, but now I am stuck on the close to the last step being the make. I'm getting an error listed: c:\mingw\include\ws2tcpip.h:38:2: error: #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." ^ In file included from c:/mingw64/include/curl/curlbuild.h:124:0, from c:/mingw64/include/curl/curl.h:34, from cpu-miner.c:37: c:\mingw\include\ws2tcpip.h:147:8: error: redefinition of 'struct ip_mreq' struct ip_mreq { ^ In file included from c:\mingw\include\windows.h:93:0, from cpu-miner.c:23: c:\mingw\include\winsock.h:315:8: note: originally defined here struct ip_mreq { ^ The advise from the dev in irc was as follows : "i think change cpu-miner.c so #include #include That didn't really help.. I've been at this now for over 3 hours and my head is starting to hurt lol. I think this can be resolved by installing an earlier version of MinGW, the only issue is that I cannot find a safe and working download link anywhere.. August 05, 2014, 09:31:44 PM
Almost had everything compiled for CudaMiner on windows when I hit a wall during this step LIBCURL="-lcurldll" ./configure CFLAGS="-O3" It errors out with the following: checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ I know that I am missing gmplib, just not sure where or how to install it via MinGW/MSYS The dev of cryptonight mentioned in this irc channel about that question ( i asked in the #ccminer irc channel) " you will need libgmp. build from source maybe" Thanks for the tip, I managed to install libgmp in MinGW, but now I am stuck on the close to the last step being the make. I'm getting an error listed: c:\mingw\include\ws2tcpip.h:38:2: error: #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." ^ In file included from c:/mingw64/include/curl/curlbuild.h:124:0, from c:/mingw64/include/curl/curl.h:34, from cpu-miner.c:37: c:\mingw\include\ws2tcpip.h:147:8: error: redefinition of 'struct ip_mreq' struct ip_mreq { ^ In file included from c:\mingw\include\windows.h:93:0, from cpu-miner.c:23: c:\mingw\include\winsock.h:315:8: note: originally defined here struct ip_mreq { ^ The advise from the dev in irc was as follows : "i think change cpu-miner.c so #include #include August 05, 2014, 09:23:18 PM
Almost had everything compiled for CudaMiner on windows when I hit a wall during this step LIBCURL="-lcurldll" ./configure CFLAGS="-O3" It errors out with the following: checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ I know that I am missing gmplib, just not sure where or how to install it via MinGW/MSYS The dev of cryptonight mentioned in this irc channel about that question ( i asked in the #ccminer irc channel) " you will need libgmp. build from source maybe" Thanks for the tip, I managed to install libgmp in MinGW, but now I am stuck on the close to the last step being the make. I'm getting an error listed: c:\mingw\include\ws2tcpip.h:38:2: error: #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." ^ In file included from c:/mingw64/include/curl/curlbuild.h:124:0, from c:/mingw64/include/curl/curl.h:34, from cpu-miner.c:37: c:\mingw\include\ws2tcpip.h:147:8: error: redefinition of 'struct ip_mreq' struct ip_mreq { ^ In file included from c:\mingw\include\windows.h:93:0, from cpu-miner.c:23: c:\mingw\include\winsock.h:315:8: note: originally defined here struct ip_mreq { ^ August 05, 2014, 09:21:43 PM
Almost had everything compiled for CudaMiner on windows when I hit a wall during this step LIBCURL="-lcurldll" ./configure CFLAGS="-O3" It errors out with the following: checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ I know that I am missing gmplib, just not sure where or how to install it via MinGW/MSYS The dev of cryptonite mentioned in this irc channel about that question ( i asked in the #ccminer irc channel) " you will need libgmp. build from source maybe" August 05, 2014, 09:05:18 PM
Almost had everything compiled for CudaMiner on windows when I hit a wall during this step
LIBCURL="-lcurldll" ./configure CFLAGS="-O3" It errors out with the following: checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ I know that I am missing gmplib, just not sure where or how to install it via MinGW/MSYS August 05, 2014, 07:48:55 PM
Thats awesome
August 05, 2014, 07:22:55 PM
probably but lets know what "half decent" means first... almost 2 mhs on a gtx660 oem with 1152 coresMine isn't ready to be released, and won't until I get it working on pool... Finally got the hashrate more consistent - slightly over 2MH/s per 750Ti @ stock. How fast was the original? Original was ~1.5MH/s, I think. Still lots to do, though. Ok, thanks. Good luck with optimizing **edit: wow, prize really dropping fast. No buyers over 0.00002226 now! August 05, 2014, 07:19:08 PM
https://github.com/MiniblockchainProject/CudaMiner
Trying to get this to compile on windows is a pain in the butt. August 05, 2014, 07:04:48 PM
probably but lets know what "half decent" means first... almost 2 mhs on a gtx660 oem with 1152 coresMine isn't ready to be released, and won't until I get it working on pool... Finally got the hashrate more consistent - slightly over 2MH/s per 750Ti @ stock. How fast was the original? August 05, 2014, 06:56:06 PM
Either of you two guys planning to release yours? I would say it an sgcudaminer... This one was built on Cuda and not cc miner. August 05, 2014, 06:55:55 PM
probably but lets know what "half decent" means first... almost 2 mhs on a gtx660 oem with 1152 coresMine isn't ready to be released, and won't until I get it working on pool... Finally got the hashrate more consistent - slightly over 2MH/s per 750Ti @ stock. Is that yours on the new release? August 05, 2014, 06:52:15 PM
probably but lets know what "half decent" means first... almost 2 mhs on a gtx660 oem with 1152 cores Mine isn't ready to be released, and won't until I get it working on pool... August 05, 2014, 06:51:17 PM
I have never used cudaminer, don't even know the proper arguments. So used to cc and nv...
Jump to:
|