Bitcoin Forum
May 03, 2024, 03:25:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 13, 2010, 12:36:44 AM
I think you should substitute remoteip for the actual private IP of the local machine where the server is running (usually 192.168.x.x)
2  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 12, 2010, 06:48:03 PM
It's finally up and running. 22 Mhash on average on a Nvidia 9800GT

But it only works with bitcoind.

And I had to start it like that:

Code:
 ./bitcoind -rpcuser=berserk9779 -rpcpassword=

and

Code:
./poclbm.py -d 0 --user=berserk9779 --pass=
3  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 12, 2010, 07:55:46 AM
It runs for 4-5 seconds, then asks me for my user-password again.

Code:
~/bitcoinminer$ python ./poclbm.py -d 0
Enter username for jsonrpc at 127.0.0.1:8332: berserk9779
Enter password for berserk9779 in jsonrpc at 127.0.0.1:8332:
20842 khash/sEnter username for jsonrpc at 127.0.0.1:8332: berserk9779
Enter password for berserk9779 in jsonrpc at 127.0.0.1:8332:
20847 khash/sEnter username for jsonrpc at 127.0.0.1:8332:

By the way, before poclbm I need to run bitcoind. Is there an option to have it running with the gui open?
4  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 10, 2010, 05:57:55 PM
Now that the noobish mistake is solved I get:

Code:
bruno@bruno-desktop:~/bitcoin-0.3.17$ python ./poclbm.py
  File "./poclbm.py", line 27
    print 'No device specified or device not found, use -d to specify one of the following\n'
        ^
IndentationError: expected an indented block
5  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 10, 2010, 05:26:55 PM
I am a linux noob and don't know anything about python.
And the how to above is for ATI, I am on Nvidia GT9800
6  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 10, 2010, 04:36:37 PM
I have pyopencl installed from packaged deb on launchpad, and when I try to run
Code:
python poclbm.py
I get:
Code:
  File "poclbm.py", line 6
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ^
SyntaxError: invalid syntax

thanks
7  Bitcoin / Bitcoin Technical Support / Re: Bicoin on Ubuntu 10.10 uses the whole CPU power on: December 08, 2010, 08:27:27 PM
If I turn the 3 cores on (I can do that for only about a minute) the khash is 7700 - 7800

Probability   Time
Average   52 days, 3 hours, 49 minutes
50%   36 days, 3 hours, 41 minutes
95%   156 days, 6 hours, 8 minutes

considering how my fans are spinning, this is already way above the cost of electricity per bitcoin.

PS: I didn't notice that you get 50 bitcoins per block. Things are starting to make sense.
8  Bitcoin / Bitcoin Technical Support / Re: Bicoin on Ubuntu 10.10 uses the whole CPU power on: December 08, 2010, 08:24:42 PM
My khash with one core only is 2644 on average.

The calculator say:

Average   151 days, 21 hours, 9 minutes
50%   105 days, 6 hours, 38 minutes
95%   454 days, 23 hours, 55 minutes

It is much slower that I expected. Out of curiosity, what is your P4 khash / s?
9  Bitcoin / Bitcoin Technical Support / Bicoin on Ubuntu 10.10 uses the whole CPU power on: December 08, 2010, 08:13:29 PM
I have installed bitcoin about 36h ago on Ubuntu 10.10. It uses the whole CPU power, quickly overheating my system.

My CPU is a Phenom II 720 tricore black edition, and I am getting some overheating with some other program, since it is 40 Cº outside. (Antipodean summer)

The client has ben generating with one core only for the whole time, but I don't see the first bitcoin yet, is this normal?

Thanks

PS: I have version 0.3.17, I downloaded the binaries, not SVN.
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!