Bitcoin Forum
June 22, 2024, 12:55:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 »
4221  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: March 13, 2015, 08:38:26 PM
Just a quick note, to my surprise I noticed that my current sgminer already supports Qubit. It seems it has been there for a long time, much older algo than Lyra or WhirlpoolX.

So it's very likely that users don't need to download anything, just do the necessary config changes to activate Qubit.


I think it's been there since the phm's sph-sgminer times :-)
4222  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [VNL] VanillaCoin.net [WhirlpoolX Algo] [Whitepaper Inside] [CPU/GPU] [Poloniex] on: March 10, 2015, 08:27:27 PM
I won't talk about the other points but I wouldn't advertise what's in point 5.
Having a publicly available gpu miner which can be largely optimised is not a good thing. It means only a few people will mine it efficiently.
The same happened to groestl coins: they advertised an energy efficient mining algo that in a few months became power hungry because of optimisations coming out at a fast pace. Of course some people had the faster miners almost since the beginning...
4223  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: March 10, 2015, 02:44:11 PM
I'm also for starting a new thread, RTM said he was open for it, so let's make a new thread, but let's ask Rob to do it.

But I believe rob is not reading this thread: posting on CCT now.
4224  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: March 10, 2015, 09:23:35 AM
The first post in this thread has been updated!

Great, thanks! Let's keep this thread busy ;-)
4225  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: March 09, 2015, 11:42:07 AM
Sorry it took so long, but I haven't had much free time lately.
Pluck, and Whirlpoolx have now been added to my build.
Source is up and binaries have been updated.
As always, you can get them from my sig.

Thanks badman74, we've added your binary to our download page (since this binary is currently the most up-to-date binary): https://www.nicehash.com/index.jsp?p=software#sgminer

btw: your GIT version still shows "sgminer 4.2.2-323-g78ac" ... it would be nice if you would update it to "sgminer 5.1.0-xxx"

Here is a small tip for you: https://blockchain.info/tx/061b164814f66c48b6a180c337f25438cc990fef49e37b7318780748bea1e4c4
I have tried....
Everything is updated, but when i build from git it still comes up with 4.2.2 for some odd reason.
The only way i know for sure that will work would be deleting the whole thing, re-forking it and then adding back all my changes.....

if it's a git-related problem, you could try some of those:

http://stackoverflow.com/questions/9683279/make-the-current-commit-the-only-initial-commit-in-a-git-repository
4226  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][GRS][DMD] Pallas optimized groestlcoin / diamond etc. opencl kernel on: March 09, 2015, 08:45:42 AM
I have groestl code from smelter (first GPU miner for quark). May be it have some tricks for your work. It was rather fast on radeon HD 5xxx series.
Today my code is obsolete, it has already been discussed in this thread. BTW, another source of tricks is cbuchner1's bitsliced and byteshuffled code

I'd really like to see that implemented on sgminer, but I'm not sure it'll be faster: nvidia is a much different architecture.
On a side note, interest in mining groestlcoin based PoW coins is fading because the only coin with enough volume is switching to 1/10 reward soon, the others are dying, dead or with very little reward anyway.

It'd be better to just bitslice the S-box, I think, since we don't have warp shuffle.

I've seen what you achived on whirlpoolx: assuming a similar improvement can be made on groestl as well, that would mean more than 80 Mh/s.
Now, since the time I can dedicate to such project is a few minutes a day, it would take months. Volounters? :-)
4227  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][GRS][DMD] Pallas optimized groestlcoin / diamond etc. opencl kernel on: March 06, 2015, 09:04:19 AM
I have groestl code from smelter (first GPU miner for quark). May be it have some tricks for your work. It was rather fast on radeon HD 5xxx series.
Today my code is obsolete, it has already been discussed in this thread. BTW, another source of tricks is cbuchner1's bitsliced and byteshuffled code

I'd really like to see that implemented on sgminer, but I'm not sure it'll be faster: nvidia is a much different architecture.
On a side note, interest in mining groestlcoin based PoW coins is fading because the only coin with enough volume is switching to 1/10 reward soon, the others are dying, dead or with very little reward anyway.
4228  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][GRS][DMD] Pallas optimized groestlcoin / diamond etc. opencl kernel on: March 05, 2015, 08:56:35 AM

Pallas,

Are you planning on adding myriad-groestl support in the future? If not, could you explain why not? Is it because your groestl kernel is already faster than the myriad-groestl?

Also, are you planning on putting your work on github? Again, if not, could you explain why not?

It seems to me that both are important ways to further your efforts and establish your reputation.

Best regards as always.

HR

Myr-Groestl must do SHA256 as well, IIRC - of course pure Groestl is faster.

myr-groestl should be faster because its has a single round of groestl (14 iterations) + sha; groestlcoin is groestl + groestl again, so slower.
it's just that I do not have enough free time to work on all these algos.....
Now wolf0 just did a fantastic job on whirlpoolx and I want to understand the magic ;-)

Haha, you ain't seen impressive yet! Check the thread, I'm about to post again!

OMG, this means a lot less reading and TV this week for me LoL!
4229  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][GRS][DMD] Pallas optimized groestlcoin / diamond etc. opencl kernel on: March 05, 2015, 08:45:32 AM

Pallas,

Are you planning on adding myriad-groestl support in the future? If not, could you explain why not? Is it because your groestl kernel is already faster than the myriad-groestl?

Also, are you planning on putting your work on github? Again, if not, could you explain why not?

It seems to me that both are important ways to further your efforts and establish your reputation.

Best regards as always.

HR

Myr-Groestl must do SHA256 as well, IIRC - of course pure Groestl is faster.

myr-groestl should be faster because its has a single round of groestl (14 iterations) + sha; groestlcoin is groestl + groestl again, so slower.
it's just that I do not have enough free time to work on all these algos.....
Now wolf0 just did a fantastic job on whirlpoolx and I want to understand the magic ;-)
4230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VNL]- VanillaCoin.net [ New WhirlpoolX Algo ] on: March 04, 2015, 10:19:48 PM
I'm getting about 130 Mh/s with 290@1100 and 143 Mh/s with 290x@1100 with wolf linux miner (I believe the kernel is the same of the windows pre-compiled version).
Is it good?

Got 300+ on 290X.  Grin

Wonderful!
I got 190 without using LDS, very low power but still too low. Will need to go back to the drawing board ;-)
4231  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: March 04, 2015, 10:06:36 AM
Hy there Cheesy

I find this coin very interesting and wanted to know, where i can buy/trade this coin. In addition i found https://bittrex.com/Market/?MarketName=BTC-GRC
Is this the coin we are talking on this thread which will be continued, or is this the GridcoinClassic which will be dropped?

Thanks in advance!
Kind regards,
elrippo.


that's the new one, "research".
same symbol on c-cex, where you can find the classic version under the grcx symbol.

Ok, thank you. Which one will be dropped, Classic?

yes
4232  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: March 04, 2015, 10:01:14 AM
Hy there Cheesy

I find this coin very interesting and wanted to know, where i can buy/trade this coin. In addition i found https://bittrex.com/Market/?MarketName=BTC-GRC
Is this the coin we are talking on this thread which will be continued, or is this the GridcoinClassic which will be dropped?

Thanks in advance!
Kind regards,
elrippo.


that's the new one, "research".
same symbol on c-cex, where you can find the classic version under the grcx symbol.
4233  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VNL]- VanillaCoin.net [ New WhirlpoolX Algo ] on: March 04, 2015, 10:00:01 AM
I'm getting about 130 Mh/s with 290@1100 and 143 Mh/s with 290x@1100 with wolf linux miner (I believe the kernel is the same of the windows pre-compiled version).
Is it good?
4234  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VNL]- VanillaCoin.net [ New WhirlpoolX Algo ] on: March 04, 2015, 09:48:18 AM
what's the typical hashrate of r9 280x, 290 and 290x?
thanks!
4235  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: March 03, 2015, 08:47:19 AM
Can my someone explain , why is my RAC 0
but verified RAC is: 33002 ?  Wink



{
"Project" : "gpugrid",
"CPID" : "xxxxxxxxxxxxxxxxx",
"RAC" : 0.00000000,
"Team" : "gridcoin",
"Verified RAC" : 33002.00000000,
"Verified Team" : "gridcoin",
"Is my CPID Valid?" : false,
"CPID Link" : "http://boinc.netsoft-online.com/get_user.php?cpid=xxxxxxxxxxxxxxxxx",
"Errors" : "RAC too low"
},

try updating the project using the boinc client and the running "execute resetcpids"; if that doesn't work, try removing and readding the project.
4236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: March 02, 2015, 04:16:59 PM
I've always considered Gridcoin to be one of the more interesting coins out there in the crypto world along with similar coins such as Curecoin and Foldingcoin although I admit I haven't been following it very closely recently. Recently the market cap seems to have shot up from $100,000 to $800,000 in the space of a month which is surprising. Anyway, just out of curiosity but why has the name changed on Coinmarketcap? It's now called Gridcoin Classic? Was there a fork? Huh

EDIT: OK, so I read the wiki and it seems that the coin will be evolving to something more advanced called Gridcoin Research. The whole thing looks very complex though compared to the old model where you simply get rewards based on the no. of BOINC shares, although I understand the new design is superior, so it looks like I've got some reading to do.

the reason of the market cap rise is the addition of gridcoin research to the exchanges, so it's fully launched now ;-)
4237  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][GRS][DMD] Pallas optimized groestlcoin / diamond etc. opencl kernel on: February 28, 2015, 11:29:29 AM
Myr-groestl: If there is interest and I can get some free time I'd love to do it :-)
Github: for a couple files it's not worth, IMHO
There is interest, I am leaving DMD groestl as I am sick of crap there.  HR has convinced me to move to Digibyte which is myriad-groestl?  IDK yet I have to d/l wallet and blockchain ...

I think it's multi-algo including myr-groestl, skein etc.
4238  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][GRS][DMD] Pallas optimized groestlcoin / diamond etc. opencl kernel on: February 28, 2015, 09:51:37 AM
Myr-groestl: If there is interest and I can get some free time I'd love to do it :-)
Github: for a couple files it's not worth, IMHO
4239  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: February 27, 2015, 11:43:51 PM
And the price is going up 😊
4240  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][GRS][DMD] Pallas optimized groestlcoin / diamond etc. opencl kernel on: February 27, 2015, 10:34:32 PM
I believe multiple threads help with algos which use gpu ram: groestl does not. Only WS and intensity matter. TC is a buffer in ram so not relevant as well.
Pages: « 1 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!