Or any other better cards, that we know for highspeed with vanitysearch.
I would like put my 3 NVIDIA 3070 out and buy the latest top model if i have the information, how the speed is.
Best regards,
Willi
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.
~/VanitySearch-master$ make
cd obj && mkdir -p GPU
cd obj && mkdir -p hash
g++ -m64 -mssse3 -Wno-write-strings -O2 -I. -I/usr/local/cuda-8.0/include -o obj/main.o -c main.cpp
In file included from main.cpp:18:
Timer.h:36:10: error: ‘uint32_t’ does not name a type
36 | static uint32_t getSeed32();
| ^~~~~~~~
Timer.h:23:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’?
22 | #include
+++ |+#include
23 | #ifdef WIN64
Timer.h:37:27: error: ‘uint32_t’ has not been declared
37 | static void SleepMillis(uint32_t millis);
| ^~~~~~~~
main.cpp: In function ‘int main(int, char**)’:
main.cpp:372:16: error: ‘getSeed32’ is not a member of ‘Timer’
372 | rseed(Timer::getSeed32());
| ^~~~~~~~~
make: *** [Makefile:70: obj/main.o] Error 1