Post
Topic
Board Mining (Altcoins)
Topic OP
Mac GPU Miner 1.0.0
by
late-night
on 05/04/2021, 12:42:40 UTC
MAC GPU MINER
Modifided port of xmrstak compiled as Native module for React-Native using embedd AMD Radeon GPU.
The miner comes with a nice user interface that allow easy mining, just provide XMR address and we do the rest.
We use MoneroOcean pool and cryptonight_gpu algo, the the miner show the local hashrate / the raw pool hashrate and the final payment
hashrate translated to XMR.

Using Radeon Pro 560 4 GB (mid 2017 macbook pro), using GPU only you can run almost for 5kh/s (convert to XMR hashrate).

Chages in XMRStak
* Covert the miner to dynamic lib
* Expose and make start and stop function
* Event based communication for log and hashrate report
* Tweeks in threads
* Library tester
* Remove unneed code

Unlike other Miner UIs that run seperate process of the miner, here the miner is
part of the Miner UI.

https://i.imgur.com/jHvWEPV.png
https://i.imgur.com/8hlXZhs.png

Download
https://github.com/garrylachman/mac-gpu-miner/releases/

Source code:
https://github.com/garrylachman/mac-gpu-miner

Released under GPL v3

Thanks,
Garry Lachman