Bitcoin Forum
April 26, 2024, 06:03:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 »  All
  Print  
Author Topic: [MTC] High Performance GPU Miner for Metiscoin (Updated - 19 Feb 2014)  (Read 19595 times)
HHogan
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 16, 2014, 03:24:52 PM
 #101

Can somebody please help me

when i want to run it on my gtx 780 i get this error
http://i59.tinypic.com/mu7pl.png

i think its is because i have opencl 1.1 but where do i get 1.2 from

because i see that some people here got it working on there nvidia card

on my gt 750m with also opencl 1.1 it works just fine

please help me?

I'm having the exact same problem with the same cards.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714111420
Hero Member
*
Offline Offline

Posts: 1714111420

View Profile Personal Message (Offline)

Ignore
1714111420
Reply with quote  #2

1714111420
Report to moderator
1714111420
Hero Member
*
Offline Offline

Posts: 1714111420

View Profile Personal Message (Offline)

Ignore
1714111420
Reply with quote  #2

1714111420
Report to moderator
1714111420
Hero Member
*
Offline Offline

Posts: 1714111420

View Profile Personal Message (Offline)

Ignore
1714111420
Reply with quote  #2

1714111420
Report to moderator
bulkano
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 16, 2014, 05:30:42 PM
 #102

Hello, I would like to know how to configure my graphic card is a nvidia gforce gt 210, I downloaded the xptminer-gpu in droxbox, ypool work that I have to download files to make it work? Gives me an error "stackdump "anyone know why? thank you very much.
samee
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 17, 2014, 02:31:07 AM
 #103

compile error in Archlinux.

cpu : AMD Athlon(tm) II X3 440 Processor
display card: microstar hd7850
driver: catalyst 14.1

Quote
g++ -c  -static -Wall -Wextra -std=c++0x -O2 -fomit-frame-pointer  -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ xptMiner/main.cpp -o xptMiner/main.o
In file included from xptMiner/global.h:77:0,
                 from xptMiner/main.cpp:1:
xptMiner/OpenCLObjects.h:77:9: error: extra qualification 'OpenCLKernel::' on member 'getPreferredWorkGroupSize' [-fpermissive]
  size_t OpenCLKernel::getPreferredWorkGroupSize(OpenCLDevice* device);
         ^
Makefile:93: recipe for target 'xptMiner/main.o' failed
make: *** [xptMiner/main.o] Error 1

   

Whoops, looks like one of my tweaks broke something.  I pushed a fix to github, you should be good to go.

still error:

Quote
g++ -Wall -Wextra -O2 -fomit-frame-pointer  -march=native -L/usr/local/lib -L/usr/lib -I/usr/local/include -I/usr/include -IxptMiner/includes/ -o xptminer xptMiner/ticker.o xptMiner/main.o xptMiner/sha2.o xptMiner/xptClient.o xptMiner/protosharesMiner.o xptMiner/primecoinMiner.o xptMiner/keccak.o xptMiner/metis.o xptMiner/shavite.o xptMiner/metiscoinMiner.o xptMiner/scrypt.o xptMiner/scryptMinerCPU.o xptMiner/xptClientPacketHandler.o xptMiner/xptPacketbuffer.o xptMiner/xptServer.o xptMiner/xptServerPacketHandler.o xptMiner/transaction.o xptMiner/OpenCLObjects.o xptMiner/jhlib.o  -lrt -lOpenCL -flto
/usr/bin/ld: xptMiner/main.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:102: recipe for target 'xptminer' failed
make: *** [xptminer] Error 1
ziliao
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 18, 2014, 07:50:29 AM
 #104

cant dl debug build, the link https://www.dropbox.com/s/9bf5efl77vi6t3o/xptMiner-GPU-v1.4-debug.zip dont work.and v1.5 always quit,some time after running
breakbeater
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250


Life is a bitch, get used to it...


View Profile
February 18, 2014, 07:53:08 PM
 #105

can i use this miner behind a http proxy?
gigawatt (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
February 19, 2014, 06:17:32 PM
 #106

cant dl debug build, the link https://www.dropbox.com/s/9bf5efl77vi6t3o/xptMiner-GPU-v1.4-debug.zip dont work.and v1.5 always quit,some time after running

The debug information has been bundled into the 1.5 build.  I should have made that a bit more clear, sorry about that.

If you could post the log information up until the crash, it would be very appreciated.

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
gigawatt (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
February 19, 2014, 06:24:46 PM
 #107

still error:

Quote
g++ -Wall -Wextra -O2 -fomit-frame-pointer  -march=native -L/usr/local/lib -L/usr/lib -I/usr/local/include -I/usr/include -IxptMiner/includes/ -o xptminer xptMiner/ticker.o xptMiner/main.o xptMiner/sha2.o xptMiner/xptClient.o xptMiner/protosharesMiner.o xptMiner/primecoinMiner.o xptMiner/keccak.o xptMiner/metis.o xptMiner/shavite.o xptMiner/metiscoinMiner.o xptMiner/scrypt.o xptMiner/scryptMinerCPU.o xptMiner/xptClientPacketHandler.o xptMiner/xptPacketbuffer.o xptMiner/xptServer.o xptMiner/xptServerPacketHandler.o xptMiner/transaction.o xptMiner/OpenCLObjects.o xptMiner/jhlib.o  -lrt -lOpenCL -flto
/usr/bin/ld: xptMiner/main.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:102: recipe for target 'xptminer' failed
make: *** [xptminer] Error 1

Try it again.  Somehow I forgot to include "-lpthread" in the compile options.

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
gigawatt (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
February 20, 2014, 01:02:20 AM
 #108

I've updated my GPU miner for MTS!  It's now 15-20% faster than before!  (I went from 11,150 kHash/s to 13,500 kHash/s)



Download the latest version from the beginning of this thread.

Enjoy!

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
tumatos
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 20, 2014, 09:37:11 AM
 #109

crash with a 1.6.
1.5 works fine.

https://i.imgur.com/sS0MOhG.png
aakashkumar
Full Member
***
Offline Offline

Activity: 157
Merit: 100



View Profile
February 20, 2014, 01:55:23 PM
Last edit: February 20, 2014, 02:07:58 PM by aakashkumar
 #110

 



Your  Miner works Great with 58xx and 59XX  ,

Can you do something For PTS  ?

Yes, can something similar be done for PTS?


Hi Gigawatt,

Your MTS Miner Gives Excellent Performance with 58XX and 59XX series Gpu's  


But for PTS so many Gpu miners out-there( ominer 0.8 ,PtsGPUz 0.4c,clpts 0.2.2) ,but None Works properly with these Gpu's  .

can you optimise Gpu Miner for PTS ?  
maxisvk
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 20, 2014, 02:00:07 PM
 #111

Xptminer v1.6 -s 4
Radeon HD5870 1GB 850/1250/1.0625v/134W
http://i58.tinypic.com/2vs000p.jpg
gigawatt (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
February 20, 2014, 02:13:03 PM
 #112

crash with a 1.6.
1.5 works fine.



Could you post the information from this post?  It would make troubleshooting a lot easier.

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
Replex
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 20, 2014, 06:18:17 PM
 #113

I get this Error. It worked before I downloaded the new graphic driver from nVidia and updated to the newer gpu miner, but now neither v1.5 or v1.6 works..

I tryed downgrading to the older nVidia driver again but didn't help.. Seems like it can't detect my GPUs!

Edit: Im running Nvidia 660ti SLI, never mined with SLI before, just recieved my second card.
Before I installed the second card i were mining at 9140 k/hash.

http://imageshack.com/a/img36/3851/v4fe.jpg
Replex
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 20, 2014, 06:33:17 PM
 #114

Tried the 32bit version for fun.. (Im running 64bit)

It works! Doesn't make any sence..

Also, how do I set it to run both gpus?
feelgood2
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 20, 2014, 08:03:35 PM
 #115





Your  Miner works Great with 58xx and 59XX  ,

Can you do something For PTS  ?

Yes, can something similar be done for PTS?


Hi Gigawatt,

Your MTS Miner Gives Excellent Performance with 58XX and 59XX series Gpu's  


But for PTS so many Gpu miners out-there( ominer 0.8 ,PtsGPUz 0.4c,clpts 0.2.2) ,but None Works properly with these Gpu's  .

can you optimise Gpu Miner for PTS ?  

+1
Semmelknödel
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 21, 2014, 11:55:53 AM
Last edit: February 21, 2014, 09:41:22 PM by Semmelknödel
 #116

Xptminer v1.6 -s 2
Radeon HD6990 GPU Glock 970Mhz
Radeon HD6970 GPU Glock 930Mhz
65000kHash/sec Grin

-s 4 i have 66500khash/sec
What a better for GPU Load 99%
Higher -s 6 or -s 4 or what?
My GPU load at GPU2 are not 99% a little bit lower 97-98%
tumatos
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 21, 2014, 05:16:14 PM
 #117

https://i.imgur.com/sS0MOhG.png

crash happens too fast so i can't capture what shows up above.

the command used is
start /low xptminer.exe -o ypool.net -u tumatos.pc35 -p x -d 0

on latest drivers, windows 7 64bit

like i said previously, only crashes on 1.6 version.
currently using 1.5 with no problems.
deeping
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 22, 2014, 07:43:44 AM
 #118

KHashs/s:8200+   7850   am i right???
Baudrate
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 01, 2014, 09:29:37 PM
 #119

I can't compile in Ubuntu 13.10, I get this error message

g++ -c  -static -Wall -Wextra -std=c++0x -O2 -fomit-frame-pointer  -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ xptMiner/main.cpp -o xptMiner/main.o
In file included from xptMiner/global.h:77:0,
                 from xptMiner/main.cpp:1:
xptMiner/OpenCLObjects.h:21:23: fatal error: CL/opencl.h: No such file or directory
 #include <CL/opencl.h>
                       ^
compilation terminated.
make: *** [xptMiner/main.o] Error 1

Any help would be very grateful
causevd
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 03, 2014, 05:23:21 AM
 #120

Since MTC is renamed to MTS you should also change your thread subject from MTC to MTS... it's not a big deal but people could think that it's all about MarineCoin not about MetisCoin.

Regards causevd,
Pages: « 1 2 3 4 5 [6] 7 »  All
  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!