<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>XMR Monero and Aeon mining — FabulousPanda Forum</title>
        <link>https://fabulouspanda.com/forum/</link>
        <pubDate>Tue, 19 May 2026 10:43:02 +0000</pubDate>
        <language>en</language>
            <description>XMR Monero and Aeon mining — FabulousPanda Forum</description>
    <atom:link href="https://fabulouspanda.com/forum/categories/xmr-monero-and-aeon-mining/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>xmr-stak-rx</title>
        <link>https://fabulouspanda.com/forum/discussion/2643/xmr-stak-rx</link>
        <pubDate>Mon, 18 Nov 2019 17:57:31 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>pon</dc:creator>
        <guid isPermaLink="false">2643@/forum/discussions</guid>
        <description><![CDATA[<p>another coming network upgrade for monero, another fabulouspanda release? ;-)</p>
]]>
        </description>
    </item>
    <item>
        <title>Discussion about this forum</title>
        <link>https://fabulouspanda.com/forum/discussion/2960/discussion-about-this-forum</link>
        <pubDate>Wed, 23 Sep 2020 13:46:28 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>AprilHuang</dc:creator>
        <guid isPermaLink="false">2960@/forum/discussions</guid>
        <description><![CDATA[<p>What type of topics can be posted here, what things we can post in off-topic boards?</p>
]]>
        </description>
    </item>
    <item>
        <title>Wanna Discuss Something</title>
        <link>https://fabulouspanda.com/forum/discussion/2956/wanna-discuss-something</link>
        <pubDate>Thu, 17 Sep 2020 12:30:55 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>AprilHuang</dc:creator>
        <guid isPermaLink="false">2956@/forum/discussions</guid>
        <description><![CDATA[<p>I want to discuss something related to this forum, i am new here and i want to know the rules of this forum. Can anybody tell me about this?</p>
]]>
        </description>
    </item>
    <item>
        <title>Compile Dev Fee 0</title>
        <link>https://fabulouspanda.com/forum/discussion/2186/compile-dev-fee-0</link>
        <pubDate>Fri, 21 Jun 2019 14:02:02 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>xmrer</dc:creator>
        <guid isPermaLink="false">2186@/forum/discussions</guid>
        <description><![CDATA[<p>Whenever you can compile a Dev fee 0 version it would be appreciated. I can't seem to compile for some reason, let alone test it to see if it is working. You're the best!</p>
]]>
        </description>
    </item>
    <item>
        <title>macOS xmr-stak-rx not compiled for httpd support</title>
        <link>https://fabulouspanda.com/forum/discussion/2658/macos-xmr-stak-rx-not-compiled-for-httpd-support</link>
        <pubDate>Wed, 11 Dec 2019 02:18:48 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>jwells</dc:creator>
        <guid isPermaLink="false">2658@/forum/discussions</guid>
        <description><![CDATA[<p>Can you update the miner so that it supports the local web server (httpd)? <br />
Also I found a typo in your instructions.rtf file.<br />
./xmr-stak-xr --noAMD should say ./xmr-stak-rx --noAMD</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr stak 2.10?</title>
        <link>https://fabulouspanda.com/forum/discussion/2094/xmr-stak-2-10</link>
        <pubDate>Sun, 10 Mar 2019 16:55:25 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>pon</dc:creator>
        <guid isPermaLink="false">2094@/forum/discussions</guid>
        <description><![CDATA[<p>another monero fork another build? ;-)<br />
would be great.</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr-stak v2.5?</title>
        <link>https://fabulouspanda.com/forum/discussion/2045/xmr-stak-v2-5</link>
        <pubDate>Sun, 14 Oct 2018 08:06:48 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>pon</dc:creator>
        <guid isPermaLink="false">2045@/forum/discussions</guid>
        <description><![CDATA[<p>any plans for v2.5 of xmr-stak which seems to be needed for the coming monero fork?</p>
]]>
        </description>
    </item>
    <item>
        <title>[Share] My shell script that mine with xmr-stak in macOS depends on idle/busy.</title>
        <link>https://fabulouspanda.com/forum/discussion/2052/share-my-shell-script-that-mine-with-xmr-stak-in-macos-depends-on-idle-busy</link>
        <pubDate>Tue, 16 Oct 2018 07:42:07 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>furic</dc:creator>
        <guid isPermaLink="false">2052@/forum/discussions</guid>
        <description><![CDATA[<p>This is my script on macOS, that using CPU-mining when working, and automatically switch to GPU-mining when idle for 3 minutes. Wish it's useful for someone. Save the file as idle-miner.command and double click to run:</p>

<pre spellcheck="false" tabindex="0">#!/usr/bin/env perl

my $idle_seconds_command = 'ioreg -c IOHIDSystem | awk \'/HIDIdleTime/ {print $NF/1000000000; exit}\'';

print "Counting seconds of inactivity... Command + Period (.) to quit\n\n";

my $idle_timeout_seconds = 180; # 3 minutes
my $idle_ignore_players_seconds = 10800; # 3 hours
my $check_seconds = 5;

my $child = fork();
my $is_idle = 0;

while(1) {

    if ($child) {

        my $idle_seconds = `$idle_seconds_command`;
        chomp($idle_seconds);
        print "Idle for $idle_seconds seconds.\n";

        if (!$is_idle &amp;&amp; $idle_seconds &gt; $idle_timeout_seconds) { # From active to inactive

            # Check if VL, 5KPlayer and Firefox opened
            my $player_running = `pgrep VLC || pgrep 5KPlayer || pgrep firefox`;
            chomp($player_running);

            if (!$player_running || $idle_seconds &gt; $idle_ignore_players_seconds) { # Run as idle, only when no players running, or idle time more than 3 hours

                print "Start Inactive.\n";

                # Kill the current child process first
                system('pkill xmr-stak');
                kill 9, $child;
                waitpid $child, 0;
                $child = 0;

                $is_idle = 1;
                $child = fork();

            }

        } elsif ($is_idle &amp;&amp; $idle_seconds &lt; 1) { # From inactive to active

            print "Start Active.\n";

            system('pkill xmr-stak');
            kill 9, $child;
            waitpid $child, 0;
            $child = 0;

            $is_idle = 0;
            $child = fork();

        }

    } else {

        chdir ("/Applications/xmr-stak-amd");

        if ($is_idle) {

            # system './xmr-stak -C pools-noAMD.txt --noCPU';
            system './xmr-stak';

        } else {

            system './xmr-stak -C pools-noAMD.txt --noAMD';

        }

    }

    sleep($check_seconds);

}
</pre>

<p>Note: I put xmr-stak-amd into Applications folder, change that accordingly if yours is not.<br />
Note2: I ignore the idle status when Firefox, VLC or 5KPlayer are opened, so it won't do GPU-mining and lag my mac while I'm watching YouTube or videos.</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr-stak 2.4.3 on 10.13.4 problem</title>
        <link>https://fabulouspanda.com/forum/discussion/1799/xmr-stak-2-4-3-on-10-13-4-problem</link>
        <pubDate>Tue, 08 May 2018 07:08:52 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>pon</dc:creator>
        <guid isPermaLink="false">1799@/forum/discussions</guid>
        <description><![CDATA[<p>hi,<br />
just tried the new version without success. both (cpu only and cpu/amd) give an error msg on start.</p>

<p><em>dyld: Library not loaded: <a href="https://fabulouspanda.com/forum/profile/executable_path%2Fopenssl%2Flib%2Flibcrypto" rel="nofollow">@executable_path/openssl/lib/libcrypto</a>.1.0.0.dylib<br />
  Referenced from: /Users/kp/Desktop/xmrstakcpu2.4.3/openssl/lib/libssl.1.0.0.dylib<br />
  Reason: image not found<br />
Abort trap: 6</em></p>

<p>i checked the oppenssl folder and as expected the dylib is there.<br />
i also tried to move the xmrstak folder to applications without change.</p>

<p>system error msg is:<br />
_Termination Reason:    DYLD, [0x1] Library missing</p>

<p>Application Specific Information:<br />
dyld: launch, loading dependent libraries</p>

<p>Dyld Error Message:<br />
  Library not loaded: <a href="https://fabulouspanda.com/forum/profile/executable_path%2Fopenssl%2Flib%2Flibcrypto" rel="nofollow">@executable_path/openssl/lib/libcrypto</a>.1.0.0.dylib<br />
  Referenced from: /Users/kp/Desktop/xmrstakcpu2.4.3/openssl/lib/libssl.1.0.0.dylib<br />
  Reason: image not found</p>

<p>Binary Images:<br />
       0x104554000 -        0x1045f6ff7 +xmr-stak (0) &lt;5501EEBA-6561-3A66-A517-2E1BEBD8EFC8&gt; /Users/USER/Desktop/<em>/xmr-stak<br />
       0x10461c000 -        0x10465eff7 +libssl.1.0.0.dylib (1)  /Users/USER/Desktop/</em>/libssl.1.0.0.dylib<br />
       0x104682000 -        0x1047befc7 +libcrypto.1.0.0.dylib (1) &lt;6FB50134-D148-3B13-8387-4720A551153F&gt; /Users/USER/Desktop/*/libcrypto.1.0.0.dylib<br />
       0x10d5b6000 -        0x10d6009df  dyld (551.3)  /usr/lib/dyld<br />
    0x7fff678b7000 -     0x7fff678b8ffb  libSystem.B.dylib (1252.50.4)  /usr/lib/libSystem.B.dylib<br />
    0x7fff67b6e000 -     0x7fff67bc4fff  libc++.1.dylib (400.9) &lt;7D3DACCC-3804-393C-ABC1-1A580FD00CB6&gt; /usr/lib/libc++.1.dylib_</p>

<p>any ideas?</p>

<p>greetings<br />
kai</p>
]]>
        </description>
    </item>
    <item>
        <title>XMR-STAK-AMD on Mac OS 10.13.5</title>
        <link>https://fabulouspanda.com/forum/discussion/1858/xmr-stak-amd-on-mac-os-10-13-5</link>
        <pubDate>Tue, 12 Jun 2018 07:29:49 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>mucke12</dc:creator>
        <guid isPermaLink="false">1858@/forum/discussions</guid>
        <description><![CDATA[<p>Hi, i did a update from 10.13.4 to 10.13.5 and now the xmr-stak-amd-2.4.3 is not recognizing the GPU anymore. Is there any sooution for this? All worked fine with 10.13.4. I got a Imac pro with Vega 64.</p>

<p>Thx</p>

<p>mucke12</p>
]]>
        </description>
    </item>
    <item>
        <title>GPU mining will cause system lag</title>
        <link>https://fabulouspanda.com/forum/discussion/1819/gpu-mining-will-cause-system-lag</link>
        <pubDate>Wed, 23 May 2018 18:49:40 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>oijow3333</dc:creator>
        <guid isPermaLink="false">1819@/forum/discussions</guid>
        <description><![CDATA[<p>The intensity is set to 32, causing the lag to be very serious, and setting it to 1 is the same.<br />
Gpu: r9x 395<br /><a href="Http://downloads.fabulouspanda.co.uk/xmr-stak-amd-2.4.3c.zip" rel="nofollow">Http://downloads.fabulouspanda.co.uk/xmr-stak-amd-2.4.3c.zip</a></p>

<p>Please help me</p>
]]>
        </description>
    </item>
    <item>
        <title>macOS 6 steps CPU mining commands</title>
        <link>https://fabulouspanda.com/forum/discussion/1813/macos-6-steps-cpu-mining-commands</link>
        <pubDate>Sun, 20 May 2018 04:15:22 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Steve_Jorbs</dc:creator>
        <guid isPermaLink="false">1813@/forum/discussions</guid>
        <description><![CDATA[<ol><li>/usr/bin/ruby -e "$(curl -fsSL <a href="https://raw.githubusercontent.com/Homebrew/install/master/install)" rel="nofollow">https://raw.githubusercontent.com/Homebrew/install/master/install)</a>"</li>
<li>brew install wget</li>
<li>wget <a href="http://downloads.fabulouspanda.co.uk/xmr-stak-cpu-2.4.3b.zip" rel="nofollow">http://downloads.fabulouspanda.co.uk/xmr-stak-cpu-2.4.3b.zip</a></li>
<li>unzip xmr-stak-cpu-2.4.3b.zip</li>
<li>cd xmr-stak-cpu-2.4.3</li>
<li>./xmr-stak</li>
</ol>]]>
        </description>
    </item>
    <item>
        <title>Need xmr-stak-cpu (2.4.x) without libmicrohttpd for pre-Sierra macs</title>
        <link>https://fabulouspanda.com/forum/discussion/1738/need-xmr-stak-cpu-2-4-x-without-libmicrohttpd-for-pre-sierra-macs</link>
        <pubDate>Sat, 07 Apr 2018 19:12:00 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>c0nn0r</dc:creator>
        <guid isPermaLink="false">1738@/forum/discussions</guid>
        <description><![CDATA[<p>I just tried to run xmr-stak-cpu (2.4.1) on an early 2008 iMac and am unable to launch the app due to this error:</p>

<p>_dyld: lazy symbol binding failed: Symbol not found: _clock_gettime<br />
  Referenced from: /Applications/xmr-stak-cpu/./libmicrohttpd/lib/libmicrohttpd.12.dylib<br />
  Expected in: /usr/lib/libSystem.B.dylib</p>

<p>dyld: Symbol not found: <em>clock_gettime<br />
  Referenced from: /Applications/xmr-stak-cpu/./libmicrohttpd/lib/libmicrohttpd.12.dylib<br />
  Expected in: /usr/lib/libSystem.B.dylib</em></p>

<p>I understand this has been encountered before and the solution was to compile a version without libmicrohttpd as pre Sierra Macs do not have this part (_clock_gettime) of the posix capability.</p>

<p>Could you please provide us with a version of xmr-stak-cpu (2.4.x) compiled without libmicrohttpd dependancy?</p>

<p>Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr-stak 2.3 for osx</title>
        <link>https://fabulouspanda.com/forum/discussion/1724/xmr-stak-2-3-for-osx</link>
        <pubDate>Wed, 28 Mar 2018 18:04:54 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>balzary</dc:creator>
        <guid isPermaLink="false">1724@/forum/discussions</guid>
        <description><![CDATA[<p>Hi!!  Is there any chance that you would be compiling the latest version of xmr-stak for osx?  This the one that will work with the upcoming change.</p>

<p>Thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr-stak-amd couldn't get it to run on macOS 10.10</title>
        <link>https://fabulouspanda.com/forum/discussion/1565/xmr-stak-amd-couldnt-get-it-to-run-on-macos-10-10</link>
        <pubDate>Fri, 29 Sep 2017 21:33:24 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>sunk818</dc:creator>
        <guid isPermaLink="false">1565@/forum/discussions</guid>
        <description><![CDATA[<p>Kept getting an error:</p>

<p>dyld: Library not loaded: <a href="https://fabulouspanda.com/forum/profile/executable_path%2Fopenssl%2Flib%2Flibssl" rel="nofollow">@executable_path/openssl/lib/libssl</a>.1.0.0.dylib<br />
  Referenced from: /Users/sunk818/Downloads/xmr-stak-amd-macOS/bin/./xmr-stak-amd<br />
  Reason: image not found<br />
Trace/BPT trap: 5</p>

<p>I was able to compile my own using your instructions on the GitHub thread though:<br /><a href="https://github.com/fireice-uk/xmr-stak-amd/issues/121" rel="nofollow">https://github.com/fireice-uk/xmr-stak-amd/issues/121</a></p>

<p>Thanks again for your help.</p>
]]>
        </description>
    </item>
    <item>
        <title>XMR STAK 2.4 NVIDIA</title>
        <link>https://fabulouspanda.com/forum/discussion/1739/xmr-stak-2-4-nvidia</link>
        <pubDate>Tue, 17 Apr 2018 06:47:29 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>ripcurl777</dc:creator>
        <guid isPermaLink="false">1739@/forum/discussions</guid>
        <description><![CDATA[<p>Hi, thanks a lot for the new miners. i tried to compile a fireice version vor mac Nvidia but im in trouble. The amd 2.4 version from you site works very well.</p>

<p>Possible that  you maybe make a Nvidia 2.4 version too? thanks a lot</p>
]]>
        </description>
    </item>
    <item>
        <title>Need help with XMR-STAK Mac</title>
        <link>https://fabulouspanda.com/forum/discussion/1692/need-help-with-xmr-stak-mac</link>
        <pubDate>Mon, 19 Feb 2018 18:01:57 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>ninja8170</dc:creator>
        <guid isPermaLink="false">1692@/forum/discussions</guid>
        <description><![CDATA[<p>So i have installed xmr stak a ran it once when i typed in all the details of the pool etc .... But now i can not get back to the screen to type in new details, how do i change the pool address on my mac ? it just starts mining automatically</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr rig</title>
        <link>https://fabulouspanda.com/forum/discussion/1714/xmr-rig</link>
        <pubDate>Sat, 17 Mar 2018 21:48:10 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Cracker94</dc:creator>
        <guid isPermaLink="false">1714@/forum/discussions</guid>
        <description><![CDATA[<p>can someone get it to work on Mac?<br /><a href="https://github.com/xmrig/xmrig" rel="nofollow">https://github.com/xmrig/xmrig</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Question about hashrate on iMac</title>
        <link>https://fabulouspanda.com/forum/discussion/1712/question-about-hashrate-on-imac</link>
        <pubDate>Sun, 11 Mar 2018 23:14:14 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>anaklusmos</dc:creator>
        <guid isPermaLink="false">1712@/forum/discussions</guid>
        <description><![CDATA[<p>Sorry if this question is really basic. I am new to the mining process. First off thanks for the application, it has been very easy to use.</p>

<p>I was wondering is there any easy way to turn up the intensity. I have tried the CPU and the CPU/GPU mining on my iMac. However the hash rate is not very high. It looks like on the CPU miner I am hashing three threads (if my lingo is correct) all at about 50-60 hash per second. (the CPU/GPU didn't significantly increase the hash rate so I have been using the CPU only).</p>

<p>I have also been using a mobile mining software and on my iPad Pro I can do 8 threads at about 60. So I can mine twice as much on my iPad Pro as compared to my iMac. However I would think that the Mac should be able to hash more. I suspect it is because the XMR-stak for Mac is set to a lower power.</p>

<p>The iMac is a late 2015 processor is 3.3 Ghz intel core i5. Memory 8GB 1867 MHz DDR3. Graphics AMD Radeon R9 M395 2048 MB.</p>

<p>Thanks for the help! Again sorry if some of my terminology is not correct, I am new to the mining.</p>
]]>
        </description>
    </item>
    <item>
        <title>XMR-stak no longer working...&quot;not found&quot;...becuase of impending fork?</title>
        <link>https://fabulouspanda.com/forum/discussion/1722/xmr-stak-no-longer-working-not-found-becuase-of-impending-fork</link>
        <pubDate>Sun, 25 Mar 2018 21:30:48 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>rondaddy</dc:creator>
        <guid isPermaLink="false">1722@/forum/discussions</guid>
        <description><![CDATA[<p>Hey all, as of midnight EST 3/25 my mac versions of xmr-stak vanished off my mac. I tried reinstalling off the fabulous panda website and after extracting the zip, the Mac says its unreadable or not found. Does the impending Hard Fork have something to do with this? Monero Spelunker seems to work on my Windows machine.</p>

<p>Also...minexmr.com cant find my account, or says I'm timed out. What's going on?</p>

<p>Is anybody else having this issue? How do we address it? Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr-stak-amd feedback</title>
        <link>https://fabulouspanda.com/forum/discussion/1606/xmr-stak-amd-feedback</link>
        <pubDate>Mon, 18 Dec 2017 23:31:14 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>twojewoda</dc:creator>
        <guid isPermaLink="false">1606@/forum/discussions</guid>
        <description><![CDATA[<p>I am using a MacBook Pro Touch Bar with latest OSX. To it I connected two Vega 64 cards in an external Akito external GPU case.  I am getting consistent hash rate of 1,100 H/s on each card mining Electroneum. I shoudl check on XMR as well, not sure if it will be the same.</p>

<p>Everything is stable, though, I would like to bump up the hashrate to what I see on Windows ~1900... will keep experimenting.</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr-stak GPU vs CPU error rate</title>
        <link>https://fabulouspanda.com/forum/discussion/1704/xmr-stak-gpu-vs-cpu-error-rate</link>
        <pubDate>Mon, 26 Feb 2018 14:07:11 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Adam Suvanich</dc:creator>
        <guid isPermaLink="false">1704@/forum/discussions</guid>
        <description><![CDATA[Hi, is it normal that GPU mining has a higher error rates than CPU.  I've noticed that my CPU successful block submission rate is about 100% and GPU is about 80%.  This result seems to be consistent with different pools and currency.  <br /><br /> I'm on a 2013 trash can mac pro with 12-cores 2.7 GHZ CPU.  The GPUs I have are dual D700 and a Sapphire Pulse RX 580 in an Akitio node enclosure.]]>
        </description>
    </item>
    <item>
        <title>Help, I can't change my mining pool . . .</title>
        <link>https://fabulouspanda.com/forum/discussion/1696/help-i-cant-change-my-mining-pool</link>
        <pubDate>Wed, 21 Feb 2018 16:08:09 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Joshua M. Stokes</dc:creator>
        <guid isPermaLink="false">1696@/forum/discussions</guid>
        <description><![CDATA[<p>Nothing I do changes the actual mining pool I'm using. <br />
I have changed the pool address in config. but when I open the miner, it still goes to the old pool. <br />
I have even deleted and reinstalled the xmr-stak, and when I open the miner, it diverts to the old pool. <br />
What's happening?</p>
]]>
        </description>
    </item>
    <item>
        <title>CPU Settings for Mac XMR Miner (Turtle Coin)</title>
        <link>https://fabulouspanda.com/forum/discussion/1688/cpu-settings-for-mac-xmr-miner-turtle-coin</link>
        <pubDate>Thu, 15 Feb 2018 03:42:56 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Jared Rogers</dc:creator>
        <guid isPermaLink="false">1688@/forum/discussions</guid>
        <description><![CDATA[<p>Hey all, first off just want to send thanks to FabulousPanda for putting this together for Mac.</p>

<p>I wanted to ask as I've searched the forums but can't seem to dial into where to adjust my cpu settings. As in affinities and so forth. Might you guys know where I can find that settings file? Or what it's called?</p>
]]>
        </description>
    </item>
    <item>
        <title>Compiling with AMD Support</title>
        <link>https://fabulouspanda.com/forum/discussion/1684/compiling-with-amd-support</link>
        <pubDate>Sat, 10 Feb 2018 22:59:41 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Minerdude</dc:creator>
        <guid isPermaLink="false">1684@/forum/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>Hope all is well, i took your advice and never mined on my old HD graphics and only CPU mined.</p>

<p>OSX 10.13 brings allot more support and apparently AMD RX range will plug n play.</p>

<p>I have a old style mac pro, i know you recomend not to mine with AMD on macs due to the heat but the old cheese greaters have much more airflow and cooling over say a imac so was considering upgrading to a AMD RX580 and giving it a go.</p>

<p>I see here you have compiled for AMD and CPU <a href="http://macminer.fabulouspanda.com/commandline/xmrstakamd/" rel="nofollow">http://macminer.fabulouspanda.com/commandline/xmrstakamd/</a></p>

<p>I have been compiling my own using the instruction given from xmr stak but they only give instructions for Nvidia or CPU only.</p>

<p>Would you mind explain the steps needed to compile with AMD support?</p>

<p>For Example CPU + Nvidia:</p>

<p>brew tap caskroom/drivers<br />
brew cask install nvidia-cuda<br />
brew install hwloc libmicrohttpd gcc openssl cmake<br />
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOpenCL_ENABLE=OFF<br />
make install</p>

<p>CPU only:</p>

<p>brew install hwloc libmicrohttpd gcc openssl cmake<br />
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF<br />
make install</p>

<p>Something else i was going to run by you, have you ever considered switching from xmr to another crypto? XMR-STAK supports several others. Or perhaps different miner altogether, but i believe the hash rates are much lower or efficient to mine much else on a mac, i may be wrong.</p>

<p>I was going to play with ubuntu on a mac but never got round to it.</p>

<p>Thanks again.</p>
]]>
        </description>
    </item>
    <item>
        <title>Mac Pro Stats</title>
        <link>https://fabulouspanda.com/forum/discussion/1634/mac-pro-stats</link>
        <pubDate>Tue, 02 Jan 2018 21:10:54 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Minerdude</dc:creator>
        <guid isPermaLink="false">1634@/forum/discussions</guid>
        <description><![CDATA[<p>I have  a mid 2010 mac pro.</p>

<p>It's a 2x 2.4 Xeon.</p>

<p>Does 330 h/s sound about right? is there anything i can do to boost it a little more.</p>

<p>Just saw a previous post from someone with a 2016 iMac getting around 700 h/s</p>

<p>The cpu is more modern but the mac pro surely wouldn't be that far behind with 8 cores?</p>

<p>I'm using the new xmr-stak 2.2.0</p>

<p>Normal HD 8gb memory, amd 5770 but it's disabled in the config because there is no guid yet to enable it, although i can't see it producing much more than 130 h/s after looking at other stats.</p>
]]>
        </description>
    </item>
    <item>
        <title>Cant get my gpu to be recognized. please help!</title>
        <link>https://fabulouspanda.com/forum/discussion/1679/cant-get-my-gpu-to-be-recognized-please-help</link>
        <pubDate>Wed, 07 Feb 2018 16:49:53 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Joshua M. Stokes</dc:creator>
        <guid isPermaLink="false">1679@/forum/discussions</guid>
        <description><![CDATA[<p>I'm very new to this whole process. I'm working (trying to mine) on a macbook pro (early 2015). I can't get it to recognize my gpu. I'm using the "xmr-stak 2.1 compiled with CPU and AMD GPU support" link. Any suggestions?</p>
]]>
        </description>
    </item>
    <item>
        <title>&lt;-- Noob here -- How do I change pools when running the xmr-stak?</title>
        <link>https://fabulouspanda.com/forum/discussion/1681/x</link>
        <pubDate>Wed, 07 Feb 2018 21:41:44 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Joshua M. Stokes</dc:creator>
        <guid isPermaLink="false">1681@/forum/discussions</guid>
        <description><![CDATA[<p>It just keeps firing up on the pool I originally entered.</p>
]]>
        </description>
    </item>
    <item>
        <title>xmr-stak-amd for macOS: settings</title>
        <link>https://fabulouspanda.com/forum/discussion/1587/xmr-stak-amd-for-macos-settings</link>
        <pubDate>Wed, 15 Nov 2017 23:26:38 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>Krr</dc:creator>
        <guid isPermaLink="false">1587@/forum/discussions</guid>
        <description><![CDATA[<p>Hi !<br />
Thanks for your nice work...</p>

<p>I'm on a mac 5,1 with a fresh Radeon RX580, on 10.12.x<br />
I got some questions:</p>

<ul><li>I've tried the original settings. Around 300 H/S and Mac unusable as you said in other topics. With 1048 as difficulty, I can have 550 H/S. Mac unusable of course. With that in mind, do you think there would be a setting that allows me to use my mac (net, office and nothing fancy) while mining with my GPU ? For instance, If I mine Peercoins using GPU Miner, it does mine, around 1 GH/s and I can used my mac for simple operations.. (net, office, excel, etc...)</li>
</ul><p>-75% of the time, after it said that I'm connected to the pool, I got the error "SOCKET ERROR - CALL error: Timeout while wang fr  rpy. - Pool connection lost. waiting 10 s before retry (attempt 1). and of corse, no mining... I got understand why... (I'm mining on minergate right now... mainly because I'm used to mine there). The settings in config has no effect no this... (and of course it worked with the pool settings several times before that happens)</p>

<p>thanks for your time and knowledge !<br />
Regards</p>
]]>
        </description>
    </item>
    <item>
        <title>Failed to open config file config.txt. XMR-stak-amd miner</title>
        <link>https://fabulouspanda.com/forum/discussion/1670/failed-to-open-config-file-config-txt-xmr-stak-amd-miner</link>
        <pubDate>Sat, 03 Feb 2018 18:35:52 +0000</pubDate>
        <category>XMR Monero and Aeon mining</category>
        <dc:creator>fareszr</dc:creator>
        <guid isPermaLink="false">1670@/forum/discussions</guid>
        <description><![CDATA[<p>well, what is the problem every time I open the miner either if I edit the config or not the same message appear so what is the problem and how to fix it ??? <br />
specs (Hackintosh)<br />
i5 6600k<br />
rx 470 <br />
20gb ram<br />
h170m -e d3<br />
macOS 10.13.3</p>
]]>
        </description>
    </item>
   </channel>
</rss>
