Bitcoin Forum
May 29, 2024, 02:16:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 [179] 180 181 »
3561  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 04, 2014, 01:58:05 AM
I'm getting ~14200kH/s on two 7970s although the reported hash rate goes  down to like <4000kH after a few mins of running. That said, the reported shares on ypool stay around 726.9121 /h so it seems to be working correctly regardless. Nice work Smiley

hum, might be some integer overflow. I don't think the original xptminer was intended to run that fast Wink
3562  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 04, 2014, 01:39:57 AM
Looks like there error message for the "-f" parameter accidentally calls it "-d".

The OpenCL code looks based on the SPH implementation.  Is that the case?

sorry, i changed -d to -f to use -d for "device", but forgot the error.

About the code, it is a "pruned" SPH  code (removed all that was not used, removed all possible forks and loops, etc). I tried the reference implementation for shavite (the slower one) but could not make it compatible with the code from xptminer/SPH (for some reason hashes were always different, no matter what i did, even the "init" held different initial values). So i just gave up on other implementations and assumed they had changed something in the SPH for metiscoin. Metis "looks" vaguely like "fugue", but after the lack of success with shavite i didn't even try to use another implementation.
3563  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 04, 2014, 12:57:09 AM
i have a Nvidia GTX 560 SSC, can it be used with this gpu miner ?

Probably yes. This is an OpenCL miner, so it works on virtually any GPU (And also with some CPUs). Just try it out and report the results.

well i just opened, and it's stuck at "initializing device", i left it for a while hoping it would start sometime but it's still there, any idea why ?

The code for the hashes is quite complex, so it takes a lot of time to compile on some cards (specially AMD). I had to wait up to 20 minutes on one of the test machines...

3564  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 04, 2014, 12:55:39 AM
i have a Nvidia GTX 560 SSC, can it be used with this gpu miner ?

gpu on metiscoin? wtf.. how big is the different compared to cpu then?

Well, I was expecting people would report performance here. For now the only i know is amd 6970 runs at 4700 kh/s (could be 5300 if i figure out a way around those 0x8000 cycles, maybe tomorrow)

I think there is a bug with the readout?  My hashrate keeps decreasing from 45,000khash (6x R9 290) down to 400khash..  Shave value on ypool stays the same though.

The quick fix that i applied today made me reduce the worksize from 0x80000 to 0x8000, which will introduce a HUUUUGE latency in faster cards. I'm working on a solution for this just about now.
3565  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 11:49:48 PM
i have a Nvidia GTX 560 SSC, can it be used with this gpu miner ?

gpu on metiscoin? wtf.. how big is the different compared to cpu then?

Well, I was expecting people would report performance here. For now the only i know is amd 6970 runs at 4700 kh/s (could be 5300 if i figure out a way around those 0x8000 cycles, maybe tomorrow)
3566  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 11:47:23 PM
i have a Nvidia GTX 560 SSC, can it be used with this gpu miner ?

Probably yes. This is an OpenCL miner, so it works on virtually any GPU (And also with some CPUs). Just try it out and report the results.
3567  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 11:12:34 PM
I can't seem to compile it in Windows, VS 2010 returns this error:

Error   1   error C2864: 'MetiscoinOpenCL::out_tmp' : only static const integral data members can be initialized within a class xptminer\metiscoinMiner.h   29   1   xptMiner


hum.. gcc just ignores this. I'll fix it right now... (just commiited the fix, try pulling the code again)
3568  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 11:02:21 PM
to girino
windows gpu miner binary will be updated?

binary is already up to date.
3569  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MTC] GPU Miner for Metiscoin on: February 03, 2014, 11:01:32 PM
it's working now (but with less kh/s...before it was 5300 kh/s with amd 6970,now it's 4700).

good job  Wink.

I had to do a quick fix to make it work. I'll look into the bug with more detail later today and see how to make it faster again.
3570  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 10:41:54 PM
Any idea where "block->nonce = n*0x10000+f;" should go?

I've compiled the source in Ubuntu and it runs but finds only invalid blocks.

sorry, i'll commit it right now... done...
3571  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MTC] GPU Miner for Metiscoin on: February 03, 2014, 09:40:35 PM
all invalid share.

redownload. This is fixed now.
3572  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 09:38:56 PM
Now finding loads of shares but all invalid. Smiley
same
Are you not seeing invalid shares when you run it girino?

This computer has no GPU on it, so i am unable to test it properly. Seems i'll only be able to fix it tomorrow Sad

damn.. looks like i missed this little guy here: "block->nonce = n*0x10000+f;".. where did this 0x10000 come from?

looks like it's fixed. New version (build3) finds shares and they're all valid.
3573  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 09:34:34 PM
Now finding loads of shares but all invalid. Smiley
same
Are you not seeing invalid shares when you run it girino?

This computer has no GPU on it, so i am unable to test it properly. Seems i'll only be able to fix it tomorrow Sad

damn.. looks like i missed this little guy here: "block->nonce = n*0x10000+f;".. where did this 0x10000 come from?
3574  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 09:19:21 PM
Now finding loads of shares but all invalid. Smiley
same
Are you not seeing invalid shares when you run it girino?

This computer has no GPU on it, so i am unable to test it properly. Seems i'll only be able to fix it tomorrow Sad
3575  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 08:51:49 PM
I Just released a GPU (openCL) miner for MTC. If anyone cares to test. Performance is not great though. I did it just so we have something to do with our GPUs while iddle.

Sorce code is available at:

https://github.com/girino/xptMiner

and Binaries (for windows only at presente, will add linux later tonight)

https://www.dropbox.com/sh/2wv2awwgebpdo0m/STzOU5tlXa

Please let me know if it works for you and how fast (or slow) it is on your GPUs.

Thanks in advance,
girino.
I get no shares. tons of hash, though. Compiled from github, btw.

I'm checking right now why no shares...

found the problem. I am repacking it and should be ready in 5 minutos or so.
3576  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 08:48:40 PM
I Just released a GPU (openCL) miner for MTC. If anyone cares to test. Performance is not great though. I did it just so we have something to do with our GPUs while iddle.

Sorce code is available at:

https://github.com/girino/xptMiner

and Binaries (for windows only at presente, will add linux later tonight)

https://www.dropbox.com/sh/2wv2awwgebpdo0m/STzOU5tlXa

Please let me know if it works for you and how fast (or slow) it is on your GPUs.

Thanks in advance,
girino.
I get no shares. tons of hash, though. Compiled from github, btw.

I'm checking right now why no shares...
3577  Alternate cryptocurrencies / Mining (Altcoins) / [ANN][MTC] GPU Miner for Metiscoin - 35% FASTER on R9 280x on: February 03, 2014, 08:15:01 PM
I Just released a GPU (openCL) miner for MTC. If anyone cares to test. Performance is not great though. I did it just so we have something to do with our GPUs while iddle.

Source code is available at:

https://github.com/girino/xptMiner

and Binaries (for windows only at present, will add linux later tonight)

https://www.dropbox.com/sh/2wv2awwgebpdo0m/STzOU5tlXa

Please let me know if it works for you and how fast (or slow) it is on your GPUs.

Edit: Linux, Windows and OSX binaries available. Same download location!

Edit: Build 5 fixes the reconnect bug and the speed reporting bug.

Edit: Build 7 incorporates gigawatt's speed improvements. developper fee is up to 3% by default so i can give gigawatt a share for his work. As always, binaries for linux, windows and osx are available on the links above.

Edit: The networking code from ypool's latest xptminer was merged back into Build 8. Several changes and tests were made to ensure stability (no more "0kh/s" after some hours, no more closing on network disconnect or server down). Faster than ever, and two new hidden options: -s to set the step size (in powers of 2, defaults to 2^20), and -a to set variations on algorithm. Currently supports "-a 1" for lookup tables in constant memory and "-a 2" (default) for tables in global memory. -a 2 is faster in most systems. The code for metis was reverted to a previous version since it is 2x slower on some NVidia GPUs. Binaries and code available, as always, on the links above.

Edit: Build 9 uses local memory more intensely and gets up to 35% speed improvements in GPUS with lots of local memory. For those with small local memory, the "-a 2" hidden option reverts to the old version of the opencl (Older cards or Amazon EC2 need this option). Also, ypool instability helped figure out more networking bugs, so networking is even more stable! More stable, UPGRADE TO AVOID LOST CONNECTIONS WHEN YPOOL DOWN!

Thanks in advance,
girino

3578  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: February 03, 2014, 08:12:34 PM
I Just released a GPU (openCL) miner for MTC. If anyone cares to test. Performance is not great though. I did it just so we have something to do with our GPUs while iddle.

Sorce code is available at:

https://github.com/girino/xptMiner

and Binaries (for windows only at presente, will add linux later tonight)

https://www.dropbox.com/sh/2wv2awwgebpdo0m/STzOU5tlXa

Please let me know if it works for you and how fast (or slow) it is on your GPUs.

Thanks in advance,
girino.
3579  Local / Criptomoedas Alternativas / Minerador Protoshares GPU on: January 21, 2014, 02:03:44 AM
Galera,

Eu sei que os protoshares já sairam de moda, mas como eu estava nessa onda desde quando "dava lucro", eu acabei entrando na corrida pra desenvolver um mineirador para PTS usando GPU.

Se alguém aqui estiver interessado: https://bitsharestalk.org/index.php?topic=2460.0

Ele cobra uma "developer fee" de 2,5% no pool ypool.net, que vem direto pra mim. Caso queiram minerar em outro pool sem "developer fee" e com taxas mais baixas, tem uma versão para ptsweb.beeeeer.org, mas como não ganho nada com isso, só forneço os fontes, sem binários por enquanto: https://bitsharestalk.org/index.php?topic=2374.0

Agradeço a todos que usarem, testarem e derem dicas de como melhorar o miner.

Abraços,
girino.
3580  Local / Português (Portuguese) / Re: Quais cuidados vcs tomam com o pc em que vcs fazem transações? on: December 04, 2013, 02:46:57 AM
OFF TOPIC:

O que quer dizer essa assinatura "maluca" do nobre colega algorista?

"+---------=====[ Rm 12:21 ]=====---------+"

 Huh Huh Huh

Romanos 12:21 - Não se deixem vencer pelo mal, mas vençam o mal com o bem.
Pages: « 1 ... 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 [179] 180 181 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!