7
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] NSF Miner - ethereum miner without fee [AMD+Nvidia/Windows+Linux]
|
on: March 14, 2021, 05:54:24 PM
|
I can't believe nobody noticed that yet, although people already complained that running it from the command line with --help parameter doesn't work as expected and the program wants to run as admin and install something instead, which should raise lots of red flags.
OP is spreading a virus, since his binary links lead to no-fee-ethereum-minlng instead of no-fee-ethereum-mining (L instead of I). It's a 1:1 copy of the original GitHub repo regarding the source files, but with different (malicious) binaries on its "releases" page. If you use this you probably mine on someone elses behalf instead for yourself.
One minute, now I'll double-check I'm sure it wasn't on purpose - that you can easily fall for such a link is the whole idea about creating such a repo. But yes, you should always double-check such links, people actually click on them  I also reported the repo on GitHub, hopefully it's removed soon. At the moment everything is normal, I also complained about the github account, now I will look at the history of logins to the account and change the password at the same time. Thanks for the info
|
|
|
8
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] NSF Miner - ethereum miner without fee [AMD+Nvidia/Windows+Linux]
|
on: March 14, 2021, 05:39:34 PM
|
I can't believe nobody noticed that yet, although people already complained that running it from the command line with --help parameter doesn't work as expected and the program wants to run as admin and install something instead, which should raise lots of red flags.
OP is spreading a virus, since his binary links lead to no-fee-ethereum-minlng instead of no-fee-ethereum-mining (L instead of I). It's a 1:1 copy of the original GitHub repo regarding the source files, but with different (malicious) binaries on its "releases" page. If you use this you probably mine on someone elses behalf instead for yourself.
One minute, now I'll double-check
|
|
|
15
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] NSF Miner - ethereum miner without fee [AMD+Nvidia/Windows+Linux]
|
on: March 10, 2021, 07:20:02 AM
|
I having problem compiling on Ubuntu 20.04. I managed to work though a couple of issues but never got it to compile. First I have to clone the repo. The release source tarball doesn't have the git config files so git submodule update fails. The default in Ubuntu 20.04 is GCC-9. I needed to install GCC-8 and configure cmake to use it: cmake .. -DCMAKE_C_COMPILER=gcc-8 Then this error during make: [ 54%] Linking CXX static library libhwmon.a [ 54%] Built target hwmon [ 57%] Building NVCC (Device) object libcuda/CMakeFiles/cuda.dir/cuda_generated_ethash_cuda_miner_kernel.cu.o nvcc fatal : Value 'c++17' is not defined for option 'std' CMake Error at cuda_generated_ethash_cuda_miner_kernel.cu.o.Release.cmake:220 (message): Error generating /home/bob/miners/nsf/nsfminer/build/libcuda/CMakeFiles/cuda.dir//./cuda_generated_ethash_cuda_miner_kernel.cu.o
make[2]: *** [libcuda/CMakeFiles/cuda.dir/build.make:65: libcuda/CMakeFiles/cuda.dir/cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:462: libcuda/CMakeFiles/cuda.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 60%] Linking CXX static library libpool.a [ 60%] Built target pool make: *** [Makefile:152: all] Error 2
I then editted 2 config files to change all references of c++17 to c++14. It got further but still failed with many undefined references: [100%] Linking CXX executable nsfminer /usr/bin/ld: CMakeFiles/nsfminer.dir/main.cpp.o: in function `dev::eth::TelemetryType::strvec(std::__cxx11::list<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)': main.cpp:(.text._ZN3dev3eth13TelemetryType6strvecERNSt7__cxx114listINS2_12basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE[_ZN3dev3eth13TelemetryType6strvecERNSt7__cxx114listINS2_12basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE]+0x47): undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()' /usr/bin/ld: CMakeFiles/nsfminer.dir/main.cpp.o: in function `headers(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, bool) [clone .constprop.0]': main.cpp:(.text._ZL7headersRSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEb.constprop.0+0x94): undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()' /usr/bin/ld: ../libeth/libeth.a(Farm.cpp.o): in function `dev::eth::Farm::Farm(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, dev::eth::DeviceDescriptor, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, dev::eth::DeviceDescriptor> > >&, dev::eth::FarmSettings)': Farm.cpp:(.text._ZN3dev3eth4FarmC2ERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_16DeviceDescriptorESt4lessIS8_ESaISt4pairIKS8_S9_EEENS0_12FarmSettingsE+0x7c6): undefined reference to `std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream()' /usr/bin/ld: Farm.cpp:(.text._ZN3dev3eth4FarmC2ERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_16DeviceDescriptorESt4lessIS8_ESaISt4pairIKS8_S9_EEENS0_12FarmSettingsE+0xb64): undefined reference to `std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream()' /usr/bin/ld: ../libpool/libpool.a(PoolManager.cpp.o): in function `dev::eth::PoolManager::setClientHandlers()::{lambda(std::chrono::duration<long, std::ratio<1l, 1000l> > const&, unsigned int const&)#5}::operator()(std::chrono::duration<long, std::ratio<1l, 1000l> > const&, unsigned int const&) const [clone .isra.0]': PoolManager.cpp:(.text._ZZN3dev3eth11PoolManager17setClientHandlersEvENKUlRKNSt6chrono8durationIlSt5ratioILl1ELl1000EEEERKjE3_clES8_SA_.isra.0+0x3b): undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
see the solution to your problem here: https://github.com/no-fee-ethereum-mining/nsfminer/issues?page=1&q=is%3Aissue+is%3Aclosed
|
|
|
16
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] NSF Miner - ethereum miner without fee [AMD+Nvidia/Windows+Linux]
|
on: March 09, 2021, 09:56:25 PM
|
Do you have any suggestions for what new to add to the miner?
Some information about the GPU (temperature, fan speed, power draw...) would be nice. hello, My résult: 2 rig same config | 1 T-REX - 1 NSF ETHminer: 320 share 1h10 |362Mhs T-Rex: 330 shares 1H10 | 366 Mhs ETHminer NFS: 350 share 1h10 |362Mhs
t-rex v.0.19.11 A 345 1H15 ethminer-NFS A 360 1H15
------------
t-rex v.0.19.11 A 315 1H15 ethminer-NFS A 350 1H15
------------
t-rex v.0.19.11 A 627 2H15 =26.31$ | 0.01671 ETH
ethminer-NFS A 624 2H15 =38.07$ | 0.0243 ETH
------------ I try with 1 ASUS TUF 3070: NFS - 60.88MHS T-rex - 61.70MHS But T-rex 1% Fee => 60.88 + 1% = 61.48Mhs So between the software with fee and NFS it is for me the same or even sometimes more efficient. Because with Gminer, Trex or Phoenix the hashrate is increased but it is to pay their Fee in reality ... I use it I have 19 Nvidia 3060Ti and 3070 cards. We have a few badshare from time to time, do you do a CPU checks like the others in order to avoid badshare? Then, possible to add DAG sequential initialization and the way it builds in order to avoid corrupted and bad-share DAGs, I have a RIG of 10 cards and its load the dag of 10 cards in 1 time. Otherwise good work. thanks for the info, this is useful data
|
|
|
17
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] NSF Miner - ethereum miner without fee [AMD+Nvidia/Windows+Linux]
|
on: March 09, 2021, 07:47:22 PM
|
Ok I just gave this a spin, thanks for the work on this by the way. Tested on 1.38 (Windows) I have a 1660 Super and a 5600xt. When I launch the miner it says no opencl devices found. It does find my nvidia card however. On Phoenix miner I get 30.215 MH/S. On NSFMiner I get 29.97, so its comparable. I didn't test the power output or anything like that. I would recommend putting some example bat files in with the release archives. Most people are too lazy or confused to read the documentation and create on themselves  pretty good results, given that the miner has no commission, as compared to the phoenix
|
|
|
|