Bitcoin Forum
May 27, 2024, 06:44:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining / Re: rpcminer binary for Mac on: May 19, 2011, 01:06:24 AM
I got it working, but don't know if it's the "right way" to do it. After reading about places where binary files should live I tried copying the binary into /usr/bin:
Code:
sudo cp rpcminer /usr/bin/rpcminer
then changed the permissions:
Code:
sudo chmod 555 /usr/bin/rpcminer
after that I was successful with:
Code:
rpcminer -url=http://mining.bitcoin.cz:8332/ -user=hidden.1 -password=hidden

FWIW on my imac with with intel core 2 duo I was getting around 1300 khash/s total, which isn't as good as what I got with jgarzik's cpu minor compiled for 64-bit Intel Mac, which yielded around 830 khash/s per core.
2  Bitcoin / Mining / Re: rpcminer binary for Mac on: May 14, 2011, 10:46:31 PM
Thanks for compiling the binary! I downloaded it, cd'd into the directory that contains rpcminer, and then issued the following command:

Code:
rpcminer -url=http://mining.bitcoin.cz:8332/ -user=hidden.1 -password=hidden

Then I get the following error:

Code:
-bash: rpcminer: command not found

Anybody know what I could be doing wrong?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!