I don't take any fee, it's totally free
It would be great if you wanted any of the other apps from in Fee for using? Comment by FabulousPanda March 2019
Okiedokie, here's the AMD/CPU version:
http://downloads.fabulouspanda.co.uk/xmr-stak-2.10.1.zip
As yet untested, compiled with default 2% fee for the…
I managed to get this miner compiled but it fails to build the kernel for lyra2rev3 when I run it. Hopefully someone can figure it out and submit a pull request here:
in Lyra2REv3 support for Vertcoin
Comment by FabulousPanda
March 2019
What percentage of 'good results' are you getting? I think when running and you press 'r' for results it should give you a number and percentage. If it's within the error rate to be expected it shouldn't be a problem – it's common to get a certai…
Try lowering the intensity in the amd.txt config file
I keep meaning to lengthen the time between auto restarts and make the feature optional, will do next release. For now though, I'd recommend quitting just after clicking OK then opening up again and checking some things out.
Have you set …
@pon on the Mac Pro try adding
--noAMDCache
as an argument when you run the AMD version…
There's also some suggestion that the illegal instruction error wh…
What does the crash report say?
In any case, open up the cpu.txt config file and there are instructions in there - change asm "auto" to "intel_avx" and it should stop showing that message at least.
This version should work fine fo…
Whoops, turns out OpenCL isn't enabled by default anymore. I've updated the OpenCL download with a fixed version
Well the code is on Github so you can check out how it all works:
https://github.com/fabulouspanda/MacMiner
It's messy old Objective-C code from years ago though!…
CPU and OpenCL versions of 2.5.1 are available now
http://downloads.fabulouspanda.co.uk/xmrstak/
Please let me know if you try this on a system earlier than 1…
I'll get on that later in the week, probably Wednesday just before the fork, stay tuned!
I might think about it now that google keep putting up 'malicious software' warnings and thus prevent me advertising, but I don't really like the idea on the whole. Plus I'd have to maintain wallets for every mining algorithm out there O.O
<…That's unfortunate! This error means the code is designed specifically for users with the AMD drivers installed which are not available for mac.
That's part of the reason miners which do work for the AMD cards in Macs run slower… with the…
What features would you be looking for in an updated MacMiner? I'm not sure whether the fee would really bring anything in or whether there's much demand for it but thanks.
That sgminer took quite a bit of messing with but I got it compil…
I'll check it out probably over the weekend, although it says linux installation instructions 'coming soon' so cross fingers it'll compile/run okay…
This is a recurring problem because miners get bundled with malware so companies like sophos mark them as 'potentially unwanted programs' and google flags the pages. It should be fixed for my downloads now though as I contacted them and pointed o…
Settings are mostly algorithm dependent and partially GPU dependent but generally speaking the first port of call is increasing the intensity. If you duckduckgo your GPU along with the algorithm and 'hash rate' you may well find a chart/setting u…
@hogdog It depends which miner you're using but in general try running with the -n flag to list the devices (GPUs) and then with the flag -d 0 to run on only the first GP…
That's common with all mining software, it's a false warning. If you check out the details you'll probably see it tagged as 'potentially unwanted program' which is fine if you download it on purpose.
If you installed the silabs driver to make it work that stops it working with cgminer and you'd have to uninstall it to use cgminer which would stop it working with bfgminer (used in the FPGA/ASIC window)
You'd need to get the username/password and algorithm from the pool site. For algorithm you need to set it to keccak.
The GPU version I compiled seems to be architecture specific, sorry for that. I'll take another look at compiling it with broader support.
The USB antminers don't mine Litecoin but all your screenshots seem to be configured for BTC. Could be one of two things, first your HW errors are high and second because it's a very slow miner your pool might not work with it. To mine BTC with o…
Sorry I missed your post at the time, please try
http://downloads.fabulouspanda.co.uk/xmr-stak-amd-2.4.3c.zip
What GPU do you have in the Mac Pro?
Unfortunately this code is broken for macOS, I can compile but running it I get:
ulong FAST_ROTL64_HI(const uint2 x, const uint y) { return(as_ulong(amd_bitalign(x.s10, x, 32 - (y - 32)))); }
^
error: invalid reinterpret…
Thanks for the feedback. Please try this version which should solve the issue with GPU mining:
http://downloads.fabulouspanda.co.uk/xmr-stak-amd-2.4.3c.zip…
I think XHV is either not supported or you need to use cryptonight_heavy instead of monero7
https://github.com/fireice-uk/xmr-stak/issues/1394
There was a link problem with the first posted version, which could cause that error. Please try these files:
http://downloads.fabulouspanda.co.uk/xmr-stak…