Bitcoin Forum
May 04, 2024, 04:01:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Newb needs help with Mining error !  (Read 1703 times)
Gogio (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 09, 2012, 01:07:00 AM
 #1

Hey guys,

New to this business, and I need some help/advice.
If you got the patience and maturity then, awesome.

Ok so I donwloaded "guiminer 2012 02 19" and "bitcoin 0.5.2" and followed the newb guide from "Newslobster" which is this;

1. Go to www.bitcoin.org, download and install the most recent version of bitcoin (the default file path should be fine).

2. A GUI-based tool exists here which will help to speed this up and will automate a lot of the setup steps. Go to the linked forum thread, download and extract the archive somewhere, and then run guiminer.exe.

3. From the GUIMiner interface, click solo utilities → set bitcoin client path. Point the dialog box to bitcoin.exe; likely located at C:\Program Files (x86)\Bitcoin\bitcoin.exe or C:\Program Files\Bitcoin\bitcoin.exe. Next click solo utilities → create solo password. Pick anything arbitrary for username and password but remember it, as you will need to use this later. Then finally you want to click solo utilities → launch bitcoin client as server.

This will launch bitcoin ready to be mined with, you must first wait for all the blocks to be downloaded before you can start to mine, and this may take several hours; you can view the current block count here.

4. Once all the blocks are downloaded, select solo from the server drop down box, then enter the username and password that you used before, then click start mining. Congratulations, you are now mining for bitcoins Cheesy

I did all that and got it to work successfully but from what I understand it's gonna take forever just for a few coins ! So I went to another guide on "Newslobster" called "How to setup pooled bitcoin mining in Windows" and ran into some trouble near the end.


I made it as far as this step:

Right click somewhere and create a new text document, then rename it to something to indicate that this will be for starting up pooled mining; also make sure that you use the .bat extension. This is going to be mostly the same process as setting up the miner to connect to your local bitcoin node, but this batch script will have new arguments for --host and --port. Given the example username, worker login suffix, and worker password from step 4, this is what should be in your batch file:

start /D"C:\Program Files (x86)\Bitcoin\poclbm_py2exe_20120205" poclbm.exe --host=mining.bitcoin.cz --port=8332 --user=user123.miner0 --pass=pass0 --device=0 -w 256 -f 60

Now that you have all of that out of the way, you can just double click on this batch script to launch it. You should see it start up as normal and display your hashrate, <---- THIS DID NOT WORK EXACTLY

The .bat file launched and the command counsle appeared for a split second but that was IT. Now what ?

Am I missing something ? What do I do next ??



Thanks,
I'd really appreciate some positive feedback.


1714795283
Hero Member
*
Offline Offline

Posts: 1714795283

View Profile Personal Message (Offline)

Ignore
1714795283
Reply with quote  #2

1714795283
Report to moderator
1714795283
Hero Member
*
Offline Offline

Posts: 1714795283

View Profile Personal Message (Offline)

Ignore
1714795283
Reply with quote  #2

1714795283
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714795283
Hero Member
*
Offline Offline

Posts: 1714795283

View Profile Personal Message (Offline)

Ignore
1714795283
Reply with quote  #2

1714795283
Report to moderator
UD98
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
March 09, 2012, 01:52:35 PM
 #2

Edit the batch file and put the word pause on a new line and see what went wrong. it would look like

Code:
start /D"C:\Program Files (x86)\Bitcoin\poclbm_py2exe_20120205" poclbm.exe --host=mining.bitcoin.cz --port=8332 --user=user123.miner0 --pass=pass0 --device=0 -w 256 -f 60
pause

what happens then?
Gogio (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 09, 2012, 10:20:06 PM
 #3

Hey thanks for the reply.

I added the pause to the file on a new line and the command counsel appeared and STAYED there showing me this:


C:\Users\MyComputer\Desktop>start /D"C:\Program Files (x86)\Bitcoin\poclbm_py2exe_201
20205" poclbm.exe --host=mining.bitcoin.cz --port=8332 --user=user123.miner0 --pas
s=pass0 --device=0 -w 256 -f 60

C:\Users\MyComputer\Desktop>pause
Press any key to continue . . .


I pressed a key to continue and then the command counsel disappeared and nothing else happened.
neo_rage
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
March 11, 2012, 03:43:28 AM
 #4

Try GUIMiner. It's simple.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!