Page 2 of 2
Re: New miner getting started!
Posted: Mon Aug 14, 2017 8:46 pm
by CNPurvis
I posted something asking about cmd, then edited that because it was kind of a silly question. The new details are above your "yes."
Re: New miner getting started!
Posted: Mon Aug 14, 2017 8:57 pm
by CNPurvis
Looking back over your instructions, I might have missed something. I didn't put '
https://github.com/lucasjones/cpuminer- ... -multi.zip' anywhere. Should that be at the beginning of the batch file?
Re: New miner getting started!
Posted: Tue Aug 15, 2017 1:47 am
by GregoryGHarding
you have to unzip that to a folder, your bat file goes in that folder aswell
your batch is opening as a text document because you didn't save the file as a .bat format.. open in notepad, file> save as> under "save as type", change it to "all files" then under "filename" write prohashing.bat and it will save as a batch file properly
batch file
Posted: Tue Aug 15, 2017 4:42 pm
by CNPurvis
I followed your directions, and have a file whose contents look like this:
minerd -a scrypt -o stratum+tcp://prohashing.com:3333 CNPurvis -p "n=test a=scrypt"
I saved the file, and when I double click, it just reopens the text doc.
Does my pw need to be in there? I believe I already opened port 3333.
Re: batch file
Posted: Tue Aug 15, 2017 5:07 pm
by GregoryGHarding
CNPurvis wrote:I followed your directions, and have a file whose contents look like this:
minerd -a scrypt -o stratum+tcp://prohashing.com:3333 CNPurvis -p "n=test a=scrypt"
I saved the file, and when I double click, it just reopens the text doc.
Does my pw need to be in there? I believe I already opened port 3333.
have you viewed my previous post.. i outlined why its opening in a test window
We're getting somewhere now.
Posted: Wed Aug 16, 2017 4:00 pm
by CNPurvis
Thank you.
I obviously missed your last post. Not sure how I did, but it might bave been my fault.
I did as you recommended, and successfully saved the file as a batch file. It is saved in the same folder to which I unzipped cpuminer-multi (from your dl link). When I click the new bat file, I do see it open, then it kind of dissipates. So no command prompt stays open. There's no sign there's anything running. In other words, I check task mgr, and there's no prohashing.bat or minerd running. I'd love to show pics, but I don't see how to attach one. I've seen a check box with the option to allow or disallow pictures, but I don't see it either.
FYI, according to a guy at Best Buy who builds systems, my PC likely wouldn't support a good graphics card. Seems like the best bet is to build a new one from the ground up. So the wife and I will start budgeting for this, then enjoy the building process.
Thank you for continuing with me.
I finally got an error!
Posted: Mon Aug 21, 2017 9:19 pm
by CNPurvis
I've been too busy to get to my mining for several days. I definitely still need your help though.
Nothing at all happens when I double click my bat file. When I right click, and run as admin, I get user acct control verification and click Yes. Then I see the command prompt open and fade away very quickly.
I did a little more googling, and found out something new. I shift-right-clicked in the white space, then clicked "Open command prompt here." Then I typed "prohashing.bat," and received a message that might be the root of my issue. (I also added a pause after the existing text in the file.)
The output is...
"C:\minerd2>minerd -a scrypt -o stratum+tcp://prohashing.com:3333 CNPurvis -p "n=test a=scrypt"
minerd: unsupported non-option argument 'CNPurvis'
Try `minerd --help' for more information.
C:\minerd2>pause
Press any key to continue . . .
C:\minerd2>"
Any further ideas?