Bitcoin Forum
May 07, 2024, 07:59:44 PM *
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)
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 12:04:48 AM
Last edit: October 06, 2017, 10:10:55 AM by krnlx
 #1

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

Donations are welcome.


UPD. For 1060 cards intensity sets up incorrectly - you must adjust it with -i param. -i 20 is best for 1070, 1080ti

UPD2. Windows version by Palgin

x86_64
https://mega.nz/#!NhhnGahJ!dGC_LNOi_a98BuHSuLZQB7k-YT-dM7I_We_svn1hCc0
x86
https://mega.nz/#!98xj3RyD!tfWT6yKHb7gQhzJMi0YYx7wwIX75wppE3Hw7grcMR-4
1715111984
Hero Member
*
Offline Offline

Posts: 1715111984

View Profile Personal Message (Offline)

Ignore
1715111984
Reply with quote  #2

1715111984
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715111984
Hero Member
*
Offline Offline

Posts: 1715111984

View Profile Personal Message (Offline)

Ignore
1715111984
Reply with quote  #2

1715111984
Report to moderator
car1999
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
October 05, 2017, 01:58:49 AM
 #2

awesome, I'm compiling it, is there a recommend pool?
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 02:03:47 AM
 #3

I tested on yiimp and suprnova
car1999
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
October 05, 2017, 02:22:56 AM
 #4

it works fine with cuda8, ubuntu16,suprnova, gtx1080ti get  5.6m @core clock+100, 200watts.
I'll install cuda7.5.
du44
Full Member
***
Offline Offline

Activity: 251
Merit: 100


View Profile
October 05, 2017, 02:28:23 AM
 #5

Can someone share windows cuda 7.5 x32 biraries please?

hello
FortuneNVirtue
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
October 05, 2017, 02:41:23 AM
 #6

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.
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 02:43:56 AM
 #7

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
FortuneNVirtue
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
October 05, 2017, 02:46:23 AM
 #8

Thank you so much.
I'll try it.  Cheesy
greenhope
Full Member
***
Offline Offline

Activity: 446
Merit: 105


View Profile
October 05, 2017, 03:49:32 AM
 #9

Are you planning to bring one for windows?
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 03:59:18 AM
 #10

Are you planning to bring one for windows?

I dont have windows PC, but someone will compile soon it under windows.
..XyZ..
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
October 05, 2017, 05:04:25 AM
 #11

Any Win build please!
zjy
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
October 05, 2017, 05:25:52 AM
 #12

Are you planning to bring one for windows?

I dont have windows PC, but someone will compile soon it under windows.

bug,if Disconnect,Can not connect again,just ctrl+c and start again,please fix it
[2017-10-05 13:22:51] submit_upstream_work stratum_send_line failed
[2017-10-05 13:22:51] ...retry after 30 seconds
[2017-10-05 13:22:51] GPU#0:NONCE FOUND
[2017-10-05 13:22:51] GPU#5:target 0 fec00000 13f
[2017-10-05 13:22:51] GPU#5:target 13ffec00000
[2017-10-05 13:22:51] GPU#0:NONCE FOUND
[2017-10-05 13:22:51] GPU#2:target 0 fec00000 13f
[2017-10-05 13:22:51] GPU#2:target 13ffec00000
[2017-10-05 13:22:51] GPU#0:NONCE FOUND
[2017-10-05 13:22:51] GPU#5:target 0 fec00000 13f
[2017-10-05 13:22:51] GPU#5:target 13ffec00000
[2017-10-05 13:22:52] GPU#0:NONCE FOUND
[2017-10-05 13:22:52] GPU#5:target 0 fec00000 13f
[2017-10-05 13:22:52] GPU#5:target 13ffec00000
[2017-10-05 13:22:52] GPU#0:NONCE FOUND
[2017-10-05 13:22:52] GPU#3:target 0 fec00000 13f
[2017-10-05 13:22:52] GPU#3:target 13ffec00000
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 05:32:51 AM
 #13

I will take a look.
As temporary solution you can use -r 0 option to manage miner exit after disconnect, and launch miner in a loop.
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
October 05, 2017, 05:49:13 AM
 #14

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

Donations are welcome.
Your previous Skunk ccminer showed hashrate incorrectly so does this have the same problem?
startsts
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 273



View Profile
October 05, 2017, 06:06:15 AM
 #15

Good job! Works very well at ubuntu 16 with cuda 8.
One thing:  for gtx 1060 3gb it sets too much intensity by default (22.5) so gets memory error.   with  -i 21 works well

krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 06:15:03 AM
 #16

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

Donations are welcome.
Your previous Skunk ccminer showed hashrate incorrectly so does this have the same problem?

I had not this issue on my rigs... anyway I mined xevan for a week on yiimp, hashrate was ok.
krnlx (OP)
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 05, 2017, 06:16:07 AM
 #17

Good job! Works very well at ubuntu 16 with cuda 8.
One thing:  for gtx 1060 3gb it sets too much intensity by default (22.5) so gets memory error.   with  -i 21 works well

ohhh it was old settings from x17... the best intensity on 1070 and 1080ti is 20, you can try it
palgin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
October 05, 2017, 06:44:15 AM
 #18

Great (and big in amount) job done! You deserve every single donation Wink

People, sponsor this Developer, he makes great things for community for free (which becomes rare these days)

You won't become poor person by sending few bucks to krnlx, he'll be pleased and this also highly motivates developement.

BTC tips welcome: 16DHzyuqenEoHRA3w3YVGcYSDSHks7mor4
..XyZ..
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
October 05, 2017, 06:45:54 AM
 #19

Im happy to do donation but no Win buld to test here Sad
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
October 05, 2017, 07:03:58 AM
 #20

There is a 0.5btc bounty waiting for him. But he needs to make a windows build.  Grin

I am building now.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
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!