Bitcoin Forum
May 21, 2024, 12:34:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 [239] 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 ... 346 »
  Print  
Author Topic: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool  (Read 794131 times)
pflip
Newbie
*
Offline Offline

Activity: 25
Merit: 2


View Profile
June 09, 2016, 04:13:24 PM
Last edit: June 09, 2016, 04:40:36 PM by pflip
 #4761

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
NiceHashSupport
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile WWW
June 09, 2016, 05:12:35 PM
 #4762

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<char>}â to âstd::string& {aka std::basic_string<char>&}â
/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<char>}â to âstd::string& {aka std::basic_string<char>&}â
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...

NiceHash.com - Largest Crypto-Mining Marketplace
jcoin
Member
**
Offline Offline

Activity: 78
Merit: 10



View Profile
June 09, 2016, 05:42:23 PM
Last edit: June 09, 2016, 06:15:36 PM by jcoin
 #4763

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<char>}â to âstd::string& {aka std::basic_string<char>&}â
/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<char>}â to âstd::string& {aka std::basic_string<char>&}â
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






1jcoinJSbtKrukhGWtLqyXd9LSjsE9hHY
NiceHashSupport
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile WWW
June 09, 2016, 06:40:06 PM
 #4764

Now? ^^

NiceHash.com - Largest Crypto-Mining Marketplace
jcoin
Member
**
Offline Offline

Activity: 78
Merit: 10



View Profile
June 09, 2016, 06:47:16 PM
 #4765

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<char>}â to âstd::string& {aka std::basic_string<char>&}â
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

1jcoinJSbtKrukhGWtLqyXd9LSjsE9hHY
NiceHashSupport
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile WWW
June 09, 2016, 06:50:46 PM
 #4766

And now?  Cheesy

NiceHash.com - Largest Crypto-Mining Marketplace
jcoin
Member
**
Offline Offline

Activity: 78
Merit: 10



View Profile
June 09, 2016, 06:56:44 PM
 #4767

And now?  Cheesy

It works!  Grin Thanks NiceHashSupport

1jcoinJSbtKrukhGWtLqyXd9LSjsE9hHY
d57heinz
Legendary
*
Offline Offline

Activity: 1453
Merit: 1011


Bitcoin Talks Bullshit Walks


View Profile
June 09, 2016, 11:40:48 PM
Last edit: June 10, 2016, 12:01:13 AM by d57heinz
 #4768

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

As in nature, all is ebb and tide, all is wave motion, so it seems that in all branches of industry, alternating currents - electric wave motion - will have the sway. ~Nikola Tesla~
A.L.F.
Member
**
Offline Offline

Activity: 139
Merit: 13


View Profile
June 10, 2016, 01:20:58 AM
Last edit: June 20, 2016, 03:10:45 AM by A.L.F.
 #4769

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.
NiceHashSupport
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile WWW
June 10, 2016, 07:11:46 AM
 #4770

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

1. Speed reporting is as it is... it is good enough approximation, exact values are not even needed (are needed only for benchmark, so that NHM can calculate exact best profits), your earnings are based on your shares, and speeds out of shares are calculated and displayed online.

2. We plan to further extend Genoil's miner of on-GPU DAG creation; our version will also keep DAG in host memory, so that it can be loaded onto GPUs at any time. NHM switch between algorithms and any kind of waiting between switches is unacceptable (even if it is only 5 seconds for on-GPU DAG creation). Regarding EthereumStratum/1.0.0 in Genoil's miner... well that is something to talk to him. Specifications are online, there are compatible pools, there is working miner example with it... so it is up to Genoil to include it. Talk to him regarding it. If enough users create pressure, he will probably add it.

3. You need to talk to claymore regarding it. Again, all specifications are online (daggerhashimoto: https://github.com/nicehash/nhethpool/blob/master/EthereumStratum_NiceHash_v1.0.0.txt decred: https://github.com/nicehash/ccminer-tpruvot/blob/windows/Decred_NiceHash.txt), there are working pools (mentioned in previous post), there are working miners (in latest NHM) and there are sources for pools and miners. There are no obstacles. Just talk to developer regarding it.

NiceHash.com - Largest Crypto-Mining Marketplace
primera
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250


View Profile
June 11, 2016, 06:54:06 PM
 #4771

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.


How can i change payout threshold? "Ip Address of one of your workers" can i set nicehash.com?
TR8888
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
June 11, 2016, 07:14:56 PM
 #4772

I wonder if anyone can help, I mine with multiple 280x's, I use latest Nicehash miner.

I get between 17-19MH per card, I've tried 15.7.1 drivers and latest AMD drivers, Cards are at stock on win 7/8 x64

Should I be getting nearer 22-24MH?

Cheers
JRDavis
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 11, 2016, 08:12:36 PM
Last edit: June 11, 2016, 11:43:24 PM by JRDavis
 #4773

A  few days ago I noted that my GTX 970 was only producing less than 5 MHs using NHM 1.5 under Windows 10 when mining Ethereum and that I thought that Windows 10 was the problem. I DOWNGRADED my system to Windows 7 and just did another benchmark.

Suspicions confirmed! The 970 now produces 17.7 MHs!!

As suspected, it has something to do with how Windows 10 implemented DirectX.

{I meant, of course, Dagger..., not Ethereum.}
NiceHashSupport
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile WWW
June 11, 2016, 10:02:55 PM
 #4774

We are repeating and rephrasing our message in last news post, because as it seems, there is some confusion regarding Ethereum/DaggerHashimoto.

IMPORTANT NOTICE TO ALL NICEHASH MINERS

We will be soon closing Ethereum pool (port 3500), therefore we urge you to stop mining there.

Instead, we suggest you to mine DaggerHashimoto (port 3353):
  • DaggerHashimoto is Ethereum (in most cases) and it pays almost two times more than Ethereum pool.
  • You do not have to wait for unexchanged and immature balances, so there are no problems regarding payouts.
  • DaggerHashimoto is using the same backend infrastructure as other algorithms (Scrypt, SHA256, X11,...) and has been proven to work flawlessly and superbly over the last two years. There are no problems, no stalls, no missing payments, and you are paid in Bitcoins directly, PPS, using regular payment schedule.
  • Switch is easy; just upgrade your NiceHashMiner to latest version: https://github.com/nicehash/NiceHashMiner/releases
  • If you do not use NiceHashMiner and you are on Linux, then use this forked ethminer to be able to mine at our DaggerHashimoto: https://github.com/nicehash/cpp-ethereum
  • If you do not use NiceHashMiner and you are on Windows, download and use binaries from here: https://github.com/nicehash/cpp-ethereum/releases

NiceHash.com - Largest Crypto-Mining Marketplace
JRDavis
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 11, 2016, 11:45:11 PM
 #4775

And what do you intend to do about the ETH (BTC) we earned using NMH earlier that you have relentlessly held as 'unexchanged'?
TR8888
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
June 12, 2016, 06:31:31 AM
Last edit: June 12, 2016, 09:03:14 AM by TR8888
 #4776

And what do you intend to do about the ETH (BTC) we earned using NMH earlier that you have relentlessly held as 'unexchanged'?

+1 , I've had a ETH payment sat in unexchanged for 3 days now.

EDIT, I had 550k sat in unexchanged ETH, Now its windled its way down to 440k sat with no payment....
thedreamer
Legendary
*
Offline Offline

Activity: 1694
Merit: 1002

Go Big or Go Home.....


View Profile
June 12, 2016, 09:22:54 AM
 #4777

I wonder if anyone can help, I mine with multiple 280x's, I use latest Nicehash miner.

I get between 17-19MH per card, I've tried 15.7.1 drivers and latest AMD drivers, Cards are at stock on win 7/8 x64

Should I be getting nearer 22-24MH?

Cheers

I don't use the NHM miner as it does not work well IMO, but the genoil ethereal miner should get you 17-20mh on a good quality 280x. The cheapo GPU's with slower ram will get lower.


Go Big or Go Home.
hitchpool
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 12, 2016, 03:25:25 PM
 #4778

Hitchpool chipping in here :-)

Thank you for using our pool to mine ether!

If you have any questions about our pool or have troubles please drop us a line!
Also if you need to set your payout threshold to a lower value, you can always send us an email and we will set it for you (since you can't set it yourself using nicehash as you won't know the ip of the miners)


cheers!
JasonXG
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
June 12, 2016, 04:34:52 PM
 #4779

Was also testing it, everything works, payments are good and come as advertised Smiley

Somyou rate its worth it ? How much did you invest ? Thanks.
nemgun
Hero Member
*****
Offline Offline

Activity: 882
Merit: 533



View Profile WWW
June 12, 2016, 10:38:44 PM
 #4780

Long live nicehash Cheesy
Pages: « 1 ... 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 [239] 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 ... 346 »
  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!