Author

Topic: having serious issues Bitcoin mining, please help! (Read 3289 times)

legendary
Activity: 3080
Merit: 1083
yeah you're not even in the right directory I bet...

try typing "ls" and then "pwd"  to see where you are

once you find the folder where you have the phoenix miner type "cd " and press enter.

then try that whole python command..



Ding! correct answer! miner working fine after relocating my sha.256 file or something and followed your instructions!
thank you!
Much obliged my friend!

You're welcome. And welcome to the mining community..now get diggin' Tongue
newbie
Activity: 14
Merit: 0
yeah you're not even in the right directory I bet...

try typing "ls" and then "pwd"  to see where you are

once you find the folder where you have the phoenix miner type "cd " and press enter.

then try that whole python command..



Ding! correct answer! miner working fine after relocating my sha.256 file or something and followed your instructions!
thank you!
Much obliged my friend!
full member
Activity: 126
Merit: 101
I think that error is related to sdk not being present. In short - get linuxcoin running  Wink
newbie
Activity: 14
Merit: 0
yeah you're not even in the right directory I bet...

try typing "ls" and then "pwd"  to see where you are

once you find the folder where you have the phoenix miner type "cd " and press enter.

then try that whole python command..



taking iwantbitcoins advice ran the script again, and using your commands managed to locate bitminere0.something or other..

Code:
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~/bitcoin-0.3.19$ python poclbm.py -d1 --host=deepbit.net --port=8332 --user=**** pass=****
Traceback (most recent call last):
  File "poclbm.py", line 5, in
    from BitcoinMiner import *
  File "/home/callam/bitcoin-0.3.19/BitcoinMiner.py", line 8, in
    from sha256 import *
ImportError: No module named sha256
full member
Activity: 126
Merit: 101
that means your script did not install the miner for whatever reason. let me know how it goes with linuxcoin
newbie
Activity: 14
Merit: 0
cal.97 if you really determined to try and make this work try

Code:
sudo updatedb
Code:
locate poclbm.py

then you should see the path where your poclbm.py resides. or just post the output and we'll see where it's at

edit: are you downloading LinuxCoin?
currently installing linuxcoin on a usb stick, or attempting, and those commands return nothing :/

Code:
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$ sudo updatedb
[sudo] password for callam:
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$



&

Code:
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$ locate poclbm.py
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$

legendary
Activity: 3080
Merit: 1083
yeah you're not even in the right directory I bet...

try typing "ls" and then "pwd"  to see where you are

once you find the folder where you have the phoenix miner type "cd " and press enter.

then try that whole python command..

newbie
Activity: 14
Merit: 0
cal.97 if you really determined to try and make this work try

Code:
sudo updatedb
Code:
locate poclbm.py

then you should see the path where your poclbm.py resides. or just post the output and we'll see where it's at

edit: are you downloading LinuxCoin?
yes i am downloading linuxcoin Smiley
also i will try this, thanks.
full member
Activity: 126
Merit: 101
cal.97 if you really determined to try and make this work try

Code:
sudo updatedb
Code:
locate poclbm.py

then you should see the path where your poclbm.py resides. or just post the output and we'll see where it's at

edit: are you downloading LinuxCoin?
newbie
Activity: 14
Merit: 0
Ok, I see that we won't get far this way. I recommend you download that LinuxCoin distro and then if you have problems starting your miner, come back here or feel free to pm me and we'll sort it out  Wink
haha, okay, thanks mewantsbitcoins, although in reality all you offered up was a bit of common sence and logik, will still honour my agreement.
much abliged.

Try,

Code:
chmod +x poclbm.py
./poclbm.py


Code:
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$ chmod +x poclbm.py
chmod: cannot access `poclbm.py': No such file or directory
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$ ./poclbm.py
bash: syntax error near unexpected token `newline'
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$ python poclbm.py -d1 --host=deepbit.net --port=8332 --user=**** pass=****
python: can't open file 'poclbm.py': [Errno 2] No such file or directory
callam@wejwdfijsfhjnfhndlvjnvanldsndvnsvn:~$


full member
Activity: 126
Merit: 101
how adding execute permissions to nonexistent file is going to help?
hero member
Activity: 700
Merit: 500
Ok, I see that we won't get far this way. I recommend you download that LinuxCoin distro and then if you have problems starting your miner, come back here or feel free to pm me and we'll sort it out  Wink
haha, okay, thanks mewantsbitcoins, although in reality all you offered up was a bit of common sence and logik, will still honour my agreement.
much abliged.

Try,

Code:
chmod +x poclbm.py
./poclbm.py

newbie
Activity: 14
Merit: 0
Ok, I see that we won't get far this way. I recommend you download that LinuxCoin distro and then if you have problems starting your miner, come back here or feel free to pm me and we'll sort it out  Wink
haha, okay, thanks mewantsbitcoins, although in reality all you offered up was a bit of common sence and logik, will still honour my agreement.
much abliged.
full member
Activity: 126
Merit: 101
Ok, I see that we won't get far this way. I recommend you download that LinuxCoin distro and then if you have problems starting your miner, come back here or feel free to pm me and we'll sort it out  Wink
newbie
Activity: 14
Merit: 0
Well, linux distribution at the moment is not the problem. The problem is that you try running that command, but you are not in the miner directory

i realise this, however how can i get to the correct directory, after not specifying one?  Huh
full member
Activity: 126
Merit: 101
Well, linux distribution at the moment is not the problem. The problem is that you try running that command, but you are not in the miner directory
newbie
Activity: 14
Merit: 0
Ok, let's try.
I haven't tried this miner before and generally it's a pain in the ass to get everything installed on linux, so let's just try simple commands and see - maybe if you installed it via apt-get it also installed all dependencies and we get lucky. Otherwise I recommend you try LinuxCoin http://forum.bitcoin.org/?topic=7374.0

Now, go into the directory you installed your miner and type

Code:
python poclbm.py -d1 --host=deepbit.net --port=8332 --user=c*****@live.co.uk --pass=***##*

this has returned the same error code, 'python: can't open file 'poclbm.py': [Errno 2] No such file or directory'
ill switch to booting linux coin from a usb stick then.

thanks for the help. Smiley
full member
Activity: 126
Merit: 101
Ok, let's try.
I haven't tried this miner before and generally it's a pain in the ass to get everything installed on linux, so let's just try simple commands and see - maybe if you installed it via apt-get it also installed all dependencies and we get lucky. Otherwise I recommend you try LinuxCoin http://forum.bitcoin.org/?topic=7374.0

Now, go into the directory you installed your miner and type

Code:
python poclbm.py -d1 --host=deepbit.net --port=8332 --user=c*****@live.co.uk --pass=***##*
newbie
Activity: 14
Merit: 0
Well you might start here:  http://tinyurl.com/3zeaywo

seems fairly a lengthy and drawn out process, would much rather somebody kindly give me the correct commands to fix the problem, in return for bitcoins i then make.
full member
Activity: 154
Merit: 100
Well you might start here:  http://tinyurl.com/3zeaywo
newbie
Activity: 14
Merit: 0
generally by reading and learning

much obliged, mewantsbitcoins, care to write and inform, generally screwed the install over already, how can i fix this? or can i?
thanks, Grin
full member
Activity: 126
Merit: 101
generally by reading and learning
newbie
Activity: 14
Merit: 0
... it sounds like your issue is general command-line knowledge, which is definitely a prerequisite to doing something like GPU mining against the OpenCL API.
lmao, how do i fix this?
full member
Activity: 154
Merit: 100
... it sounds like your issue is general command-line knowledge, which is definitely a prerequisite to doing something like GPU mining against the OpenCL API.
newbie
Activity: 14
Merit: 0
.... you did change directories to the location where you extracted poclbm to before attempting to run that, right?
no...
legendary
Activity: 3080
Merit: 1083
Try: python ./poclbm.py -d1 --host=deepbit.net --port=8332 --user=c*****@live.co.uk --pass=***##*
full member
Activity: 154
Merit: 100
.... you did change directories to the location where you extracted poclbm to before attempting to run that, right?
newbie
Activity: 14
Merit: 0
hey there guys, i installed the python miner using this bash script:
Code:
sudo apt-get install python-pyopencl subversion
svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc
cd python-jsonrpc/
sudo python setup.py install
cd ..
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/BitcoinMiner.cl
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/BitcoinMiner.py
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/poclbm.py
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/sha256.py

however, when attempting to run, via
Code:
poclbm.py -d1 --host=deepbit.net --port=8332 --user=c*****@live.co.uk --pass=***##*
i get this error
Code:
poclbm.py: command not found

how to fix?
Many thanks! and ill be sure to donate some bit coin to the one who fixes my problem! (as soon as i mine it of course)
*edit*
if one is more inclined to help, will donate my first 6 hours of earnings to them. (gtx 570 Wink )

furthermore, with the lack of replies to this thread im starting to wonder weather i have made a stupid mistake!

Much obliged, gentlemen!
Jump to: