Pages:
Author

Topic: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070 - page 39. (Read 209280 times)

hero member
Activity: 2548
Merit: 626
don't need to rush, you are already 40-50% behind claymore Cheesy

That's even more a reason why I would want to be able to rush and beat him!


that guy is playing with us, i bet he already had prepared a fully optimized private miner that he sold to big farms, and now he is giving us little by little...
His V6 gives :

r9 270 : 70-72 sol
r9 380 : 90-95 sol
mrb
legendary
Activity: 1512
Merit: 1027
don't need to rush, you are already 40-50% behind claymore Cheesy

That's even more a reason why I would want to be able to rush and beat him!
hero member
Activity: 2548
Merit: 626
don't need to rush, you are already 40-50% behind claymore Cheesy
legendary
Activity: 3248
Merit: 1070
the standalone windows port, is working good for me not errors or slower, win 10 .63 drivers 64bit system

edit, not anymore it seems, it say duplicate share, and it was missing vcruntime140.dll

edit again...seems fine now, and it's faster than before, good job

mrb
legendary
Activity: 1512
Merit: 1027
Update: I am quite busy at the moment because my wife and I are preparing to move to a new house (worst possible timining in this fast-moving zcash mining world... :-/) but I should have enough time to at least continue accepting small changes submitted by people, and then get back to working on silentarmy optimizations "soon".

PS: I committed the Nvidia busywait fix: https://github.com/mbevand/silentarmy/commit/a6c3517fc189a934edfa89549664f95b51b965d8
sr. member
Activity: 465
Merit: 250

Can you try changing:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 9)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

in param.h to:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 7)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

or:

Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif




i have the same cart better is (NR_SLOTS * 6)

Great! I just uploaded a new version:

https://github.com/zawawawa/silentarmy


Nothing changed, still errors and slower speed.
SILENTARMY-v5-Cygwin64-r6 no errors and much faster.
sr. member
Activity: 728
Merit: 304
Miner Developer
member
Activity: 73
Merit: 10
At the start zawawa's port im getting error 0xc000007b (EOF while reading banner). Does anybody have the same?

Are you using a 32-bit Windows?
64
sr. member
Activity: 728
Merit: 304
Miner Developer
At the start zawawa's port im getting error 0xc000007b (EOF while reading banner). Does anybody have the same?

Are you using a 32-bit Windows?
sr. member
Activity: 728
Merit: 304
Miner Developer

Can you try changing:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 9)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

in param.h to:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 7)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

or:

Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif




i have the same cart better is (NR_SLOTS * 6)

Great! I just uploaded a new version:

https://github.com/zawawawa/silentarmy
member
Activity: 73
Merit: 10
At the start zawawa's port im getting error 0xc000007b (EOF while reading banner). Does anybody have the same?
hero member
Activity: 526
Merit: 502

Can you try changing:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 9)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

in param.h to:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 7)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

or:

Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif




i have the same cart better is (NR_SLOTS * 6)
sr. member
Activity: 728
Merit: 304
Miner Developer

Can you try changing:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 9)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

in param.h to:
Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 7)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif

or:

Code:
#ifdef cl_nv_pragma_unroll // NVIDIA
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#else
#define COLL_DATA_SIZE_PER_TH (NR_SLOTS * 5)
#endif


sr. member
Activity: 652
Merit: 266
I wonder what magic will do devs for beating optiminer and claymore's binary releases...still very stable but lower hashrate than binary miners...

sr. member
Activity: 465
Merit: 250
Here is an Windows standalone version with all the latest updates:

https://github.com/zawawawa/silentarmy

Enjoy!

Too many errors and slower.
https://cdn.pbrd.co/images/2KYoE5SYa.jpg

Which video card are you using?

gtx 1060

SILENTARMY-v5-Cygwin64-r5 is working fine with 63 sols
sr. member
Activity: 728
Merit: 304
Miner Developer
Here is an Windows standalone version with all the latest updates:

https://github.com/zawawawa/silentarmy

Enjoy!

Too many errors and slower.
https://cdn.pbrd.co/images/2KYoE5SYa.jpg

Which video card/os/driver are you using? Too bad I sold most of my NVIDIA cards...
sr. member
Activity: 465
Merit: 250
sr. member
Activity: 728
Merit: 304
Miner Developer
Here is an Windows standalone version with all the latest updates:

https://github.com/zawawawa/silentarmy

Enjoy!
sr. member
Activity: 652
Merit: 266
0.3.3] Fix VM_CONTEXT1_PROTECTION_FAULT_ADDR.
Confirmed.Errors gone now.
Will test for a few hours to see the difference, but looks promising 540S/s against 380S/s for FOSS miner.
Sorry, what is FOSS?
I'd prefer to use Silentarmy because Optiminer has errors few times: one I wrote error code above, other times miner closed its screen...
Free Open Source Software
hero member
Activity: 1246
Merit: 708
0.3.3] Fix VM_CONTEXT1_PROTECTION_FAULT_ADDR.
Confirmed.Errors gone now.
Will test for a few hours to see the difference, but looks promising 540S/s against 380S/s for FOSS miner.
Sorry, what is FOSS?
I'd prefer to use Silentarmy because Optiminer has errors few times: one I wrote error code above, other times miner closed its screen...
Pages:
Jump to: