Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS version #174

Open
FlorinAndrei opened this issue Nov 30, 2017 · 7 comments
Open

macOS version #174

FlorinAndrei opened this issue Nov 30, 2017 · 7 comments

Comments

@FlorinAndrei
Copy link

Will there be a macOS version released any time soon?

I am specifically interested in GPU mining with AMD chips with 2 GB of memory.

@jcvernaleo
Copy link
Member

Not sure what the situation is now but the reason we never did it before (when I was working on it) was that none of us had access to a mac with a GPU capable of mining. I only had access to some mac minis and a macbook air, none of which have anything interesting GPU wise.

@s-ben
Copy link

s-ben commented Oct 28, 2018

Hey @jcvernaleo (or anyone else still interested). I was able to get gominer built and running on my MacBook Pro (16 GB RAM, NVIDIA GeForce GT 750M 2048 MB video card). I was able to just use the Linux build commands:

go get -u github.com/golang/dep/cmd/dep
mkdir -p $GOPATH/src/github.com/decred
cd $GOPATH/src/github.com/decred
git clone  https://github.com/decred/gominer.git
cd gominer
dep ensure

I already had CUDA installed, so didn't try the Linux build instructions there, but they could just work as well.

NOTE: Using my 'NVIDIA GeForce GT 750M' graphics card, I was only able to get like 75 MH/s, which wasn't enough to catch any successful shares on supernova pool (didn't try others). Presumably due to higher difficulty due to ASICs.

@jcvernaleo
Copy link
Member

Nice! I saw your PR with the instructions update in a little bit.

Yeah, unfortunately, we are probably pretty well into the ASIC realm not but I still prefer to have this working at least for testnet use.

@s-ben
Copy link

s-ben commented Oct 29, 2018

Right. I do also think that someone might be able to mine on some pools with a real GPU rig (not just a spare graphics card on a 5 yr old MacBook Pro (what I have)). We might want to add a warning here (or somewhere) though that it is unlikely to be profitable now, to save people from wasting time if they don't know the risks.

@s-ben
Copy link

s-ben commented Oct 29, 2018

P.S. I also do plan on using this to set up testnet mining. Think this could be useful for developers.

@davecgh
Copy link
Member

davecgh commented Sep 16, 2023

Everything is on an entirely new hash function now so this doesn't apply anymore. Closing.

@davecgh davecgh closed this as completed Sep 16, 2023
@davecgh
Copy link
Member

davecgh commented Sep 16, 2023

Oops, wrong repo and issue.

@davecgh davecgh reopened this Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants