Author

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

member
Activity: 139
Merit: 13
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.

"Keep on hashing!"...!!!???

Maybe I'll do, but only after you straighten your brains and tell me in a whisper "secret" reason for cunning behavior of your software.

json file:

  "DisableAMDTempControl": true,
   ...
      "Algorithms": [
        {
          "Name": "x11",
          "ExtraLaunchParameters": "--keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10 --xintensity 640 --thread-concurrency    0 --
worksize  64 --gpu-threads 1  --gpu-engine 800-1030,900-1040,900-1040,950-1080 --gpu-memclock 1250,1300,1300,1500 --auto-fan --auto-gpu --gpu-fan 80-90,53-68,53-68,47-62 --temp-cutoff 78,78,78,77 --temp-overheat 74,74,74,74 --temp-target 70,70,70,68 ",

from log file:

[2016-06-08 20:21:49] [INFO] [AMD_OpenCL] Starting miner:  --gpu-platform 0 -k x11 --url=stratum+tcp://x11.eu.nicehash.com:3336 --
userpass=1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.worker2:x --api-listen --api-port=4050  --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10 --xintensity 1024 --thread-concurrency 0 --worksize 64 --gpu-threads 1 --device 0,1,2,3

Here you can see that xintensity not 640, but 1024. Temperature control settings and fans are not included in the string to start. HOW SO ??.
For whom you are preparing such surprises.
legendary
Activity: 1453
Merit: 1011
Bitcoin Talks Bullshit Walks
Hello,

BUYERS: If you would like to buy hashing power for Ethereum you can now already use Hitchpool as target pool on the order:

Stratum hostname: eu1.hitchpool.org:3334
Stratum port: 3334
Username: ETHEREUM-ADDRESS.WORKER-NAME (.WORKER-NAME is optional)
Password: x

Stratum hostname: us1.hitchpool.org:3334
Stratum port: 3334
Username: ETHEREUM-ADDRESS.WORKER-NAME (.WORKER-NAME is optional)
Password: x

SELLERS/PROVIDERS: Please keep in mind that you still have to use our special fork of Genoil's ethminer, however Genoil as well as Claymoure will soon be releasing support for NiceHash in their official miners.


Best regards,
NiceHash team.

just a few things..  seems to work great.  I do notice that the miner has some issues with reporting the hashrate.. it seems to fluctuate a lot.  and at the beginning it has a ramp up phase where it takes a while before it starts showing the actual hashrate. (also notice something funny if you have quickedit turned on the command prompt properties. if you click on the window it will pause the display and screw the stats up royal.. Takes a good while to start showing correct hashrate again) will show the log in a bit.   Was wondering if you could implement your stratum code into Genoil miner with gpu dag creation.  That is almost a must.  I am testing this out with a lonely 7970 for now.  I will pump some more hash when i have more time tomorrow.  Also i would like for you to be able to allow claymores miner to attach to your service.. That would be awesome aswell.  Main thing is getting the 1.1 version of genoil miner with your xnsub and stratum updates.  

Best Regards
d57heinz
member
Activity: 78
Merit: 10
hero member
Activity: 588
Merit: 501
member
Activity: 78
Merit: 10
Now? ^^

Code:
[ 97%] Built target ethcore
/cpp-ethereum/libstratum/EthStratumClient.cpp: In member function âvoid EthStratumClient::processReponse(Json::Value&)â:
/cpp-ethereum/libstratum/EthStratumClient.cpp:356:11: warning: variable âheaderHashâ set but not used [-Wunused-but-set-variable]
      h256 headerHash = h256(sHeaderHash);
           ^
/cpp-ethereum/libstratum/EthStratumClient.cpp:424: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:424:76: note: candidate is:
/cpp-ethereum/libstratum/EthStratumClient.cpp:271:6: note: void EthStratumClient::processExtranonce(std::string&)
 void EthStratumClient::processExtranonce(std::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
hero member
Activity: 588
Merit: 501
member
Activity: 78
Merit: 10
Quote

Try now...

still not working

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(std::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(std::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





hero member
Activity: 588
Merit: 501
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

Try now...
newbie
Activity: 25
Merit: 2
FYI.

I had some issue to make the new NHM 1.5.1.0 to work on my setup (win7 r9280x) on mining the Ethereum.

The miner was not starting until I found that the parameters passed by the NHM were not accepted.

So, in order to make it work I had to manually remove the extra parameters in the setting .

Now I am hashing about 18-19 MH/s which is about 10% less than previous release

I am also getting quite a few rejects (stale) while I used to get none the previous implementation
legendary
Activity: 1109
Merit: 1000
Ratz, I think it's a 1Gb card...
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
While im here in this thread, I have the nicehash miner installed,running, but it only works on my cpu and doesn't work on the GPU.
I have Raedon 5450, which is not powerful, but could add something to my effort if I could get it to work.
Are there any tricks/tips on how to get the nicehash miner to work with GPUs?

how much ram does that card have?

I think 2gb can work  with proper setup
legendary
Activity: 1109
Merit: 1000
While im here in this thread, I have the nicehash miner installed,running, but it only works on my cpu and doesn't work on the GPU.
I have Raedon 5450, which is not powerful, but could add something to my effort if I could get it to work.
Are there any tricks/tips on how to get the nicehash miner to work with GPUs?
member
Activity: 78
Merit: 10
Anyone managed to compile the nicehash-ethminer on ubuntu 14.04?

NiceHash, please look into this
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
Seem to be  working again.

Also more hash is available.


I am testing renting and pointing it to  hitchpool.org


I have 3 orders pointed to hitchpool from nice hash



I have 1 miner from my house mining at hitchpool

  note you must do this for at an hour.  hitchpool needs your miners ip to set withdrawals.

I set a low withdrawal level 0.4 eth this will cost a fee of 0.0005 eth  once it works for that level I will boost to 1.00 eth which is fee free.

When I test rented at hitchpool last night I was dropped and my nicehash rentals froze I had six rentals pointed to hitch pool so maybe that is what froze and lock me out.
sr. member
Activity: 292
Merit: 250
Anyone managed to compile the nicehash-ethminer on ubuntu 14.04?
newbie
Activity: 20
Merit: 0
Dear users,

Dagger-Hashimoto is now fully supported and NiceHash Miner 1.5.1.0 released with 100% Lyra2REv2 speedup on NVIDIA: https://www.nicehash.com/?p=news&id=80

Keep on hashing!

Best regards,
NiceHash team.

Thankyou man !
All my rigs work fine and mining Dagger-Hashimoto.

7970, 7950, 270x, 280x.
full member
Activity: 144
Merit: 100
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.


I am working against MININGPOOLHUB, thanks!
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
your system won't work with hitch pool at the moment.

and this will cost me if hitchpool hits  a block.



my free testing is over.

when it is fixed shoot me a pm.

I wasted close to .05btc

you are not picking up any of my contracts  so if hitch pool hits a block I get zip.

this makes the .05 btc I spent wasted. unless I point a real miner to them.

get your shit together bro.

legendary
Activity: 1109
Merit: 1000
Is there a Etherium Linux CPU miner for use with Nicehash pool?
legendary
Activity: 885
Merit: 1006
NiceHash.com
Dear users,

Dagger-Hashimoto is now fully supported and NiceHash Miner 1.5.1.0 released with 100% Lyra2REv2 speedup on NVIDIA: https://www.nicehash.com/?p=news&id=80

Keep on hashing!

Best regards,
NiceHash team.
Jump to: