Pages:
Author

Topic: [ANN] Finally, open source XPM GPU Miner!! - page 2. (Read 6198 times)

hero member
Activity: 518
Merit: 500
Does this run on older ATI/AMD card in the HD6xxx/HD5xxx series.

Any words on a windows version yet?
sr. member
Activity: 249
Merit: 250
With this, I found 2 blocks in 2 days. Either I am very lucky or this is damn good..
legendary
Activity: 1484
Merit: 1005
windows build this and add pool support so i can add this to guiminer-scrypt already! Cheesy
newbie
Activity: 11
Merit: 0
Interesting, might have a look Smiley
sr. member
Activity: 249
Merit: 250
new version with speed up:

Code:
[1] 5.020G, average: 5.027G
 * speed: 5.020G, average: 5.027G

   * chains/1: 26726089 34706.625/sec
   * chains/2: 2119570 2752.484/sec
   * chains/3: 257120 333.897/sec
   * chains/4: 21051 27.337/sec
   * chains/5: 1627 2.113/sec
   * chains/6: 141 0.183/sec
   * chains/7: 10 0.013/sec 46.750/hour
   * chains/8: 3 0.004/sec 14.025/hour
~1.3 ch/d on Radeon R9 290X with --weave-depth=11264 --extensions-num=11

My 7950s:
[1] 2.598G, average: 2.542G
[2] 2.558G, average: 2.511G

Prev:
[1] 2.361G, average: 2.367G
[2] 2.311G, average: 2.345G

http://www.peercointalk.org/index.php?topic=2668.msg23342#msg23342
sr. member
Activity: 249
Merit: 250
"Cheat code" speed up parameters from eXtremal.ik7:

--extensions-num 11 --weave-depth 8960
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
is it possible to runt this miner witn 13.12 amd driver ?
i have seagfults all the time, trying to replace amdopencllib from 14.3 beta, still nothing

EDIT: oh i already read on github new redme, its required to use 14.1 and copy amdlib from catalysty because 2.9 sdk has broken OpenCL
sr. member
Activity: 249
Merit: 250
I encourage ppl whose rig is multi-boot (Linux and Win) and has installed PrimeGPU (and Claymore) to try this out as well and compare the performance. This miner may not fare worse than the 2 protected & paid miners that supposedly are better.

Also bare in mind that since this is open source, any improvements made to this will likely surfaced in the other 2 miners .. 
sr. member
Activity: 249
Merit: 250
after compilling i am trying to run:

./xpmclminer -u xxx -p 4xxx -o xxx:xxx -w xxx
but i am reciveing only core dump:

Code:
OpenCL platform available: Advanced Micro Devices, Inc.
Segmentation fault (core dumped)

dmesg
[  787.217214] xpmclminer[3634]: segfault at 0 ip 00007f59d2db8d48 sp 00007fff62479d50 error 4 in libamdocl64.so[7f59d24aa000+2126000]
[ 1547.010454] xpmclminer[3722]: segfault at 0 ip 00007f28d41c2d48 sp 00007fffc085a8d0 error 4 in libamdocl64.so[7f28d38b4000+2126000]
[ 2470.534567] xpmclminer[3869]: segfault at 0 ip 00007f7071d03d48 sp 00007fffbcb921a0 error 4 in libamdocl64.so[7f70713f5000+2126000]
[ 2520.271298] xpmclminer[3873]: segfault at 0 ip 00007f2c807c5d48 sp 00007fff309f0d20 error 4 in libamdocl64.so[7f2c7feb7000+2126000]

any idea ?

yupe, I faced the same prob. you need the catalyst 14.3's libamdocl64.so.
you can either
1) install catalyst 14.3
2) extract the file from catalyst 14.3 and also follow below ...

1) Either point your xpmclminer to use the new libamdocl64.so or
2) replace but make a backup of your original file (not good idea, use 1)
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
after compilling i am trying to run:

./xpmclminer -u xxx -p 4xxx -o xxx:xxx -w xxx
but i am reciveing only core dump:

Code:
OpenCL platform available: Advanced Micro Devices, Inc.
Segmentation fault (core dumped)

dmesg
[  787.217214] xpmclminer[3634]: segfault at 0 ip 00007f59d2db8d48 sp 00007fff62479d50 error 4 in libamdocl64.so[7f59d24aa000+2126000]
[ 1547.010454] xpmclminer[3722]: segfault at 0 ip 00007f28d41c2d48 sp 00007fffc085a8d0 error 4 in libamdocl64.so[7f28d38b4000+2126000]
[ 2470.534567] xpmclminer[3869]: segfault at 0 ip 00007f7071d03d48 sp 00007fffbcb921a0 error 4 in libamdocl64.so[7f70713f5000+2126000]
[ 2520.271298] xpmclminer[3873]: segfault at 0 ip 00007f2c807c5d48 sp 00007fff309f0d20 error 4 in libamdocl64.so[7f2c7feb7000+2126000]

any idea ?
legendary
Activity: 1400
Merit: 1050
no it is only for solo
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
is this miner works with some pool ?
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
neverming,i always need to reinstall SDK, dont know why it is.
legendary
Activity: 1400
Merit: 1050
while compiling, it cant find my opencl, any ideas ?

-- Could NOT find OpenCL (missing:  OPENCL_LIBRARIES)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENCL_LIBRARIES
    linked by target "xpmclminer" in directory /home/tytanick/xpminer-test/src/OpenCL

-- Configuring incomplete, errors occurred!
if you look at the readme file, it is said that you have to set all that yourself... (I tried on windows but never got it to make a proper makefile for mingw... and visual studio just found a bunch of error).
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
while compiling, it cant find my opencl, any ideas ?

-- Could NOT find OpenCL (missing:  OPENCL_LIBRARIES)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENCL_LIBRARIES
    linked by target "xpmclminer" in directory /home/tytanick/xpminer-test/src/OpenCL

-- Configuring incomplete, errors occurred!
sr. member
Activity: 249
Merit: 250
I am using this miner... Got some luck and found a block in just a few hours.

1 and 2 - 7850 1gb
3 - 6970
4 - r9 280x


[1] 1.047G, average: 1.004G
[2] 1.030G, average: 0.985G
[3] 0.635G, average: 0.650G
[4] 2.082G, average: 2.045G
 * speed: 4.795G, average: 4.684G
   * chains/1: 699918733 43674.145/sec
   * chains/2: 53152864 3316.679/sec
   * chains/3: 6155896 384.121/sec
   * chains/4: 481788 30.063/sec
   * chains/5: 37850 2.362/sec
   * chains/6: 2909 0.182/sec
   * chains/7: 225 0.014/sec 50.543/hour
   * chains/8: 15 0.001/sec 3.370/hour
   * chains/9: 1 0.000/sec 0.225/hour
   * chains/10: 1 0.000/sec 0.225/hour


cool!

Mine

[1] 2.032G, average: 2.035G
[2] 1.994G, average: 2.016G
 * speed: 4.026G, average: 4.050G

   * chains/1: 18242910 38004.886/sec
   * chains/2: 1390497 2896.779/sec
   * chains/3: 162057 337.608/sec
   * chains/4: 12720 26.499/sec
   * chains/5: 1071 2.231/sec
   * chains/6: 70 0.146/sec
   * chains/7: 3 0.006/sec 22.499/hour
sr. member
Activity: 249
Merit: 250
I didn't try, but it should compile with mingw

most of us windows people, including myself have no idea how to do that.

Perhaps, there might be a slight possibility that you should learn something about the technology that you're using then?

I want to agree with you .. but it may be too challenging in this case .. its like do you really need to know all of a car's internals in order to drive a car?

Successful compilation does not mean it will work ... since the largest dependency is the AMD SDK and AMD GPU itself.
newbie
Activity: 9
Merit: 0
I didn't try, but it should compile with mingw

most of us windows people, including myself have no idea how to do that.

Perhaps, there might be a slight possibility that you should learn something about the technology that you're using then?
full member
Activity: 126
Merit: 100
I didn't try, but it should compile with mingw

most of us windows people, including myself have no idea how to do that.
legendary
Activity: 1400
Merit: 1050
I didn't try, but it should compile with mingw
Pages:
Jump to: