Just stumbled across another GPU miner here -> https://github.com/garrylachman/mac-gpu-miner that is giving me about 12KH/second pay rate on moneroocean.stream using my 4GB AMD Radeon 5300 ProM. It's a straight GUI executable, and doesn't seem to have any configuration options, but this is by far the most efficient program I've found to date.
One big caveat - it's got some kind of bug in it that if you stop it, and then restart it later without fully exiting the program, all the shares it sends in are invalid. The workaround is just to make sure you exit the program completely and then start it up once again when you're ready to use it again.
Another AMD GPU Miner - Mac-GPU-Miner
- macminergod
- Site Admin
- Posts: 204
- Joined: Mon Feb 22, 2021 7:41 pm
Re: Another AMD GPU Miner - Mac-GPU-Miner
Thank you for sharing this. I'll be sure to get it a shot soon..
For Miners Rigs, macOS Hardware GPUs --> here.
- macminergod
- Site Admin
- Posts: 204
- Joined: Mon Feb 22, 2021 7:41 pm
Re: Another AMD GPU Miner - Mac-GPU-Miner
Results on AMD Radeon Pro 5600M 8 GB:
I couldn't get this to work on my M1 Mac it opened and quit. Please let me know if someone is able to.
Code: Select all
OpenCL 1|0: auto-tune validate-intensity 520|512
AMD GPU 1: Share accepted. Pool: gulf.moneroocean.stream:10032
I couldn't get this to work on my M1 Mac it opened and quit. Please let me know if someone is able to.
For Miners Rigs, macOS Hardware GPUs --> here.
Re: Another AMD GPU Miner - Mac-GPU-Miner
I had to go through the console log when I first installed it to find a couple of libraries it was looking for that I had to install via brew (dyn something?) which the program was looking for to get it to work initially.
- macminergod
- Site Admin
- Posts: 204
- Joined: Mon Feb 22, 2021 7:41 pm
Re: Another AMD GPU Miner - Mac-GPU-Miner
Mind sharing those steps with me and all?
Thanks in advance
For Miners Rigs, macOS Hardware GPUs --> here.
Re: Another AMD GPU Miner - Mac-GPU-Miner
I had to try to recreate what I did that night - I think this is pretty close to what I had to do:
1) Install Homebrew -> https://brew.sh/
2) I then installed these libraries:
brew install -s libjson-rpc-cpp
brew install openssl
brew install hwloc
3) Run the Mac Console app, and watch the system.log output. See if it complains about not finding specific libraries when you try to run the app.
1) Install Homebrew -> https://brew.sh/
2) I then installed these libraries:
brew install -s libjson-rpc-cpp
brew install openssl
brew install hwloc
3) Run the Mac Console app, and watch the system.log output. See if it complains about not finding specific libraries when you try to run the app.