Bitcoin Forum
May 07, 2024, 10:56:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »  All
  Print  
Author Topic: Krnlx Nvidia xevan miner - 3.3+ mh on 1070, ~6mh on 80ti FREE, OPENSOURCE  (Read 30047 times)
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
October 05, 2017, 07:18:12 AM
 #21

Hi all! This is prealpha version of my xevan miner. Tested only on linux, cuda 7.5 and 1070 & 1080ti.
https://github.com/krnlx/ccminer-xevan
May be you can make a win/linux binary. Otherwise there are big chances someone very soon will share a trojan binary of your miner.
It would be much better if that binary is made by you.
1715079379
Hero Member
*
Offline Offline

Posts: 1715079379

View Profile Personal Message (Offline)

Ignore
1715079379
Reply with quote  #2

1715079379
Report to moderator
1715079379
Hero Member
*
Offline Offline

Posts: 1715079379

View Profile Personal Message (Offline)

Ignore
1715079379
Reply with quote  #2

1715079379
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
FortuneNVirtue
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
October 05, 2017, 07:28:59 AM
 #22

Just compiled successfully (as you advised), but
I got something like :

GPU#0: NONCE FOUND
GPU#0: result for 00000128 does not validate on CPU!

Any suggestion, please ?
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 07:35:10 AM
 #23

Just compiled successfully (as you advised), but
I got something like :

GPU#0: NONCE FOUND
GPU#0: result for 00000128 does not validate on CPU!

Any suggestion, please ?

This is not good  Sad What changes did you made to source code ?
stas260385
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
October 05, 2017, 07:37:27 AM
 #24

Just compiled successfully (as you advised), but
I got something like :

GPU#0: NONCE FOUND
GPU#0: result for 00000128 does not validate on CPU!

Any suggestion, please ?
Too high intensity in your case. Set -i 20
It's might help you.

Can you share your binary please?
Gaglam
Sr. Member
****
Offline Offline

Activity: 390
Merit: 250


View Profile
October 05, 2017, 07:48:38 AM
 #25

a win binary would be highly appreciated
rusm35
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 05, 2017, 08:16:58 AM
 #26

I got some errors compiling "identifier ulong is undefined" (file: cuda_bmw512.cu)
Could you help me please?

PS. I am not a programmer, I tried to compile it with vs2013, cuda 7.5, windows 10.

try adding

#define ulong uint64_t

or just replace ulong with uint64_t

I'm not a programmer. Tell me please where to add it, I have the same mistake.
ioglnx
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
October 05, 2017, 08:19:09 AM
 #27

There are many issues in the windows build - I fixed already 6 and the next coming up.
Like not compiling the deps (curl etc.) krnlx may you merge the setting of your skunk version since this properly works.

GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
FortuneNVirtue
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
October 05, 2017, 08:25:20 AM
 #28

Just compiled successfully (as you advised), but
I got something like :

GPU#0: NONCE FOUND
GPU#0: result for 00000128 does not validate on CPU!

Any suggestion, please ?

This is not good  Sad What changes did you made to source code ?

1. added #define ulong uint64_t (I also tried to replace ulong with uint64_t, both result the same.)
2. changed uint ord to int ord (cuda_sha512_lbry.cu) because it show error.
3. added files cuda_x13_fugue512.cu and cuda_x13_hamsi512.cu to the project
4. copied folder "compat/curl-for-windows/out/ from somewhere else to "compat/curl-for-windows" (it asked for libcurl.x86.lib as states in linker)

I may do something wrong, but please suggest me, Thank you.
palgin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
October 05, 2017, 08:28:24 AM
 #29

Stick to Linux build. Even after removing part of CPU validation from Win build yiimp rejects shares, which means hashing go wrong on Windows. Think it may be lib-related issue, maybe someone will fix Smiley

BTC tips welcome: 16DHzyuqenEoHRA3w3YVGcYSDSHks7mor4
CryptoGeneral
Full Member
***
Offline Offline

Activity: 219
Merit: 102



View Profile WWW
October 05, 2017, 08:31:05 AM
 #30

There is a 3000 XLR bounty for a Windows xevan miner. I'll hope that you can make it happen.
nax
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 05, 2017, 08:36:35 AM
 #31

Just compiled successfully (as you advised), but
I got something like :

GPU#0: NONCE FOUND
GPU#0: result for 00000128 does not validate on CPU!

Any suggestion, please ?

This is not good  Sad What changes did you made to source code ?

1. added #define ulong uint64_t (I also tried to replace ulong with uint64_t, both result the same.)
2. changed uint ord to int ord (cuda_sha512_lbry.cu) because it show error.
3. added files cuda_x13_fugue512.cu and cuda_x13_hamsi512.cu to the project
4. copied folder "compat/curl-for-windows/out/ from somewhere else to "compat/curl-for-windows" (it asked for libcurl.x86.lib as states in linker)

I may do something wrong, but please suggest me, Thank you.


same error here
palgin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
October 05, 2017, 08:39:12 AM
 #32

krnlx deserves every existing bounty for this algo because he was first to release, all others will be copy-paste guys. Win binary is not obligatory, code is open and it's just a matter of time when it will become avaliable.

BTC tips welcome: 16DHzyuqenEoHRA3w3YVGcYSDSHks7mor4
}{uNdd
Full Member
***
Offline Offline

Activity: 266
Merit: 100


Next-Gen Blockchain Ecosystem - Luxcore.io


View Profile
October 05, 2017, 08:42:47 AM
 #33

Just compiled successfully (as you advised), but
I got something like :

GPU#0: NONCE FOUND
GPU#0: result for 00000128 does not validate on CPU!

Any suggestion, please ?

This is not good  Sad What changes did you made to source code ?

1. added #define ulong uint64_t (I also tried to replace ulong with uint64_t, both result the same.)
2. changed uint ord to int ord (cuda_sha512_lbry.cu) because it show error.
3. added files cuda_x13_fugue512.cu and cuda_x13_hamsi512.cu to the project
4. copied folder "compat/curl-for-windows/out/ from somewhere else to "compat/curl-for-windows" (it asked for libcurl.x86.lib as states in linker)

I may do something wrong, but please suggest me, Thank you.


the last point error , i still finding where to copy ...

sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
October 05, 2017, 08:45:32 AM
 #34

I have a windows build. But Xevan is not profitable. any more.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
startsts
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 273



View Profile
October 05, 2017, 08:45:42 AM
 #35

Can you tell me what multiplier has xevan algo?   I set to my pool multiplier 24  and my pool show more 20% hashrate than the ccminer.

sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
October 05, 2017, 08:48:12 AM
 #36

4. copied folder "compat/curl-for-windows/out/ from somewhere else to "compat/curl-for-windows" (it asked for libcurl.x86.lib as states in linker)


Copy and replace the folder compat/curl-for-windows from the alexis 1.0 rep on github. build with cuda 7.5 and visual studio 2013

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
October 05, 2017, 08:49:18 AM
 #37

krnlx deserves every existing bounty for this algo because he was first to release, all others will be copy-paste guys. Win binary is not obligatory, code is open and it's just a matter of time when it will become avaliable.
It is not obligatory. But do you think that coming sooner or later malware binaries are better?
FortuneNVirtue
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
October 05, 2017, 08:50:56 AM
 #38

Just compiled successfully (as you advised), but
I got something like :

GPU#0: NONCE FOUND
GPU#0: result for 00000128 does not validate on CPU!

Any suggestion, please ?

This is not good  Sad What changes did you made to source code ?

1. added #define ulong uint64_t (I also tried to replace ulong with uint64_t, both result the same.)
2. changed uint ord to int ord (cuda_sha512_lbry.cu) because it show error.
3. added files cuda_x13_fugue512.cu and cuda_x13_hamsi512.cu to the project
4. copied folder "compat/curl-for-windows/out/ from somewhere else to "compat/curl-for-windows" (it asked for libcurl.x86.lib as states in linker)

I may do something wrong, but please suggest me, Thank you.


the last point error , i still finding where to copy ...


I just copied from alexis78's ccminer. (I just guessed, because it's vs2013 and cuda7.5, other versions of ccminer may work as well, I don't know)

And what palgin said is alsolutely right, krnlx deserves every bounty for opensource xevan ccminer/nvidia gpu miner.
(Solaris and Bitsend as I know)
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 08:54:19 AM
 #39

Stick to Linux build. Even after removing part of CPU validation from Win build yiimp rejects shares, which means hashing go wrong on Windows. Think it may be lib-related issue, maybe someone will fix Smiley

Can you please printout hashing result on every algo with zero input data(x17/x17.cu, commented out code) both on linux and windows to determine where is the bug related to windows version?
My rigs are headless and far away from me, I can't test it on windows ;(
nax
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 05, 2017, 08:54:37 AM
 #40

4. copied folder "compat/curl-for-windows/out/ from somewhere else to "compat/curl-for-windows" (it asked for libcurl.x86.lib as states in linker)


Copy and replace the folder compat/curl-for-windows from the alexis 1.0 rep on github. build with cuda 7.5 and visual studio 2013

How did you solve this problem?
https://ibb.co/bHPGow
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »  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!