Bitcoin Forum

Other => Beginners & Help => Topic started by: DHOT on June 13, 2011, 09:49:57 AM



Title: Easy Linux DiabloMiner GPU Tutorial
Post by: DHOT on June 13, 2011, 09:49:57 AM
Hello Everyone! I decided to create a short and simple Tutorial for Linux.
Lets get started.

1. Open a terminal and use the cd command to navigate to a folder of your choice.
2. Into this terminal you have to type this to download the miner. In this case we use the DiabloMiner.
Code:
wget http://adterrasperaspera.com/images/DiabloMiner.zip
3. After the Download has finished you can use the unzip command to unzip the file.
Code:
unzip DiabloMiner.zip
4. Use the cd command now to get into the DiabloMiner directory
Code:
cd DiabloMiner
5. You can now create a startscript. Please edit the directory to your DiabloMiner directory!

Solomining (If you want to use Solomining edit the bitcoin.conf):
Code:
cd ~/bitcoin/DiabloMiner
./DiabloMiner-Linux.sh -u YOUR_USERNAME -p YOUR_PASSWORD

Poolmining:
Code:
cd ~/bitcoin/DiabloMiner
./DiabloMiner-Linux.sh -u YOUR_USERNAME -p YOUR_PASSWORD -o YOUR_POOLHOST -r PORT

6. Save the script as .sh
7. Now you're finished and able to mine Bitcoins. Start the script and choose to run in terminal. Thats all

If you found this post helpful, donate Bitcoins so i can buy me some beer! 1CgQ4KQN4nKskL2GRGnLyogpaD2ZYeBGcp  




Title: Re: Easy Linux DiabloMiner GPU Tutorial
Post by: balletdoll on June 13, 2011, 10:01:24 AM
Wow! thank you so much for doing this, believe it or not his is precisely what i got online to look for! more to see just how easy it was, not sure if ill get a gpu to set it up.. but thanks again!


Title: Re: Easy Linux DiabloMiner GPU Tutorial
Post by: DHOT on June 13, 2011, 10:06:45 AM
Wow! thank you so much for doing this, believe it or not his is precisely what i got online to look for! more to see just how easy it was, not sure if ill get a gpu to set it up.. but thanks again!

No Problem Mate :) I just wanted to share a way to setup the Miner. If you got any problems at doing this feel free to post. I will try to help you.


Title: Re: Easy Linux DiabloMiner GPU Tutorial
Post by: Volta500 on April 05, 2013, 12:07:18 PM
I am trying to get mining up on my linux server running a NVIDIA GeForce 7600 GS graphics card and running Kubuntu 12.04.

When I follow the command specified in your post I get the following error:
Code:
[4/5/13 2:07:53 PM] Started
[4/5/13 2:07:53 PM] Connecting to: http://pit.deepbit.net:8332/
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
        at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:62)
        at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:178)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:142)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:188)
        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)
        at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:111)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:188)
        at java.awt.Toolkit$2.run(Toolkit.java:849)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:841)
        at org.lwjgl.LinuxSysImplementation.<clinit>(LinuxSysImplementation.java:50)
        at org.lwjgl.Sys.createImplementation(Sys.java:126)
        at org.lwjgl.Sys.<clinit>(Sys.java:111)
        at org.lwjgl.opencl.CL.<clinit>(CL.java:52)
        at com.diablominer.DiabloMiner.DeviceState.GPUHardwareType.<init>(GPUHardwareType.java:186)
        at com.diablominer.DiabloMiner.DiabloMiner.execute(DiabloMiner.java:355)
        at com.diablominer.DiabloMiner.DiabloMiner.main(DiabloMiner.java:90)

Any help would be greatly apriciated!


Title: Re: Easy Linux DiabloMiner GPU Tutorial
Post by: vurkolak on April 25, 2013, 03:07:16 AM
That's great thanks!