Pages:
Author

Topic: Zealot/Enemy (z-enemy) NVIDIA GPU miner (ver2.6.2 - kawpow RavenCoin). - page 7. (Read 107058 times)

full member
Activity: 658
Merit: 102
IDENA.IO - Proof-Of-Person Blockchain
algo x16r 1060 3gb 10mh this is normal speed?
newbie
Activity: 52
Merit: 0
Any Update for X16RT ?  Undecided

i quickly updated my old binary build which maybe faster than suprnova one until enemy can get his new version out, no fee's of coarse. It's for windows only and cuda 10
https://github.com/Nigeleyeit/ccminer/releases/tag/v1.7

It is realy run fast and more stable when ocminer!!!  Shocked Thanks  Roll Eyes
newbie
Activity: 12
Merit: 0
Any Update for X16RT ?  Undecided

i quickly updated my old binary build which maybe faster than suprnova one until enemy can get his new version out, no fee's of coarse. It's for windows only and cuda 10
https://github.com/Nigeleyeit/ccminer/releases/tag/v1.7

Hmm, a newbie account on both GitHub and BCT. Be careful..

Fully understand, everyone is at some point, i dont use any of these accounts much, but had some spare time so spread the love until the better code comes in, it doesn't worry me, atleast i didn't just put a binary up on mega.
newbie
Activity: 12
Merit: 0
Any Update for X16RT ?  Undecided

i quickly updated my old binary build which maybe faster than suprnova one until enemy can get his new version out, no fee's of coarse. It's for windows only and cuda 10
https://github.com/Nigeleyeit/ccminer/releases/tag/v1.7
newbie
Activity: 23
Merit: 1
Any Update for X16RT ?  Undecided
newbie
Activity: 57
Merit: 0
interesting... windows release 1.28 tests positive for Win32/Occamy.C trojan (in Windows Defender), while 1.27 and previous versions do not.
where you download 1.28 version?

From the announce post -

Windows:

Cuda 10.0(For 10x0 & 20x0 cards, new drivers ver 411+):https://mega.nz/#!JLwGUAzC!8uDTbGGnwJHEpqmeR1KFcjaTGHNcu9TkwsA1YhlrtzU

...


Windows Defender stops the above 1.28 archive in its tracks.  Whereas 1.27 is just fine.
member
Activity: 392
Merit: 27
http://radio.r41.ru
interesting... windows release 1.28 tests positive for Win32/Occamy.C trojan (in Windows Defender), while 1.27 and previous versions do not.
where you download 1.28 version?
newbie
Activity: 57
Merit: 0
interesting... windows release 1.28 tests positive for Win32/Occamy.C trojan (in Windows Defender), while 1.27 and previous versions do not.
jr. member
Activity: 98
Merit: 1
MWEdFS1Fkmq6nA5Zz6QsbULXCC15bv1qR4
After 1.20 I don't see any visible optimiztions (around 1%) at the pool side at x16r x16s x17 algos but in console input it's grown up to 10%. It's your own marketing steps or what? You became good painters, not optimizers. Some time ago I moved to t-rex miner. I see 2-3% increase in console and a bit more, than 10% in the 24h hash curve with 30 rigs testing. Stop to deceive people and print fair hashrate to console.

Just curious... what do you mean the fair hashrate? That's not the real hashrate in the console?

I realize they get a fee. But it's confusing how they take that fee.
jr. member
Activity: 98
Merit: 1
MWEdFS1Fkmq6nA5Zz6QsbULXCC15bv1qR4
I've noticed a big performance boost (at least for x16r) over the last couple of releases and better stability over the long term.

Thanks (even though yall getting a fee!  Grin) and nice job to Z-Enemy & DK.

Mind me asking what (briefly) it was in the codethat made such a big performance boost over the last couple of releases? May have even been just this most recent one but I think I was a release or two behind when I updated.

Keep up the good work would love to see more and more performance boosts.
newbie
Activity: 6
Merit: 0
Hi,
Please, add --back-to-main-pool-sec  parametr.
If i use failover pools, i need [back-to-main-pool-sec]
jr. member
Activity: 161
Merit: 1
full member
Activity: 251
Merit: 100
Anyone know if this is the fastest x17 miner at the moment?
I've made some tests, for me t-rex gives more coins and does better hashrate at the pool
jr. member
Activity: 161
Merit: 1
Anyone know if this is the fastest x17 miner at the moment?
full member
Activity: 251
Merit: 100
So, new version and 3.5% less hashrate at different pools for x16r, x16s, x17 algos. When you will finally begun to print real hashrate to the console? I have tested t-rex and cryptodredge - they are producing same hashes at the console and pool side.
newbie
Activity: 4
Merit: 0
Hey @enemy, having problems running on the latest Centos 7.

I get the following error using 1.28 cuda 10 version:
"error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory"

"ldd z-enemy" gives me:

./z-enemy: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./z-enemy)
./z-enemy: /lib64/libcurl.so.4: no version information available (required by ./z-enemy)
   linux-vdso.so.1 =>  (0x00007fff694a3000)
   libcurl.so.4 => /lib64/libcurl.so.4 (0x00007f44877a7000)
   libjansson.so.4 => /lib64/libjansson.so.4 (0x00007f448759a000)
   libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f448737e000)
   libcudart.so.10.0 => /usr/local/cuda/lib64/libcudart.so.10.0 (0x00007f4487104000)
   libcuda.so.1 => /lib64/libcuda.so.1 (0x00007f4486011000)
   libcrypto.so.1.0.0 => not found
...

I happen to have libcrypto.so.1.0.2k in /usr/lib64, so I created a symbolic link. Issuing again "ldd z-enemy" I get:

./z-enemy: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./z-enemy)
./z-enemy: /lib64/libcurl.so.4: no version information available (required by ./z-enemy)
./z-enemy: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./z-enemy)
   linux-vdso.so.1 =>  (0x00007ffea01a5000)
   libcurl.so.4 => /lib64/libcurl.so.4 (0x00007fd124140000)
   libjansson.so.4 => /lib64/libjansson.so.4 (0x00007fd123f33000)
   libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fd123d17000)
   libcudart.so.10.0 => /usr/local/cuda/lib64/libcudart.so.10.0 (0x00007fd123a9d000)
   libcuda.so.1 => /lib64/libcuda.so.1 (0x00007fd1229aa000)
   libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00007fd122549000)
...

Any way to fix this? Please!

newbie
Activity: 24
Merit: 0
TEST CryptoDredge 0.14.0 T-Rex 0.8.8 Z-Enemy 1.28 drivers NVIDIA 398.11 vs 417.35
https://youtu.be/oZxmj603b6E
newbie
Activity: 155
Merit: 0
EnemyMiner 1.28 added to https://www.minermonitoring.com/



Join our discord https://discord.gg/aGGaeqq



also, you can check the speed of the miner on different rigs using the benchmark page: https://minermonitoring.com/benchmark
legendary
Activity: 3318
Merit: 1247
Bitcoin Casino Est. 2013
I see you were doing great in Betterhash but now I see you have a dedicated thread so I am going to try it today and I think this will be my definitive switch. I was doing 0.9 dollars daily with my rig in Nicehash and with your miner in Betterhash am doing 1.5 dollars.
member
Activity: 514
Merit: 11
Released NPlusMiner 4.5.6
https://github.com/MrPlusGH/NPlusMiner/releases
https://github.com/MrPlusGH/NPlusMiner/releases/tag/4.5.6

Discord: https://discord.gg/2BCqPxe

NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


Candidate for AutoUpdate = Yes
       - NPlusMiner checks for updates every 24 hours.
       - If you do not want to wait, simply restart NPlusMiner and it will pick it up on startup


ChangeLog

   - Fixed multiple miners running at the same time in some rare cases
   - Fixed Earnings Tracker not taking into account specific pools configuration
   - Miners updates
      - zealotenemy 1.28
Pages:
Jump to: