Bitcoin Forum

Other => Beginners & Help => Topic started by: NNN777 on March 31, 2013, 12:48:59 PM



Title: Questions about DiabloMiner
Post by: NNN777 on March 31, 2013, 12:48:59 PM
I tried to run DiabloMiner following instractions on https://github.com/Diablo-D3/DiabloMiner/wiki/Pooled-Mining. But it seems to me that I'm doing something wrong. Could you help me to understand how to run it correctly, pls?

http://rghost.ru/44912772/image.png


Title: Re: Questions about DibloMiner
Post by: artgoodluck on March 31, 2013, 02:33:39 PM
Looks like whatever folder you placed the diablo miner code isn't in your CLASSPATH environment variable.  (or you haven't set you CLASSPATH environment variable) 

On Windows you set this with the system page on control manager.  (years since I did it, sorry)  on Linux 
export CLASSPATH="$CLASSPATH:/wherever"

Which sets it for one terminal session.   

Hope this helps


Title: Re: Questions about DibloMiner
Post by: NNN777 on March 31, 2013, 06:35:54 PM
Looks like whatever folder you placed the diablo miner code isn't in your CLASSPATH environment variable.  (or you haven't set you CLASSPATH environment variable) 

On Windows you set this with the system page on control manager.  (years since I did it, sorry)  on Linux 
export CLASSPATH="$CLASSPATH:/wherever"

Which sets it for one terminal session.   

Hope this helps

Thanks for help. But I'm realy new to it, could you please describe step by step what, where and when I need to do?) For example, should I replace word "wherever"? And should I use quotation marks ("")?