Bitcoin Forum
May 03, 2024, 10:41:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Easy Linux DiabloMiner GPU Tutorial  (Read 7488 times)
DHOT (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 13, 2011, 09:49:57 AM
Last edit: June 13, 2011, 11:34:30 AM by DHOT
 #1

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  


1714776102
Hero Member
*
Offline Offline

Posts: 1714776102

View Profile Personal Message (Offline)

Ignore
1714776102
Reply with quote  #2

1714776102
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714776102
Hero Member
*
Offline Offline

Posts: 1714776102

View Profile Personal Message (Offline)

Ignore
1714776102
Reply with quote  #2

1714776102
Report to moderator
1714776102
Hero Member
*
Offline Offline

Posts: 1714776102

View Profile Personal Message (Offline)

Ignore
1714776102
Reply with quote  #2

1714776102
Report to moderator
balletdoll
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 13, 2011, 10:01:24 AM
 #2

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!
DHOT (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 13, 2011, 10:06:45 AM
 #3

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 Smiley 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.
Volta500
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 05, 2013, 12:07:18 PM
 #4

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!
vurkolak
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 25, 2013, 03:07:16 AM
 #5

That's great thanks!
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!