Author

Topic: (noob) Batch File Not Working: "Wrong login or pw" (Read 2071 times)

newbie
Activity: 28
Merit: 1
Got it to work.
newbie
Activity: 28
Merit: 1
I've even tried to run the batch file without the flags, and it is still giving me the same error. 

It doesn't seem like anyone else has encountered this error...
newbie
Activity: 28
Merit: 1
I made the changes you recommended (I want to mine with my GPU), but I'm still getting the same "Wrong login or pw" error   Sad
hero member
Activity: 700
Merit: 500
If you want to mine with your gpu, delete the --device 0 and change -d1 to -d0. If you want to mine with your CPU, delete --device 0.
newbie
Activity: 28
Merit: 1
so just delete the "-d1" and put in the spaces?
hero member
Activity: 700
Merit: 500
Hello all,

I am very new to this, but I have read all of the appropriate tutorials I could find.

I have created a batch file for the poclbm miner that looks like this:

start /DC:\bitcoin\poclbm_py2exe_20110428 poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user= --pass= --device=0 -w64 -f0 -v

(I've taken out my username and password).

When I run this batch file, the cmd prompt says, "wrong login or password" but neither is incorrect. I have quadruple checked them and even logged in successfully on the deepbit website.

Am I missing something in this batch file?

Thank you in advance!

Well for one, you've specified 2 devices (-d and --device), and you need a space between -w and 64, and -f and 0.
newbie
Activity: 28
Merit: 1
Hello all,

I am very new to this, but I have read all of the appropriate tutorials I could find.

I have created a batch file for the poclbm miner that looks like this:

start /DC:\bitcoin\poclbm_py2exe_20110428 poclbm.exe -d1 --host=pit.deepbit.net --port=8332 --user= --pass= --device=0 -w64 -f0 -v

(I've taken out my username and password).

When I run this batch file, the cmd prompt says, "wrong login or password" but neither is incorrect. I have quadruple checked them and even logged in successfully on the deepbit website.

Am I missing something in this batch file?

Thank you in advance!
Jump to: