Author

Topic: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool - page 109. (Read 794394 times)

sr. member
Activity: 292
Merit: 250
Tried building on ubuntu 14.04. Can't compile it (commit 1fb1e0b). I can compile genoil's version no prob.

Code:
Linking CXX shared library libdevcore.so
[ 48%] Built target devcore
Scanning dependencies of target ethash
[ 51%] Building C object libethash/CMakeFiles/ethash.dir/io.c.o
[ 53%] Building C object libethash/CMakeFiles/ethash.dir/internal.c.o
[ 56%] Building C object libethash/CMakeFiles/ethash.dir/io_posix.c.o
[ 58%] Building CXX object libethash/CMakeFiles/ethash.dir/sha3_cryptopp.cpp.o
Linking CXX shared library libethash.so
[ 58%] Built target ethash
[ 60%] Generating OpenCL Kernel Byte Array
Scanning dependencies of target ethash-cl
[ 63%] Building CXX object libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o
Linking CXX shared library libethash-cl.so
[ 63%] Built target ethash-cl
[ 65%] Building NVCC (Device) object libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C [enabled by default]
ptxas info    : 0 bytes gmem, 248 bytes cmem[3]
ptxas info    : Compiling entry function '_Z13ethash_searchPVjm' for 'sm_52'
ptxas info    : Function properties for _Z13ethash_searchPVjm
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 72 registers, 336 bytes cmem[0]
Scanning dependencies of target ethash-cuda
[ 68%] Building CXX object libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash_cuda_miner.cpp.o
Linking CXX static library libethash-cuda.a
[ 68%] Built target ethash-cuda
Scanning dependencies of target ethstratum
[ 70%] Building CXX object libstratum/CMakeFiles/ethstratum.dir/EthStratumClient.cpp.o
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp: In member function ‘void EthStratumClient::processReponse(Json::Value&)’:
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:299:75: error: no matching function for call to ‘EthStratumClient::processExtranonce(std::string)’
    processExtranonce(params.get((Json::Value::ArrayIndex)1, "").asString());
                                                                           ^
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:299:75: note: candidate is:
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:271:6: note: void EthStratumClient::processExtranonce(std::string&)
 void EthStratumClient::processExtranonce(string& enonce)
      ^
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:271:6: note:   no known conversion for argument 1 from ‘std::string {aka std::basic_string}’ to ‘std::string& {aka std::basic_string&}’
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:421:76: error: no matching function for call to ‘EthStratumClient::processExtranonce(std::string)’
     processExtranonce(params.get((Json::Value::ArrayIndex)0, "").asString());
                                                                            ^
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:421:76: note: candidate is:
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:271:6: note: void EthStratumClient::processExtranonce(std::string&)
 void EthStratumClient::processExtranonce(string& enonce)
      ^
/home/ronnie/ethminer-nicehash/libstratum/EthStratumClient.cpp:271:6: note:   no known conversion for argument 1 from ‘std::string {aka std::basic_string}’ to ‘std::string& {aka std::basic_string&}’
make[2]: *** [libstratum/CMakeFiles/ethstratum.dir/EthStratumClient.cpp.o] Error 1
make[1]: *** [libstratum/CMakeFiles/ethstratum.dir/all] Error 2
make: *** [all] Error 2
member
Activity: 78
Merit: 10
I can't get the nicehash/cpp-ethereum fork to compile on Ubuntu 14.04. Genoil/cpp-ethereum compiles just fine.

here's the error, any help please?

Code:
[ 97%] Built target ethcore
/cpp-ethereum/libstratum/EthStratumClient.cpp: In member function âvoid EthStratumClient::processReponse(Json::Value&)â:
/cpp-ethereum/libstratum/EthStratumClient.cpp:299:75: error: no matching function for call to âEthStratumClient::processExtranonce(std::string)â
    processExtranonce(params.get((Json::Value::ArrayIndex)1, "").asString());
                                                                           ^
/cpp-ethereum/libstratum/EthStratumClient.cpp:299:75: note: candidate is:
/cpp-ethereum/libstratum/EthStratumClient.cpp:271:6: note: void EthStratumClient::processExtranonce(std::string&)
 void EthStratumClient::processExtranonce(string& enonce)
      ^
/cpp-ethereum/libstratum/EthStratumClient.cpp:271:6: note:   no known conversion for argument 1 from âstd::string {aka std::basic_string}â to âstd::string& {aka std::basic_string&}â
/cpp-ethereum/libstratum/EthStratumClient.cpp:421:76: error: no matching function for call to âEthStratumClient::processExtranonce(std::string)â
     processExtranonce(params.get((Json::Value::ArrayIndex)0, "").asString());
                                                                            ^
/cpp-ethereum/libstratum/EthStratumClient.cpp:421:76: note: candidate is:
/cpp-ethereum/libstratum/EthStratumClient.cpp:271:6: note: void EthStratumClient::processExtranonce(std::string&)
 void EthStratumClient::processExtranonce(string& enonce)
      ^
/cpp-ethereum/libstratum/EthStratumClient.cpp:271:6: note:   no known conversion for argument 1 from âstd::string {aka std::basic_string}â to âstd::string& {aka std::basic_string&}â
make[2]: *** [libstratum/CMakeFiles/ethstratum.dir/EthStratumClient.cpp.o] Error 1
make[2]: Leaving directory `/cpp-ethereum/build'
make[1]: *** [libstratum/CMakeFiles/ethstratum.dir/all] Error 2
make[1]: Leaving directory `/cpp-ethereum/build'
make: *** [all] Error 2
legendary
Activity: 885
Merit: 1006
NiceHash.com
Here is a list of currently supported ETHEREUM target-pools for placing NiceHash hashing power purchase orders:

HITCHPOOL:
Stratum hostname: eu1.hitchpool.org or us1.hitchpool.org
Stratum port: 3334
Username: HITCHPOOL-USERNAME.WORKER-NAME
Password: WORKER-PASSWORD

COINOTRON:
Stratum hostname: coinotron.com
Stratum port: 3344
Username: COINOTRON-USERNAME.WORKER-NAME
Password: WORKER-PASSWORD

MININGPOOLHUB:
Stratum hostname: hub.miningpoolhub.com
Stratum port: 20534
Username: MININGPOOLHUB-USERNAME.WORKER-NAME
Password: WORKER-PASSWORD

This now concludes our first three Ethereum pools bounty, however all other pools are of course very much welcome to add support for NiceHash.

If you are a SELLER/PROVIDER on NiceHash: do not forget that until Genoil adds support for NiceHash in his fork, you would have to use our Genoil ethminer improved fork.

Thanks and keep on hashing!


Best regards,
NiceHash team.
newbie
Activity: 30
Merit: 0
Beta testing is now terminated. I will rebuild the 970 system using Windows 7 and try the beta again later.
newbie
Activity: 30
Merit: 0
I've reported exactly what I'm getting on my systems. Both running Windows 10 (which I understand could be a problem for Ethereum mining ... something to do with their DirectX implimentation). Both are on Intel i7 Core processors with 16 Gig of RAM on the 970 system and 32 Gig on the 980 ti system. Nothing else is running on either system during Beta test.

These are both EVGA GetForce GPUs.
hero member
Activity: 588
Merit: 501
Beta code appears substantially less efficient than NHM 1.5.

That is, the benchmarks recorded for Ethereum on the 970 was 4.886 MHs and 5.135 MHs on the 980 ti, however the running beta on the 970 shows hashrates of from 4.02 MHs to 4.441 MHs while the running 980 ti ranges between 4.06 MHs and 4.24 MHs.

You should be getting ~18 mhs with 970 on ethereum.
newbie
Activity: 30
Merit: 0
Beta code appears substantially less efficient than NHM 1.5.

That is, the benchmarks recorded for Ethereum on the 970 was 4.886 MHs and 5.135 MHs on the 980 ti, however the running beta on the 970 shows hashrates of from 4.02 MHs to 4.441 MHs while the running 980 ti ranges between 4.06 MHs and 4.24 MHs.
newbie
Activity: 30
Merit: 0
Beta code will not launch if you click on the run.bat and specify 'run as administrator'. Runs fine as guest.

The code shows that the 980 ti is producing almost exactly the same hashrate as does the 970. All other coins show that the 980 ti produces almost twice the hashrate as does the 970. (BTW, this is true of 1.5 as well when running ethereum mining.)
newbie
Activity: 30
Merit: 0
I have been running the Beta code for about four hours on a GTX 970 without incident.

Will now bring it up on a GTX 980 ti system for testing.
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
I have succeeded in renting some hash for eth coin and pointed it at hitchpool.

Thoughts are hardly any hash for rent.
More hash is needed also  I would like to point to pools like ethpool.org

newbie
Activity: 20
Merit: 0
Dear users,

Introduction of new algorithms and release of NiceHash Miner v1.5.0.0 (new algos Hodl, Decred, Dagger-Hashimoto, speedups and more): https://www.nicehash.com/index.jsp?p=news&id=77

Keep on hashing!

Best regards,
NiceHash team.

How to mine Dagger-Hashimoto ? I download NH Miner 1.5 but Dagger-Hashimoto not appear in Benchmark tablet.

pls help me !

It is not included in latest NHM yet, but you can help with beta testing:

FOR ALL ETHEREUM MINERS

We need beta testers of modified Genoil's ethminer.

You can get bins for Windows here: http://nicehash.com/tools/ethminer_stratum.zip
Download, unzip, modify run.bat file with your BTC address and then double click run.bat.

If you are on Linux, you can get source from here: https://github.com/nicehash/cpp-ethereum

Let us know if it works for you, or if you have any issues with it. Thank you!

I try it, but it just appear "ethminer.exe has stop working", and can only press "Close program".

Pls make Nicehashminer support Dagger, it has hight profit now man ! Thankyou !
hero member
Activity: 588
Merit: 501
ETHEREUM MINERS MINING DAGGERHASHIMOTO

There was one small bug in older release which can cause occasional 'share above target' rejects. This has been fixed: https://github.com/nicehash/cpp-ethereum/releases
Please, update and use new version.

NiceHashMiner with full DaggerHashimoto support is very near and coming shortly.
legendary
Activity: 885
Merit: 1006
NiceHash.com
Hello,

BUYERS: You can now also buy hashing power for Ethereum / Dagger-Hashimoto algorithm with Coinotron as target pool on the order:

Stratum hostname: coinotron.com
Stratum port: 3344
Username: COINOTRON-USERNAME.WORKER-NAME
Password: WORKER-PASSWORD

SELLERS/PROVIDERS: Please keep in mind that you still have to use our special fork of Genoil's ethminer for selling Dagger-Hashimoto hashing power.


Best regards,
NiceHash team.
hero member
Activity: 588
Merit: 501
Dear users,

Introduction of new algorithms and release of NiceHash Miner v1.5.0.0 (new algos Hodl, Decred, Dagger-Hashimoto, speedups and more): https://www.nicehash.com/index.jsp?p=news&id=77

Keep on hashing!

Best regards,
NiceHash team.

How to mine Dagger-Hashimoto ? I download NH Miner 1.5 but Dagger-Hashimoto not appear in Benchmark tablet.

pls help me !

It is not included in latest NHM yet, but you can help with beta testing:

FOR ALL ETHEREUM MINERS

We need beta testers of modified Genoil's ethminer.

You can get bins for Windows here: http://nicehash.com/tools/ethminer_stratum.zip
Download, unzip, modify run.bat file with your BTC address and then double click run.bat.

If you are on Linux, you can get source from here: https://github.com/nicehash/cpp-ethereum

Let us know if it works for you, or if you have any issues with it. Thank you!
newbie
Activity: 20
Merit: 0
Dear users,

Introduction of new algorithms and release of NiceHash Miner v1.5.0.0 (new algos Hodl, Decred, Dagger-Hashimoto, speedups and more): https://www.nicehash.com/index.jsp?p=news&id=77

Keep on hashing!

Best regards,
NiceHash team.

How to mine Dagger-Hashimoto ? I download NH Miner 1.5 but Dagger-Hashimoto not appear in Benchmark tablet.

pls help me !
hero member
Activity: 588
Merit: 501
FOR ALL ETHEREUM MINERS

We need beta testers of modified Genoil's ethminer.

You can get bins for Windows here: http://nicehash.com/tools/ethminer_stratum.zip
Download, unzip, modify run.bat file with your BTC address and then double click run.bat.

If you are on Linux, you can get source from here: https://github.com/nicehash/cpp-ethereum

Let us know if it works for you, or if you have any issues with it. Thank you!
sr. member
Activity: 292
Merit: 250
@nicehash

Is there problems with the usa node and proxy nodes? I'm cpumining on the hodl algo via jp proxy but the connection seems to drop sometimes for minutes before the miner reconnects. EU node seems the most stable so far.
legendary
Activity: 885
Merit: 1006
NiceHash.com
So I can or can not rent to mine on ethpool.org?

I am a bit lost as to renting some eth hashpower and pointing to a pool of my choice. Seems like I can't do this.

You can currently rent to mine on coinotron and hitchpool, but other pools will follow. You can send a msg to ethpool admin and let them check this bounty: https://forum.ethereum.org/discussion/7346/bounty-for-ethereum-pool-operators-to-add-nicehash-compatibility

Best regards,
NiceHash team.
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
How about a little reality here?

My rigs have been pointed to nicehash 24/7 for weeks. I have received, as a result, an average daily payout in excess of .01 BTC. Your mining software selects the coin it wishes to mine for me based on profitability (I like that a lot).

The problem is that your software RARELY selects ethereum to mine (I get that). So, whatever ETH is mined is small and stays 'unexchanged' essentially forever. Meanwhile, my rigs could have been mining other coins with payouts daily. Furthermore, the 'unexchanged' ETH is not only not being paid, it is subject to market changes.

I could care less about a couple of pennies that have not been paid. Rather, for you to rely on my having read your FAQ in order to understand your site's behavior is outrageous. I ran your miner software BEFORE it supported Ethereum and had NO REASON TO EXPECT PAYOUTS TO BE DIFFERENT FOR ONE COIN.

As to support requests ... do you believe that it is satisfactory to say that if you failed to respond I should simply resubmit?

Products and services = A+
Customer support = F

Our backend on is working superbly for all algorithms where hashing power can be bought, but Ethereum pool is not something we manage on our own nor we created code for it.

We added DaggerHashimoto algorithm to solve this; eventually, all miners shall swap to mine DaggerHashimoto on NiceHash and soon, NiceHashMiner will support DaggerHashimoto instead of Ethereum pool. This means being paid PPS in Bitcoins mining Ethereum (or some other coins).

So I can or can not rent to mine on ethpool.org?

I am a bit lost as to renting some eth hashpower and pointing to a pool of my choice. Seems like I can't do this.
hero member
Activity: 588
Merit: 501
How about a little reality here?

My rigs have been pointed to nicehash 24/7 for weeks. I have received, as a result, an average daily payout in excess of .01 BTC. Your mining software selects the coin it wishes to mine for me based on profitability (I like that a lot).

The problem is that your software RARELY selects ethereum to mine (I get that). So, whatever ETH is mined is small and stays 'unexchanged' essentially forever. Meanwhile, my rigs could have been mining other coins with payouts daily. Furthermore, the 'unexchanged' ETH is not only not being paid, it is subject to market changes.

I could care less about a couple of pennies that have not been paid. Rather, for you to rely on my having read your FAQ in order to understand your site's behavior is outrageous. I ran your miner software BEFORE it supported Ethereum and had NO REASON TO EXPECT PAYOUTS TO BE DIFFERENT FOR ONE COIN.

As to support requests ... do you believe that it is satisfactory to say that if you failed to respond I should simply resubmit?

Products and services = A+
Customer support = F

Our backend on is working superbly for all algorithms where hashing power can be bought, but Ethereum pool is not something we manage on our own nor we created code for it.

We added DaggerHashimoto algorithm to solve this; eventually, all miners shall swap to mine DaggerHashimoto on NiceHash and soon, NiceHashMiner will support DaggerHashimoto instead of Ethereum pool. This means being paid PPS in Bitcoins mining Ethereum (or some other coins).
Jump to: