Bitcoin Forum
May 11, 2024, 06:15:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: August 09, 2016, 07:41:33 PM
Anyone, please help! Can't open sln file of nvidia miner. VS 2015 rejects it with no extra info Huh

Probably Missing CUDA project type support in VS2015. If you right click the project and do a reload you'll see the error message.
Try installing this: https://developer.nvidia.com/nsight-visual-studio-edition-downloads (with all the prerequisites)
You'll need user and password to download which you can just get from here: http://bugmenot.com/view/developer.nvidia.com


Thank you! Intalled it, but still have some unresolved paths:
Code:
..\boost_1_56_0
D:\CudaVersions\mpir-2.6.0\build.vc10\x64\Release
..\pthreads\Pre-built.2\lib\x64
etc..

It will take a lot of time to fix all dependencies Cry
Maybe someone had already bored with compilation for windows? It is not fear to have AMD compiled and no Nvidia binaries Grin
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: August 09, 2016, 05:34:10 PM
Anyone, please help! Can't open sln file of nvidia miner. VS 2015 rejects it with no extra info Huh
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: August 08, 2016, 06:34:17 PM
Did anyone try to compile SK-Miner for NVIDIA on windows? Vsual Studio gives an error while project loading(gives no details Huh).
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: August 03, 2016, 03:07:15 PM
Someone please help compiling window CPU miner. Miner updates block info too rarely. New compiled release may lower pool loads

I couldn't agree more.  This is the bug that I fixed a few weeks ago, but I have not been able to get it compiled on Windows.  It won't reduce the pool loads, but will increase the shares found for windows users.  If anyone has a mingw64 environment configured with boost (which is the bit I'm struggling with) then let me know!



I can compile it for Windows. Can you please point me to the exact git repository?

Hey Mummus!  Good to hear from you.  I have it compiled now, but I am seeing a strangely high PPS rate (like 2500+ with 4 threads, instead of an expected ~200ish).  Another user confirmed the same result.  I've run some debug tests and it doesn't seem to be finding any more shares than one would expect though, which leads be to believe it is a problem with the timers on Windows (or my specific installation of mingw64).  If you can build it though to see if you get the same results I would appreciate it! 
https://github.com/Nexusoft/PrimePoolMiner

Hi,
I'm using cygwin to compile it. Back then when nexus (coinshield) started I've made some test and it performed better.
Here is the link for the binaries that I've built form the git repository https://github.com/Nexusoft/PrimePoolMiner
https://mega.nz/#!7Z0RCZxC!0lXTS_9lMri07VuCA3dc4g8SrX-3qv-DWxCzYHDddqI
But I had to make a little modification in the miner.cpp. I had to revert back a modification of the declaration of bit_array_sieve that was made in commit: https://github.com/Nexusoft/PrimePoolMiner/commit/7c509609b7ae19870720de71b0b2cfe44a5fc756

Code:
-				unsigned char* bit_array_sieve = (unsigned char*)malloc((nBitArray_Size)/8);
+ unsigned char bit_array_sieve[nBitArray_Size/8];
Without this change the miner exists with segmentation fault after the first new block.
Is it possible that the root of your PPS rate problem is the same?

thank you so much Roll Eyes
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: August 03, 2016, 05:55:43 AM
Someone please help compiling window CPU miner. Miner updates block info too rarely. New compiled release may lower pool loads

I couldn't agree more.  This is the bug that I fixed a few weeks ago, but I have not been able to get it compiled on Windows.  It won't reduce the pool loads, but will increase the shares found for windows users.  If anyone has a mingw64 environment configured with boost (which is the bit I'm struggling with) then let me know!



I can compile it for Windows. Can you please point me to the exact git repository?

https://github.com/Nexusoft/PrimePoolMiner
it would be really nice
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: August 03, 2016, 01:49:48 AM
Someone please help compiling window CPU miner. Miner updates block info too rarely. New compiled release may lower pool loads

I couldn't agree more.  This is the bug that I fixed a few weeks ago, but I have not been able to get it compiled on Windows.  It won't reduce the pool loads, but will increase the shares found for windows users.  If anyone has a mingw64 environment configured with boost (which is the bit I'm struggling with) then let me know!



reduce useless loads Grin
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: August 02, 2016, 11:01:43 PM
Someone please help compiling window CPU miner. Miner updates block info too rarely. New compiled release may lower pool loads
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: July 31, 2016, 07:00:49 PM
Can someone compile new miners for windows please?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!