Pages:
Author

Topic: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! - page 19. (Read 62221 times)

sr. member
Activity: 250
Merit: 250
AMD miner works but errors begin when diff increases.
sr. member
Activity: 294
Merit: 250
Price is too high now to invest.
I think I'm gonna wait a few weeks to see whether it goes below 1mbtc or not.
full member
Activity: 122
Merit: 100
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
[09:50:49] Started sgminer 5.1.0
[09:50:49] * using Jansson 2.7




               ^

"C:\Users\x1\AppData\Local\Temp\OCL2740T20.cl", line 544: error: bad
          argument type to opencl as_* function:[09:50:54] Failed to init GPU th
read 0, disabling device 0
[09:50:54] Restarting the GPU from the menu will not fix this.
[09:50:54] Re-check your configuration and try restarting.
Press enter to continue:
Any ideas?
window7 64bit,14.9 driver


please help me,thanks! Smiley


Use this:

http://sup.hardcoreminers.com/amdbin.zip

It has the missing files in it.
It's just the same bug,missing dll Sad Sad
please check it

If you use a 64-bit version of Windows, you should also copy libcurl.dll to C:\Windows\SysWOW64\
but I still miss libpdcurses.dll  Angry
full member
Activity: 122
Merit: 100
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
[09:50:49] Started sgminer 5.1.0
[09:50:49] * using Jansson 2.7




               ^

"C:\Users\x1\AppData\Local\Temp\OCL2740T20.cl", line 544: error: bad
          argument type to opencl as_* function:[09:50:54] Failed to init GPU th
read 0, disabling device 0
[09:50:54] Restarting the GPU from the menu will not fix this.
[09:50:54] Re-check your configuration and try restarting.
Press enter to continue:
Any ideas?
window7 64bit,14.9 driver


please help me,thanks! Smiley


Use this:

http://sup.hardcoreminers.com/amdbin.zip

It has the missing files in it.
It's just the same bug,missing dll Sad Sad
please check it
missing another dll.
full member
Activity: 122
Merit: 100
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
member
Activity: 81
Merit: 1002
It was only the wind.
Code:
	//note: off-by-one error is likely here...     
for(int i = size - 64 - 1; i >= 64; i -= 64)      
sha256_hash512(hashbuffer + i - 64, hashbuffer + i);
the minimize i is 127,and the last affect hashbuffer pos is 63
the target compare left 32byte
so this code is actually not used.

if skip this code, the cpu miner may be 10% faster.
sorry for the noob comment but how exactly would somone use this code to help with cpu miner because I have no idea whats going on here  Undecided

By removing it.
how would one go about removing this code?

The point is we need someone with basic compile knowledge, that wants to help the coin's fair distribution to update the miners.

I believe earlz  can arrange this easily

Basic compile knowledge is easy to find - how exactly will that help? You still need people to find the actual opportunities in the code.

Code:
	//note: off-by-one error is likely here...     
for(int i = size - 64 - 1; i >= 64; i -= 64)       
sha256_hash512(hashbuffer + i - 64, hashbuffer + i);
the minimize i is 127,and the last affect hashbuffer pos is 63
the target compare left 32byte
so this code is actually not used.

if skip this code, the cpu miner may be 10% faster.
sorry for the noob comment but how exactly would somone use this code to help with cpu miner because I have no idea whats going on here  Undecided

By removing it.
how would one go about removing this code?
he would mine 10% faster.
i noticed the gpu miner had removed this code,

Yep - djm34 had noticed it too; it's one of the first things I did during my first pass of edits.

This change has been pushed to github for the CPU miner. It is not intentional for that optimization to be possible however. This might be fixed in a hard-fork eventually, but not anytime soon... So don't get too use to it being there Wink

Please fix that one at your earliest convenience - I have faster code for that loop, therefore, were it to be reinstated in both miners, I would likely gain in percentage difference in hash.
full member
Activity: 122
Merit: 100
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
[09:50:49] Started sgminer 5.1.0
[09:50:49] * using Jansson 2.7




               ^

"C:\Users\x1\AppData\Local\Temp\OCL2740T20.cl", line 544: error: bad
          argument type to opencl as_* function:[09:50:54] Failed to init GPU th
read 0, disabling device 0
[09:50:54] Restarting the GPU from the menu will not fix this.
[09:50:54] Re-check your configuration and try restarting.
Press enter to continue:
Any ideas?
window7 64bit,14.9 driver


please help me,thanks! Smiley


Use this:

http://sup.hardcoreminers.com/amdbin.zip

It has the missing files in it.
It's just the same bug,missing dll Sad Sad
please check it
full member
Activity: 122
Merit: 100
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
[09:50:49] Started sgminer 5.1.0
[09:50:49] * using Jansson 2.7




               ^

"C:\Users\x1\AppData\Local\Temp\OCL2740T20.cl", line 544: error: bad
          argument type to opencl as_* function:[09:50:54] Failed to init GPU th
read 0, disabling device 0
[09:50:54] Restarting the GPU from the menu will not fix this.
[09:50:54] Re-check your configuration and try restarting.
Press enter to continue:
Any ideas?
window7 64bit,14.9 driver


please help me,thanks! Smiley
full member
Activity: 122
Merit: 100
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
[09:50:49] Started sgminer 5.1.0
[09:50:49] * using Jansson 2.7




               ^

"C:\Users\x1\AppData\Local\Temp\OCL2740T20.cl", line 544: error: bad
          argument type to opencl as_* function:[09:50:54] Failed to init GPU th
read 0, disabling device 0
[09:50:54] Restarting the GPU from the menu will not fix this.
[09:50:54] Re-check your configuration and try restarting.
Press enter to continue:
Any ideas?
window7 64bit,14.9 driver
full member
Activity: 122
Merit: 100
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
[09:50:49] Started sgminer 5.1.0
[09:50:49] * using Jansson 2.7




               ^

"C:\Users\x1\AppData\Local\Temp\OCL2740T20.cl", line 544: error: bad
          argument type to opencl as_* function:[09:50:54] Failed to init GPU th
read 0, disabling device 0
[09:50:54] Restarting the GPU from the menu will not fix this.
[09:50:54] Re-check your configuration and try restarting.
Press enter to continue:
Any ideas?
legendary
Activity: 1050
Merit: 1000
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 

What card are you using/what hashrates? Cheesy
full member
Activity: 122
Merit: 100
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
[09:50:49] Started sgminer 5.1.0
[09:50:49] * using Jansson 2.7




               ^

"C:\Users\x1\AppData\Local\Temp\OCL2740T20.cl", line 544: error: bad
          argument type to opencl as_* function:[09:50:54] Failed to init GPU th
read 0, disabling device 0
[09:50:54] Restarting the GPU from the menu will not fix this.
[09:50:54] Re-check your configuration and try restarting.
Press enter to continue:
sr. member
Activity: 249
Merit: 250
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 

Remember guys, DO NOT USE SUPRNOVA WITH YOUR AMD'S! Please choose another pool in the ANN!
legendary
Activity: 1400
Merit: 1050


Black screen and then stops...

Driver crash. Try lower throughput. I use 1.8 for 750 Ti's and the default is 2.45.

I had to use .5 throughput and then work it up i have mine at .8 stable but throughput 1 crashes my drivers also newest drivers on 750's not ti's
are you using ccminer30.exe ?
member
Activity: 81
Merit: 1002
It was only the wind.
Code:
	//note: off-by-one error is likely here...     
for(int i = size - 64 - 1; i >= 64; i -= 64)      
sha256_hash512(hashbuffer + i - 64, hashbuffer + i);
the minimize i is 127,and the last affect hashbuffer pos is 63
the target compare left 32byte
so this code is actually not used.

if skip this code, the cpu miner may be 10% faster.
sorry for the noob comment but how exactly would somone use this code to help with cpu miner because I have no idea whats going on here  Undecided

By removing it.
how would one go about removing this code?
he would mine 10% faster.
i noticed the gpu miner had removed this code,

Yep - djm34 had noticed it too; it's one of the first things I did during my first pass of edits.
legendary
Activity: 1400
Merit: 1050
first attempt at amd: it is very preliminary and will display lots of hw errors (which are false actually... )
performance are terrible and for the moment I can't go passed 13~14 in intensity (will optimize tomorrow spent most of my day fixing stupid problems...)

For the moment win binaries, the source will be released tomorrow:
http://ge.tt/2571TvA2/v/0?c

 
newbie
Activity: 54
Merit: 0
WTB SupCoin of 0.01 BTC value for faucet
http://faucet.coin43.com/supcoin/
anyone can donate of course Smiley

btw, what is the sup tx fee?
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
how many coins can I mine with 2 k/h?

Currently about 2-3 coins a day.
sr. member
Activity: 299
Merit: 250
how many coins can I mine with 2 k/h?
Pages:
Jump to: