jch9678
|
|
December 16, 2014, 04:00:13 PM |
|
Wow. That's nice. Looks like your 270x may catch my 290x. That'll be a sad day. I need to find a friend that knows how to program. Not just programming, it's kind of a specialized area. Just broke 560kh/s on my 290X, but I'm gonna keep messing with it. What would you call that specialized area if I need to describe it to someone?
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 16, 2014, 04:04:42 PM |
|
Lyra2RE r9 290@1000/1500
GPU 0: 92.0C 2516RPM | 1.781M/1.782Mh/s | R: 0.0% HW:0 WU:3.123/m
|
|
|
|
jch9678
|
|
December 16, 2014, 04:14:13 PM |
|
Probably GPU programming or parallel programming. Most coders don't think like they need to to work on GPU - it's very different.
Thanks. This gave me some ideas.
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
jch9678
|
|
December 16, 2014, 04:17:04 PM |
|
Lyra2RE r9 290@1000/1500
GPU 0: 92.0C 2516RPM | 1.781M/1.782Mh/s | R: 0.0% HW:0 WU:3.123/m
Now that is impressive. That's hot. I was hoping Lyra2RE would run cooler, but I guess that's what happens when you optimize the kernel to run without bottlenecks?
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 16, 2014, 04:32:46 PM |
|
Lyra2RE r9 290@1000/1500
GPU 0: 92.0C 2516RPM | 1.781M/1.782Mh/s | R: 0.0% HW:0 WU:3.123/m
Now that is impressive. thanks, your work on neoscrypt and Xxx is even more impressive.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 16, 2014, 04:34:45 PM |
|
Lyra2RE r9 290@1000/1500
GPU 0: 92.0C 2516RPM | 1.781M/1.782Mh/s | R: 0.0% HW:0 WU:3.123/m
Now that is impressive. That's hot. I was hoping Lyra2RE would run cooler, but I guess that's what happens when you optimize the kernel to run without bottlenecks? Nah, it shouldn't run that hot - he must have it in a case. yes it's in a case and a reference design, so runs up to 95C and after that the centrifugal fan starts to sound like a vacuum cleaner :-)
|
|
|
|
jch9678
|
|
December 16, 2014, 04:54:23 PM |
|
Lyra2RE r9 290@1000/1500
GPU 0: 92.0C 2516RPM | 1.781M/1.782Mh/s | R: 0.0% HW:0 WU:3.123/m
Now that is impressive. thanks, your work on neoscrypt and Xxx is even more impressive. Eh, Neo maybe, but Xxx algos are just tedious. I thought he was referring to your wallpaper.
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
jch9678
|
|
December 16, 2014, 05:12:06 PM |
|
Lyra2RE r9 290@1000/1500
GPU 0: 92.0C 2516RPM | 1.781M/1.782Mh/s | R: 0.0% HW:0 WU:3.123/m
Now that is impressive. thanks, your work on neoscrypt and Xxx is even more impressive. Eh, Neo maybe, but Xxx algos are just tedious. I thought he was referring to your wallpaper. Haha, really? Just trying to be funny, your work on all the algos and your wallpaper are equally impressive. Well algos are probably more impressive.
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
drr0ss
Member
Offline
Activity: 98
Merit: 10
|
|
December 16, 2014, 05:13:31 PM |
|
Here are all the bins getting produced: I get this from my output.log: [14:07:01] Building binary neoscryptHawaiigw64l4ku0big7hs.bin [14:07:01] Error -11: Building Program (clBuildProgram) [14:07:01] "C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 368: warning: variable "t" was declared but never referenced uint4 t, st[4]; ^
"C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 495: error: identifier "MAX_GLOBAL_THREADS" is undefined __global ulong16 *V = (__global ulong16 *)(padcache + (0x8000 * (get_global_id(0) % MAX_GLOBAL_THREADS))); ^
"C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 513: warning: argument of type "__global ulong16 *" is incompatible with parameter of type "__global uint16 *" SMix(X, V, flag); ^
1 error detected in the compilation of "C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl".
Frontend phase failed compilation. Any ideas? Could CGWatcher be interfering somehow when bins are made? You have wrong marucoin-mod.cl. Try to find right, and replace in ./kernels fix https://bitcointalk.org/index.php?topic=854257.240Thanks, I have actually been using that marucoin-mod.cl from the thread. To be sure I double checked and it does have the correct line 96. I'm all ears if you've got any other ideas. You're building a Neoscrypt binary, not an X13 one. Yeah, it's trying to build a weird one right, Building binary neoscryptHawaiigw64l4ku0big7hs.bin ? Here are some other strange ones that actually got built. darkcoin-modHawaiigw64l4ku0.bin (Correct) darkcoin-modHawaiigw64l4ku0big7hs.bin darkcoin-modHawaiigw64l4tc8192.bin marucoin-modHawaiigw64l4ku0.bin marucoin-modHawaiigw64l4ku0big7hs.bin (Correct) marucoin-modHawaiigw64l4tc8192.bin neoscryptHawaiigw64l4tc8192.bin (Correct) CGWatcher may be screwing up. I think that may be the case. CGWatcher uses temporary config files and something may go wrong with that step. You can disable that setting. I'll try that. On a side note what is the character called that is between w64 and 4ku0 (w64l4ku0)? l4 for 32-bit, l8 for 64-bit Try to run sgminer via cmd with necessary parameters and give me feedback. Also post the link of source of this miner, or you use precompiled binary?
|
|
|
|
drr0ss
Member
Offline
Activity: 98
Merit: 10
|
|
December 16, 2014, 05:30:15 PM |
|
My sgminer versions are updated with Lyra2RE now for those that want to use it
Hello,where do i download the Sgminer for Lyra2RE friend ? Thank you https://github.com/metalicjames/sgminer-Lyra2RE
|
|
|
|
jch9678
|
|
December 16, 2014, 06:18:44 PM |
|
Here are all the bins getting produced: I get this from my output.log: [14:07:01] Building binary neoscryptHawaiigw64l4ku0big7hs.bin [14:07:01] Error -11: Building Program (clBuildProgram) [14:07:01] "C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 368: warning: variable "t" was declared but never referenced uint4 t, st[4]; ^
"C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 495: error: identifier "MAX_GLOBAL_THREADS" is undefined __global ulong16 *V = (__global ulong16 *)(padcache + (0x8000 * (get_global_id(0) % MAX_GLOBAL_THREADS))); ^
"C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 513: warning: argument of type "__global ulong16 *" is incompatible with parameter of type "__global uint16 *" SMix(X, V, flag); ^
1 error detected in the compilation of "C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl".
Frontend phase failed compilation. Any ideas? Could CGWatcher be interfering somehow when bins are made? You have wrong marucoin-mod.cl. Try to find right, and replace in ./kernels fix https://bitcointalk.org/index.php?topic=854257.240Thanks, I have actually been using that marucoin-mod.cl from the thread. To be sure I double checked and it does have the correct line 96. I'm all ears if you've got any other ideas. You're building a Neoscrypt binary, not an X13 one. Yeah, it's trying to build a weird one right, Building binary neoscryptHawaiigw64l4ku0big7hs.bin ? Here are some other strange ones that actually got built. darkcoin-modHawaiigw64l4ku0.bin (Correct) darkcoin-modHawaiigw64l4ku0big7hs.bin darkcoin-modHawaiigw64l4tc8192.bin marucoin-modHawaiigw64l4ku0.bin marucoin-modHawaiigw64l4ku0big7hs.bin (Correct) marucoin-modHawaiigw64l4tc8192.bin neoscryptHawaiigw64l4tc8192.bin (Correct) CGWatcher may be screwing up. I think that may be the case. CGWatcher uses temporary config files and something may go wrong with that step. You can disable that setting. I'll try that. On a side note what is the character called that is between w64 and 4ku0 (w64l4ku0)? l4 for 32-bit, l8 for 64-bit Try to run sgminer via cmd with necessary parameters and give me feedback. Also post the link of source of this miner, or you use precompiled binary? I'm not near the computer right now so I can't run sgminer via cmd but here are the steps I took to get the miner software: -Extracted nicehash's sgminer-5.1-dev-2014-11-13-win32.zip -From the thread you referenced earlier I grabbed the optimized sgminer kernels and put those in the sgminer directory -Then added the fixed marucoin-mod.cl to the sgminer directory -Created an x11 bin, then substituted Wolf0's bin -and Profit (Very minimal profit) I disabled CGWatcher creating temporary configs and deleted the bins. Still had some weird bins created overnight so it appears that wasn't the problem. Maybe the dailies have fixed this.
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
TorinT
|
|
December 16, 2014, 06:24:01 PM |
|
With all this you just can not create right x13 bin even if you have the correct kernels.
|
|
|
|
TorinT
|
|
December 16, 2014, 07:17:02 PM |
|
With all this you just can not create right x13 bin even if you have the correct kernels. I have the source, though, and can port it to whatever algo I please. It wasn't pointed to you!
|
|
|
|
drr0ss
Member
Offline
Activity: 98
Merit: 10
|
|
December 16, 2014, 07:33:08 PM |
|
I'm not near the computer right now so I can't run sgminer via cmd but here are the steps I took to get the miner software:
-Extracted nicehash's sgminer-5.1-dev-2014-11-13-win32.zip -From the thread you referenced earlier I grabbed the optimized sgminer kernels and put those in the sgminer directory -Then added the fixed marucoin-mod.cl to the sgminer directory -Created an x11 bin, then substituted Wolf0's bin -and Profit (Very minimal profit)
I disabled CGWatcher creating temporary configs and deleted the bins. Still had some weird bins created overnight so it appears that wasn't the problem. Maybe the dailies have fixed this.
Try with my compilation. https://drive.google.com/file/d/0B3TH7a-0opyWVXgtRkRaM1NTNFE/view?usp=sharingRun sgminer, and left him to generate new bins. Look at the speeds. If you are not satisfied with the speed, try to replace new generated bins with yours, but renames if have difference between names (yours *.bins with the newer bin names).
|
|
|
|
jch9678
|
|
December 16, 2014, 08:26:10 PM |
|
With all this you just can not create right x13 bin even if you have the correct kernels. It creates the correct x13 bin that corresponds to my config, but the problem is that it tries to create other bins that shouldn't be created, like an x11 bin with thread concurrency.
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
jch9678
|
|
December 16, 2014, 08:30:07 PM |
|
I'm not near the computer right now so I can't run sgminer via cmd but here are the steps I took to get the miner software:
-Extracted nicehash's sgminer-5.1-dev-2014-11-13-win32.zip -From the thread you referenced earlier I grabbed the optimized sgminer kernels and put those in the sgminer directory -Then added the fixed marucoin-mod.cl to the sgminer directory -Created an x11 bin, then substituted Wolf0's bin -and Profit (Very minimal profit)
I disabled CGWatcher creating temporary configs and deleted the bins. Still had some weird bins created overnight so it appears that wasn't the problem. Maybe the dailies have fixed this.
Try with my compilation. https://drive.google.com/file/d/0B3TH7a-0opyWVXgtRkRaM1NTNFE/view?usp=sharingRun sgminer, and left him to generate new bins. Look at the speeds. If you are not satisfied with the speed, try to replace new generated bins with yours, but renames if have difference between names (yours *.bins with the newer bin names). Thanks, I'll try your sgminer later, even though that's kinda scary. What changes did you make?
|
BTC: 15GqpmqNNJ1REWrDWTfymh7moos1sEvz7A
|
|
|
drr0ss
Member
Offline
Activity: 98
Merit: 10
|
|
December 16, 2014, 09:38:18 PM |
|
I'm not near the computer right now so I can't run sgminer via cmd but here are the steps I took to get the miner software:
-Extracted nicehash's sgminer-5.1-dev-2014-11-13-win32.zip -From the thread you referenced earlier I grabbed the optimized sgminer kernels and put those in the sgminer directory -Then added the fixed marucoin-mod.cl to the sgminer directory -Created an x11 bin, then substituted Wolf0's bin -and Profit (Very minimal profit)
I disabled CGWatcher creating temporary configs and deleted the bins. Still had some weird bins created overnight so it appears that wasn't the problem. Maybe the dailies have fixed this.
Try with my compilation. https://drive.google.com/file/d/0B3TH7a-0opyWVXgtRkRaM1NTNFE/view?usp=sharingRun sgminer, and left him to generate new bins. Look at the speeds. If you are not satisfied with the speed, try to replace new generated bins with yours, but renames if have difference between names (yours *.bins with the newer bin names). Thanks, I'll try your sgminer later, even though that's kinda scary. What changes did you make? Nothing, except in the forums themes found optimized: marucoin-mod.cl, darkcoin-mod,cl, neocoin.cl, groestlcoin-v1.cl aka groestlcoin.cl, fresh.cl... The source is: https://github.com/sgminer-devBuilding guide: https://github.com/sgminer-dev/sgminer/tree/master/winbuildThis is the simple part Feel free to scan with online, or whatever you want antivirus programs and so on. If I want to win from you, would have to rewrite the code, and to close the source
|
|
|
|
drr0ss
Member
Offline
Activity: 98
Merit: 10
|
|
December 16, 2014, 09:51:00 PM |
|
I'm not near the computer right now so I can't run sgminer via cmd but here are the steps I took to get the miner software:
-Extracted nicehash's sgminer-5.1-dev-2014-11-13-win32.zip -From the thread you referenced earlier I grabbed the optimized sgminer kernels and put those in the sgminer directory -Then added the fixed marucoin-mod.cl to the sgminer directory -Created an x11 bin, then substituted Wolf0's bin -and Profit (Very minimal profit)
I disabled CGWatcher creating temporary configs and deleted the bins. Still had some weird bins created overnight so it appears that wasn't the problem. Maybe the dailies have fixed this.
Try with my compilation. https://drive.google.com/file/d/0B3TH7a-0opyWVXgtRkRaM1NTNFE/view?usp=sharingRun sgminer, and left him to generate new bins. Look at the speeds. If you are not satisfied with the speed, try to replace new generated bins with yours, but renames if have difference between names (yours *.bins with the newer bin names). Thanks, I'll try your sgminer later, even though that's kinda scary. What changes did you make? Nothing, except in the forums themes found optimized: marucoin-mod.cl, darkcoin-mod,cl, neocoin.cl, groestlcoin-v1.cl aka groestlcoin.cl, fresh.cl... The source is: https://github.com/sgminer-devBuilding guide: https://github.com/sgminer-dev/sgminer/tree/master/winbuildThis is the simple part Feel free to scan with online, or whatever you want antivirus programs and so on. If I want to win from you, would have to rewrite the code, and to close the source I did a quick hack job on Fresh, got around 9.1MH/s on 290X. Shame it's not worth anything. Cheers
|
|
|
|
vm_mpn
|
|
December 17, 2014, 12:21:43 AM Last edit: December 17, 2014, 05:06:41 PM by vm_mpn |
|
Do not know if anybody here still uses Gridseed 5-chip dual miners but this is what you need https://github.com/dmaxl/cgminer/ Use --scrypt and --sha256 commands to fire each instance of cgminer. Tested and works with WestHash and most likely with NicHash too. Have not tried that nouncy thingy though. Oops - sorry, wrong thread... Thought I was posting this to NiceHash. My apology to sgminer community.
|
|
|
|
|
|