Hi.
I'm quite a noob when it comes to all this java-programming-stuff, but I really want to try mining Bitcoins, and thus I downloaded DiabloMiner. I'm using Mac OSX 10.6.7 and my graphics card is a "ATI Radeon HD 5670". I try starting the program in Terminal, using the following:
java -cp /Users/Felles/Desktop/DiabloMiner/target/libs/*:/Users/Felles/Desktop/DiabloMiner/target/DiabloMiner.jar com.diablominer.DiabloMiner.DiabloMiner -u 12keBjKYgLJiTvwjxcbP5cbCHYV31TbT5d -p xxx -o pool.bitcoin.dashjr.org -r 8337 -g 5
which I found on an other forum, that solved some other problem I had previously. However, when I type that into Terminal, it gives me this:
[5/13/11 7:54:08 PM] Started
[5/13/11 7:54:08 PM] Connecting to:
http://pool.bitcoin.dashjr.org:8337/Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1754)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1045)
at org.lwjgl.Sys$1.run(Sys.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:82)
at org.lwjgl.Sys.<clinit>(Sys.java:99)
at org.lwjgl.opencl.CL.<clinit>(CL.java:51)
at com.diablominer.DiabloMiner.DiabloMiner.execute(DiabloMiner.java:247)
at com.diablominer.DiabloMiner.DiabloMiner.main(DiabloMiner.java:108)
Then an app called com.diablominer.DiabloMiner.Diablominer launches down in the Dock, before quitting automatically after a few seconds..
I've of course downloaded the default Bitcoin client, as well as created the bitcoin.config-file with my username and password in the right format (even though I don't actually use those - as far as I know - as I'm trying to pool-mine).
Could you please help me, so I can begin my exiting Bitcoin adventure?