Bitcoin Forum
May 21, 2024, 06:35:18 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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 83 »
  Print  
Author Topic: [ANN] ZERO - fork of Zcash with harder mining params  (Read 131811 times)
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
February 28, 2017, 10:07:56 PM
 #261

I've uploaded my nheqminer fork here:

https://github.com/ocminer/zero-nheqminer

the cpu miner is working well, the cuda miner not yet.. even though it should work there's some bug in it which prevents it from generating valid shares.
I have honestly no idea where the bug is, and I'd love to know what can be done.. If anyone has an idea, please feel free to test and contribute/fork my repo.

I have compiled in linux but all I get is rejections of shares.

For the CPU miner ? It works fine here:

./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u suprnova.4 -t 2 -e 0

make sure you use "-e 0" to disable AVX
Somehow it shows that share is rejected.. Huh

Whats your exact cmdline ?  And how did you compile it ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
February 28, 2017, 10:09:51 PM
 #262

Ah, I see you probably git cloned the wrong repo, there was still the original miner linked in the instructions for compiling, try to clone again from https://github.com/ocminer/zero-nheqminer instead of ../nicehash/nheqminer Smiley

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
matejbilahora
Sr. Member
****
Offline Offline

Activity: 1416
Merit: 275

Community built, Privacy driven


View Profile
February 28, 2017, 10:20:58 PM
 #263

Ah, I see you probably git cloned the wrong repo, there was still the original miner linked in the instructions for compiling, try to clone again from https://github.com/ocminer/zero-nheqminer instead of ../nicehash/nheqminer Smiley
My cmdline is ./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u ErikW79.2 -t 2 -e0 and I did compiled from this new repo. Only selected tromp folder for compilation. Could you post how to compile tromp? Maybe I made a mistake somewhere.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
February 28, 2017, 10:26:40 PM
 #264

Ah, I see you probably git cloned the wrong repo, there was still the original miner linked in the instructions for compiling, try to clone again from https://github.com/ocminer/zero-nheqminer instead of ../nicehash/nheqminer Smiley
My cmdline is ./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u ErikW79.2 -t 2 -e0 and I did compiled from this new repo. Only selected tromp folder for compilation. Could you post how to compile tromp? Maybe I made a mistake somewhere.

It works for me like this:


   - `git clone  https://github.com/ocminer/zero-nheqminer.git`
   - `cd zero-nheqminer`
   - `cd Linux_cmake/nheqminer_cpu_tromp`
   - `cmake .`
   - `make -j $(nproc)`
   
Then simply:

./nheqminer -l zero.suprnova.cc:6568 -u suprnova.4 -t 2 -e 0

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
matejbilahora
Sr. Member
****
Offline Offline

Activity: 1416
Merit: 275

Community built, Privacy driven


View Profile
February 28, 2017, 10:36:41 PM
 #265

Ah, I see you probably git cloned the wrong repo, there was still the original miner linked in the instructions for compiling, try to clone again from https://github.com/ocminer/zero-nheqminer instead of ../nicehash/nheqminer Smiley
My cmdline is ./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u ErikW79.2 -t 2 -e0 and I did compiled from this new repo. Only selected tromp folder for compilation. Could you post how to compile tromp? Maybe I made a mistake somewhere.

It works for me like this:


   - `git clone  https://github.com/ocminer/zero-nheqminer.git`
   - `cd zero-nheqminer`
   - `cd Linux_cmake/nheqminer_cpu_tromp`
   - `cmake .`
   - `make -j $(nproc)`
   
Then simply:

./nheqminer -l zero.suprnova.cc:6568 -u suprnova.4 -t 2 -e 0
Ahh now it is working, I owe you a beer. Do not know what was wrong.
techmasta93
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 28, 2017, 10:42:08 PM
 #266

Ah, I see you probably git cloned the wrong repo, there was still the original miner linked in the instructions for compiling, try to clone again from https://github.com/ocminer/zero-nheqminer instead of ../nicehash/nheqminer Smiley
My cmdline is ./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u ErikW79.2 -t 2 -e0 and I did compiled from this new repo. Only selected tromp folder for compilation. Could you post how to compile tromp? Maybe I made a mistake somewhere.

It works for me like this:


   - `git clone  https://github.com/ocminer/zero-nheqminer.git`
   - `cd zero-nheqminer`
   - `cd Linux_cmake/nheqminer_cpu_tromp`
   - `cmake .`
   - `make -j $(nproc)`
   
Then simply:

./nheqminer -l zero.suprnova.cc:6568 -u suprnova.4 -t 2 -e 0
Ahh now it is working, I owe you a beer. Do not know what was wrong.

^^^ Might wanna update the repo with that, confusing as all hell...
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
February 28, 2017, 10:43:33 PM
 #267

I've updated the github Readme with those instructions as well now Smiley

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
djslick
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
February 28, 2017, 11:05:49 PM
 #268

What is the status of the windows miner?  Huh

*** STUMP THE TRUMP *** SPURN THE BERN *** VOTE BILLARY! ***
-= www.Billary.rocks | https://bitcointalk.org/index.php?topic=1439754 =-
optiminer
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
February 28, 2017, 11:51:56 PM
 #269

First ever available GPU miner for ZERO:
https://github.com/Optiminer/OptiminerZero#v100

Windows+Linux. AMD only. 8GB cards only.
ivan1975
Legendary
*
Offline Offline

Activity: 2856
Merit: 1168


View Profile
March 01, 2017, 02:40:06 AM
 #270

First ever available GPU miner for ZERO:
https://github.com/Optiminer/OptiminerZero#v100

Windows+Linux. AMD only. 8GB cards only.

Thanks.
It is a pity that only for AMD cards.
Is there any information when miner for Nvidia cards will appears?
herbertfringer12
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 01, 2017, 03:47:58 AM
 #271

First ever available GPU miner for ZERO:
https://github.com/Optiminer/OptiminerZero#v100

Windows+Linux. AMD only. 8GB cards only.

Thanks
OXUS
Full Member
***
Offline Offline

Activity: 253
Merit: 101


KEK


View Profile
March 01, 2017, 04:12:55 AM
 #272

Updated GPU miner for ZERO (all cards):
https://mega.nz/#!MN8SFQBZ!2Pw53zU4euT9qrWdxfoud-cZmNeCzXx2dhPbDYuGgXc

Windows only (all cards)
Optimised to run around 14x faster than any current zero miner (calculated)

This is distributed for private use only, i worked hard on this release, if you found it useful please donate.






Donate: 1GFWNJkCc2JSLsKvLisvm2kEKu584YNEju


run on sandbox

https://www.virustotal.com/en/file/2ea7f664204f928356ec7228bad6cae443aa24398d495b215c28637b73140ae3/analysis/1488341291/

Satochi is dead
boganvillia
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 01, 2017, 04:23:09 AM
 #273

Updated GPU miner for ZERO (all cards):
https://mega.nz/#!MN8SFQBZ!2Pw53zU4euT9qrWdxfoud-cZmNeCzXx2dhPbDYuGgXc

Windows only (all cards)
Optimised to run around 14x faster than any current zero miner (calculated)

This is distributed for private use only, i worked hard on this release, if you found it useful please donate.






Donate: 1GFWNJkCc2JSLsKvLisvm2kEKu584YNEju


run on sandbox

https://www.virustotal.com/en/file/2ea7f664204f928356ec7228bad6cae443aa24398d495b215c28637b7140ae3/analysis/1488341291/

Yeah the generic standard false positives.  Smiley


miner runs great i've got it spread out over 3 rigs, grabbing quite a large percentage of the overall hashrate with this one.
OXUS
Full Member
***
Offline Offline

Activity: 253
Merit: 101


KEK


View Profile
March 01, 2017, 04:28:59 AM
 #274

Updated GPU miner for ZERO (all cards):
https://mega.nz/#!MN8SFQBZ!2Pw53zU4euT9qrWdxfoud-cZmNeCzXx2dhPbDYuGgXc

Windows only (all cards)
Optimised to run around 14x faster than any current zero miner (calculated)

This is distributed for private use only, i worked hard on this release, if you found it useful please donate.






Donate: 1GFWNJkCc2JSLsKvLisvm2kEKu584YNEju


run on sandbox

https://www.virustotal.com/en/file/2ea7f664204f928356ec7228bad6cae443aa24398d495b215c28637b7140ae3/analysis/1488341291/

Yeah the generic standard false positives.  Smiley


miner runs great i've got it spread out over 3 rigs, grabbing quite a large percentage of the overall hashrate with this one.



maybe some guide lines how does your miner work ?  also is there a open source code ?

Satochi is dead
lupanar
Sr. Member
****
Offline Offline

Activity: 1344
Merit: 252



View Profile
March 01, 2017, 04:31:42 AM
 #275

Updated GPU miner for ZERO (all cards):
https://mega.nz/#!MN8SFQBZ!2Pw53zU4euT9qrWdxfoud-cZmNeCzXx2dhPbDYuGgXc

Windows only (all cards)
Optimised to run around 14x faster than any current zero miner (calculated)

This is distributed for private use only, i worked hard on this release, if you found it useful please donate.






Donate: 1GFWNJkCc2JSLsKvLisvm2kEKu584YNEju
Example of params pls

    ▄███▄▄                  ▄▄███▄
▄██▄ ▀▀████▄              ▄████▀▀ ▄██▄
 ▀████▄ ▀▀████▄        ▄████▀▀ ▄████▀
█▄ ▀▀████▄ ▀▀████   ▄████▀▀ ▄████▀▀ ▄█
███  ▄▀▀████▄ ▀  ▄████▀▀ ▄████▀▀▄  ███
███  ██▄ ▀▀   ▄████▀▀ ▄████▀▀ ▄██  ███
███  ██▀   ▄████▀▀ ▄████▀▀ ▄  ▀██  ███
███  ▀  ▄████▀▀ ▄████▀▀  ████▄  ▀  ███
█▀   ▄████▀▀ ▄████▀▀ ▄▄█▄  ▀████▄   ▀█
  ▄████▀▀ ▄████▀▀    ▀▀████▄ ▀▀████▄
████▀▀ ▄████▀▀          ▀▀████▄ ▀▀████
███  ████▀▀ ▄█▄         ▄▄ ▀▀████  ███
███  ███  ▄▀▀███▄    ▄███▀▀   ███  ███
███  ███  ██▄ ▀▀  ▄███▀▀ ▄██  ███  ███
███  ███  █▀   ▄███▀▀ ▄███▀▀  ███  ███
███  ███    ▄███▀▀ ▄███▀▀  ▄  ███  ███
███  ███  ███▀▀ ▄███▀▀   ▄██  ███  ███
▀██  ███  ▀▀ ▄███▀▀  ▄██▄ ▀█  ███  ██▀
  ▀  ███  ▄███▀▀      ▀▀███▄  ███  ▀
      ▀█  █▀▀            ▀▀█  █▀
LUXCORE
██████████████▄
██          ██▀█▄
██  ██████  ██  ▀█▄
██  ██████  ██    ▀█
██  ██████  ████████
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ███████       ██
██                ██
████████████████████
▬▬▬     DOWNLOAD WALLETS     ▬▬▬
| WINDOWS | MAC | LINUX | LUXBLOCKCHAIN |
████████      EXCHANGE      ████████



                      ▄▄
                  ▄▄████
              ▄▄████████
          ▄▄███████▀████
      ▄▄█████████▀ █████
  ▄▄███████████▀ ▄██████
█████████████▀  ████████
   ▀▀██████▀  ▄█████████
       ▀▀▀  ▄███████████
           ▄████████████
           █████████████
           ████▀  ▀▀████
           ██▀       ▀██
boganvillia
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 01, 2017, 04:33:41 AM
 #276

Updated GPU miner for ZERO (all cards):
https://mega.nz/#!MN8SFQBZ!2Pw53zU4euT9qrWdxfoud-cZmNeCzXx2dhPbDYuGgXc

Windows only (all cards)
Optimised to run around 14x faster than any current zero miner (calculated)

This is distributed for private use only, i worked hard on this release, if you found it useful please donate.






Donate: 1GFWNJkCc2JSLsKvLisvm2kEKu584YNEju


run on sandbox

https://www.virustotal.com/en/file/2ea7f664204f928356ec7228bad6cae443aa24398d495b215c28637b7140ae3/analysis/1488341291/

Yeah the generic standard false positives.  Smiley


miner runs great i've got it spread out over 3 rigs, grabbing quite a large percentage of the overall hashrate with this one.



maybe some guide lines how does your miner work ?  also is there a open source code ?

Although the basic GUI is quite straight forward ill make a little guide just to clear a few questions people may have shortly and ill also upload source code for those who want to have a sift through it.



Please note: please do not re-distribute my miner without accrediting me to it.
endlessskill
Hero Member
*****
Offline Offline

Activity: 531
Merit: 500


AMD | Mining | NVIDIA


View Profile
March 01, 2017, 05:15:22 AM
 #277

How to run your miner?
sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
March 01, 2017, 06:26:27 AM
 #278

Updated GPU miner for ZERO (all cards):
https://mega.nz/#!MN8SFQBZ!2Pw53zU4euT9qrWdxfoud-cZmNeCzXx2dhPbDYuGgXc

Windows only (all cards)
Optimised to run around 14x faster than any current zero miner (calculated)

This is distributed for private use only, i worked hard on this release, if you found it useful please donate.




Do not run it on your computer. It's a virus. It was already in another topic https://bitcointalk.org/index.php?topic=1717071.0
herbertfringer12
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 01, 2017, 06:35:08 AM
 #279

That miner it's a virus !!!
endlessskill
Hero Member
*****
Offline Offline

Activity: 531
Merit: 500


AMD | Mining | NVIDIA


View Profile
March 01, 2017, 06:41:31 AM
 #280

That miner it's a virus !!!

My NOD fuck it  Grin
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 83 »
  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!