Thank you so much joelao95!!!
I'm still not able yo build the minerd as when I am getting this error when I try to configure:
./configure: line 6102: syntax error near unexpected token `,'
./configure: line 6102: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
I have seen it may be related to a libcurl4-openssl-dev library. But I cannot find the way to install this library on a mac computer.?
Any help on this will be much appreciated!
How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?
Here is a guide I quickly tried in my mac os 10.7:1. Ensure Xcode and the command line tools are installed. 2. Download and Install MacPorts: http://www.macports.org/install.php3. Install librariesOpen up app "Terminal"
sudo port selfupdate
sudo port install git openssl gmp
4. Compile minerdgit clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make
5. start minerdFor example, nonce-pool:
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password>
Suprnova pool:
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password>
<username.worker> and <password> should be set up in a pool.