Bitcoin Forum

Other => Beginners & Help => Topic started by: sciter on June 13, 2011, 01:16:39 PM



Title: Python miner problems
Post by: sciter on June 13, 2011, 01:16:39 PM
Code:

C:\Users\user>desktop\bitcoin\pyth\poclbm.exe --user=myusername --pass=mypass --device=0
Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyo", line 525, in __bootstrap_inner
  File "threading.pyo", line 477, in run
  File "BitcoinMiner.pyo", line 272, in miningThread
  File "BitcoinMiner.pyo", line 359, in loadKernel
IOError: [Errno 2] No such file or directory: 'BitcoinMiner.cl'

Problems communicating with bitcoin RPC

This is what I get when I try to run poclbm for the first time after opened bitcoin -server.

When I look in the folder where poclbm.exe is situated I clearly see that the file ''BitcoinMiner.cl'' is in the same folder as the .exe.

Whats the problem and how do I solve this?


Thanks in advance,


Sciter


Title: Re: Python miner problems
Post by: sciter on June 13, 2011, 02:52:51 PM
Really?! No'one? If I could, I asked it in the software section but I am not allowed yet :-\
Sorry for the bump

Code:
poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user=example@example.com --pass=password

Doesnt work either btw.


Title: Re: Python miner problems
Post by: NothinG on June 13, 2011, 02:56:39 PM
I would of recommended GUIMiner to get started.
Python's more experimental in my opinion.


Title: Re: Python miner problems
Post by: sciter on June 13, 2011, 02:58:59 PM
I would of recommended GUIMiner to get started.
Python's more experimental in my opinion.
Wich one is that?

jgarzik's CPU miner?
Diablo's GPU miner?
puddinpop's GPU/CUDA miner?
Ufasoft's CPU miner?


Title: Re: Python miner problems
Post by: NothinG on June 13, 2011, 03:00:07 PM
Really?! No'one? If I could, I asked it in the software section but I am not allowed yet :-\
Sorry for the bump

Code:
poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user=example@example.com --pass=password

Doesnt work either btw.

use:
\ before the @ like...
Code:
poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user=example\@example.com --pass=password

[edit]:
GuiMiner http://forum.bitcoin.org/?topic=3878.0


Title: Re: Python miner problems
Post by: sciter on June 13, 2011, 03:11:37 PM
Really?! No'one? If I could, I asked it in the software section but I am not allowed yet :-\
Sorry for the bump

Code:
poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user=example@example.com --pass=password

Doesnt work either btw.

use:
\ before the @ like...
Code:
poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user=example\@example.com --pass=password

[edit]:
GuiMiner http://forum.bitcoin.org/?topic=3878.0
Still the same error but now also ''Wrond login or password''

Downloaded GUIminer, I think it works.  :) But I still wanna solve the poclbm problem  :-\


Title: Re: Python miner problems
Post by: NothinG on June 13, 2011, 03:13:39 PM
Really?! No'one? If I could, I asked it in the software section but I am not allowed yet :-\
Sorry for the bump

Code:
poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user=example@example.com --pass=password

Doesnt work either btw.

use:
\ before the @ like...
Code:
poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user=example\@example.com --pass=password

[edit]:
GuiMiner http://forum.bitcoin.org/?topic=3878.0
Still the same error but now also ''Wrond login or password''

Downloaded GUIminer, I think it works.  :) But I still wanna solve the poclbm problem  :-\
Are you sure you made an account and configured it right?


Title: Re: Python miner problems
Post by: sciter on June 13, 2011, 04:01:39 PM
Yes, I think so. I registered at Deepbit, entered my bitcoin-code and entered my login credentials of deepbit at GUIminer. Now, the only thing it does is allocating CUDA resources..

It doesnt take shares and it stucks at ''connecting..''


Title: Re: Python miner problems
Post by: NothinG on June 13, 2011, 04:03:05 PM
http://gyazo.com/34af78f934341abc12eb50107a999236.png

I'm having the same problems.
Just have to wait it out.


Title: Re: Python miner problems
Post by: sciter on June 13, 2011, 06:37:02 PM
I am gonna try it with the splash pool to see if it's deepbit related..


Title: Re: Python miner problems
Post by: forrestv on June 13, 2011, 07:08:25 PM
Run poclbm.exe from the directory that it's in. Use 'cd' to change directory.


Title: Re: Python miner problems
Post by: sciter on June 13, 2011, 07:30:31 PM
Run poclbm.exe from the directory that it's in. Use 'cd' to change directory.
I think I did, but explain please?