New miner getting started!

Encounter a problem related to the pool or have a request for a feature? Post your issue here and we will help you out.
Forum rules
Welcome to the System Support forum! Encounter a problem related to the pool? Post your issue here and we will help you out.

Keep in mind that the forums are monitored by PROHASHING less closely than the official support channels, so if you have a pressing issue, please submit an official support ticket so that our Support Analyst can look into your issue in a timely manner.

We cannot answer financial questions related to your account on a public forum, so those questions should always be submitted through the orange Support button on prohashing.com/about.

For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
CNPurvis
Posts: 16
Joined: Sun Aug 13, 2017 2:46 pm

New miner getting started!

Post by CNPurvis » Sun Aug 13, 2017 4:24 pm

Hi. I'm a brand-spanking-new miner. I'm trying to get set up, and having issues with my miner.

I have a custom-built PC with an AMD 3-core processor, and on-board graphics. I'm using GUIminer for my mining software. (I'll note that I'm not married to it.)

I think I have everything set up except for the settings in GUIminer. Please correct me if I'm wrong about that too. In guiminer, I chose File> new CG miner. I used this one because I want to make a CPU miner. It seems my GPU doesn't support mining. Or it isn't supported by GUIminer? Next, for the server, I choose Other and manually input prohashing.com. I had 3334 as the port. Username and password are what they are. I leave "extra flags" blank. Underneath that, I have the CPU affinity. Its options are 0, 1, and 2. I choose 2 because my CPU has 3 cores. When I click "Start mining!" nothing happens. The status in the bottom right says 'Stopped.'

The first thing I tried was just filling in the settings boxes without choosing "new" anything from the file menu. I chose prohashing for the server; 3333 for the port (I saw that number listed in some instruction); same name and pass; nothing for "device" because it reads "No OpenCL device" and nothing for extra flags. Again, I clicked 1 and 2 for CPU affinity. With this option, I do get stuff in the status field. Left side reads "Shares: 0 accepted, 1 stale/invalid." Right side reads "connecting." (At times, the bottom left reads "ValueError: need more than 1 value to unpack." Very perplexing to me.)


I'm eager to get this solved so I can start my mining. Thank you in advance.
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: New miner getting started!

Post by GregoryGHarding » Sun Aug 13, 2017 5:44 pm

for cpu mining, you need to use minerd, keep in mind cpu mining this late in the game is not profitable, unless youre just getting your feet wet
CNPurvis
Posts: 16
Joined: Sun Aug 13, 2017 2:46 pm

Re: New miner getting started!

Post by CNPurvis » Sun Aug 13, 2017 7:57 pm

Hi. I am getting my feet wet. But I want to make some coin too. What's your recommendation as far as an alternative? GPU mining? It a big machine with an ASIC board?
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: New miner getting started!

Post by GregoryGHarding » Sun Aug 13, 2017 8:26 pm

you can either buy a decent GPU but your electricity cost might outweigh your earnings.. if you have existing funds you can check out mining righ rentals, i can link you there if you like, you can rent a full mining rig for x hours and set your pools. its good for beginners to test the waters and for pros who know how to make good profit. did you try out minerd? if not i can link you to my recommended branch
CNPurvis
Posts: 16
Joined: Sun Aug 13, 2017 2:46 pm

Re: New miner getting started!

Post by CNPurvis » Sun Aug 13, 2017 9:29 pm

I haven't tried minerd. I actually haven't been back home long. Please recommend away. And if possible, direct me to a step-by-step setup.

Many thanks

(I'm pricing graphics cards right this moment. :) )
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: New miner getting started!

Post by GregoryGHarding » Sun Aug 13, 2017 10:03 pm

CNPurvis wrote:I haven't tried minerd. I actually haven't been back home long. Please recommend away. And if possible, direct me to a step-by-step setup.

Many thanks

(I'm pricing graphics cards right this moment. :) )
minerd-multi:

Code: Select all

https://github.com/lucasjones/cpuminer-multi/releases/download/v1.0.3/cpuminer-multi.zip
.bat examples:

Code: Select all

minerd -a scrypt -o stratum+tcp://prohashing.com:3333 -u phusername -p "n=test a=scrypt"
minerd -a x11 -o stratum+tcp://prohashing.com:3333 -u phusername -p "n=test a=x11"
CNPurvis
Posts: 16
Joined: Sun Aug 13, 2017 2:46 pm

Re: New miner getting started!

Post by CNPurvis » Mon Aug 14, 2017 8:08 pm

Beautiful. Many thanks. How do I proceed with these? I've never used batch files more than an average user, even though I'm not an average user.
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: New miner getting started!

Post by GregoryGHarding » Mon Aug 14, 2017 8:32 pm

CNPurvis wrote:Beautiful. Many thanks. How do I proceed with these? I've never used batch files more than an average user, even though I'm not an average user.
-in the folder you unzipped minerd to: right click > new > text document
-change the filename from New Text Document.txt to prohashing.bat
-then open the file with notepad, then paste one of the two lines in the file, x11 to mine x11 algo, scrypt, for scrypt. and change the "-u phusername" to your username
-save the changes
-now double click the bat file, and minerd should start with the settings in the bat
CNPurvis
Posts: 16
Joined: Sun Aug 13, 2017 2:46 pm

File created, but something needs tweaking.

Post by CNPurvis » Mon Aug 14, 2017 8:35 pm

Thank you! Should it run as a command line?

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.
Last edited by CNPurvis on Mon Aug 14, 2017 8:43 pm, edited 1 time in total.
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: New miner getting started!

Post by GregoryGHarding » Mon Aug 14, 2017 8:42 pm

yes
Locked