Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Mac OS X Support #138

Open
8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb opened this issue Feb 10, 2024 · 1 comment
Open

Mac OS X Support #138

8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb opened this issue Feb 10, 2024 · 1 comment

Comments

@8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb
Copy link

8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb commented Feb 10, 2024

Will it work on macOS 10.15.7+?
I have a lot of problems on first make step
brew and all dep installed. Have anyone got working example? What esle do I need?
I have an AMD Card Radeon RX 5700 XT 8 GB, does it work with CUDA?

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/IntGroup.o -c IntGroup.cpp
In file included from IntGroup.cpp:18:
In file included from ./IntGroup.h:21:
./Int.h:241:24: error: static declaration of '__rdtsc' follows non-static
      declaration
static uint64_t inline __rdtsc() {
                       ^
./Int.h:241:24: note: previous implicit declaration is here
1 error generated.
make: *** [obj/IntGroup.o] Error 1
@vladkens
Copy link

Hi. I also had problems running it on macOS, so I created an alternative version (also in pure C):
https://github.com/vladkens/ecloop

This program has fewer features, but take a look, maybe it will work for you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants