Bitcoin Forum
May 24, 2024, 03:58:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
81  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017] on: January 22, 2017, 10:38:09 PM
True, i couldn't get it work with xintensity at all. Using --rawintensity 512 -w 4 -g 1 its working but its slower A LOT than claymore xmr.

Sorry, the settings above were for daggerhashimoto ... try using -g 2 for CryptoNight:

Code:
--rawintensity 512 -w 4 -g 2

It should yield you basically the same speed as with Claymore CryptoNight Miner.
82  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017] on: January 22, 2017, 06:38:49 PM
Anyone in the mood to share XMR settings for 270x cards ?  Kiss

This should work fine:

edit
Code:
--rawintensity 512 -w 4 -g 2

If you get hw errors, try lower the xintensity.
83  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] NiceHash.com Z.CASH/Scrypt/X11/Lbry/etc. profit switch Bitcoin payout on: January 22, 2017, 02:41:31 PM
Hello,

Please find below instructions on how to use AMD CryptoNight and DaggerHashimoto miner with our NiceHash pool. Here are startup scripts for windows:

1) Download from here: https://github.com/nicehash/sgminer-gm/releases

2) Start for CryptoNight:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=cryptonight.eu.nicehash.com:3355
::set URL=cryptonight.usa.nicehash.com:3355
::set URL=cryptonight.hk.nicehash.com:3355
::set URL=cryptonight.jp.nicehash.com:3355

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=cryptonight

:: tuning options
::set PARAMS=--rawintensity 1024 -w 8 -g 1
set PARAMS=--rawintensity 512 -w 4 -g 2

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%

3) Start for DaggerHashimoto:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=daggerhashimoto.eu.nicehash.com:3353
::set URL=daggerhashimoto.usa.nicehash.com:3353
::set URL=daggerhashimoto.hk.nicehash.com:3353
::set URL=daggerhashimoto.jp.nicehash.com:3353

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=ethash

:: tuning options
::set PARAMS=--xintensity 1024 -w 192 -g 1
set PARAMS=--xintensity 512 -w 192 -g 1

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%


Best regards,
NiceHash team.
84  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: January 22, 2017, 02:40:44 PM
Hello,

Please find below instructions on how to use AMD CryptoNight and DaggerHashimoto miner with our NiceHash pool. Here are startup scripts for windows:

1) Download from here: https://github.com/nicehash/sgminer-gm/releases

2) Start for CryptoNight:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=cryptonight.eu.nicehash.com:3355
::set URL=cryptonight.usa.nicehash.com:3355
::set URL=cryptonight.hk.nicehash.com:3355
::set URL=cryptonight.jp.nicehash.com:3355

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=cryptonight

:: tuning options
::set PARAMS=--rawintensity 1024 -w 8 -g 1
set PARAMS=--rawintensity 512 -w 4 -g 2

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%

3) Start for DaggerHashimoto:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=daggerhashimoto.eu.nicehash.com:3353
::set URL=daggerhashimoto.usa.nicehash.com:3353
::set URL=daggerhashimoto.hk.nicehash.com:3353
::set URL=daggerhashimoto.jp.nicehash.com:3353

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=ethash

:: tuning options
::set PARAMS=--xintensity 1024 -w 192 -g 1
set PARAMS=--xintensity 512 -w 192 -g 1

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%


Best regards,
NiceHash team.
85  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017] on: January 22, 2017, 02:38:31 PM
Hello,

We are getting many requests for instructions on how to use this miner with NiceHash pool. Here are startup scripts for windows:

1) Download from here: https://github.com/nicehash/sgminer-gm/releases

2) Start for CryptoNight:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=cryptonight.eu.nicehash.com:3355
::set URL=cryptonight.usa.nicehash.com:3355
::set URL=cryptonight.hk.nicehash.com:3355
::set URL=cryptonight.jp.nicehash.com:3355

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=cryptonight

:: tuning options
::set PARAMS=--rawintensity 1024 -w 8 -g 1
set PARAMS=--rawintensity 512 -w 4 -g 2

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%

3) Start for DaggerHashimoto:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=daggerhashimoto.eu.nicehash.com:3353
::set URL=daggerhashimoto.usa.nicehash.com:3353
::set URL=daggerhashimoto.hk.nicehash.com:3353
::set URL=daggerhashimoto.jp.nicehash.com:3353

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=ethash

:: tuning options
::set PARAMS=--xintensity 1024 -w 192 -g 1
set PARAMS=--xintensity 512 -w 192 -g 1

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%


Best regards,
NiceHash team.
86  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017] on: January 20, 2017, 08:11:07 PM
NiceHash support is coming. Stay tuned.

((Coming as in, a week or two. Wolf0 and I are travelling...))

Here are releases with support for NiceHash, both CryptoNight (XMR) and DaggerHashimoto (Ethereum) are supported on NiceHash. We didn't play with Equihash (Zcash) for now since Zawawa's GG kernels are not yet competitive.

Genesis Mining is welcome to pull patches into it's GitHub repository.

https://github.com/nicehash/sgminer-gm/releases/


Best regards,
NiceHash team.
87  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: January 16, 2017, 10:14:28 AM

My payment is missing.
1A9PLncx6wFU8upEuoimqS3cfdNPgG4yoG


Yes, you were paid, see the transaction:

https://blockchain.info/tx/1eeaa68a919212adc618cf4295dd19193e3966bf3d2ad959e06c2042f747a39d

Unfortunately this particular transaction (1eeaa68a919212adc618cf4295dd19193e3966bf3d2ad959e06c2042f747a39d) was not recorded on the NiceHash Miners page, but payment was made successfully.

Best regards,
NiceHash team.
88  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash Miner - easy-to-use best-profit multi-device cryptocurrency miner on: January 14, 2017, 09:13:02 PM
Hello,

Processing of the last payments took a bit longer this time due to system overload. All payments have now been processed in full.

btw: please follow us on Twitter @NiceHashMining for updates.

Thank you for using our service!

--
Kind regards,
NiceHash.com
89  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: January 14, 2017, 09:12:22 PM
Hello,

Processing of the last payments took a bit longer this time due to system overload. All payments have now been processed in full.

btw: please follow us on Twitter @NiceHashMining for updates.

Thank you for using our service!

--
Kind regards,
NiceHash.com
90  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: January 10, 2017, 05:06:10 PM
Somebody help me to find sgminer 5.5 someone told me that this has a great performance.. Any help is a big help form me.. Thanks

sgminer with the widest range of supported algorithms is maintained by NiceHash, see here: https://github.com/nicehash/sgminer/releases
91  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash EQM Zcash NVIDIA optimized miner [Maxwell/Pascal] + CPU mining v1.0.4c on: January 07, 2017, 09:29:09 AM
EWBF 1.10 is out, speed is now almost 100% same, Memory controller usagenice hash version use 3% more and I think TDP is on nice hash is less by 1-2% but difference is marginal to say .....

Yeah, what else would you expect ... it's been like this for all the past versions ... we release speedup, EWBF copies our ides and put them to his miner ... boring.
92  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash EQM Zcash NVIDIA optimized miner [Maxwell/Pascal] + CPU mining v1.0.4c on: January 05, 2017, 09:57:50 PM
Latest v1.0.4c downloads (only a few stability patches and 1-2% performance increase):


DOWNLOAD WINDOWS version (Windows 7+)

DOWNLOAD Linux Ubuntu 14.04 version

DOWNLOAD Linux Ubuntu 16.04 version


This would probably be the last closed-source release, we are planning to release sources in the upcoming week.

Keep on hashing Wink

Best regards,
NiceHash team.
93  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash EQM Zcash NVIDIA optimized miner [Maxwell/Pascal] + CPU mining v1.0.4b on: January 03, 2017, 07:03:55 PM
Here are download links for the latest version 1.0.4b:

Up to 400 Sol/s @ stock GTX 1070

DOWNLOAD WINDOWS version (Windows 7+)

DOWNLOAD Linux Ubuntu 14.04 version

DOWNLOAD Linux Ubuntu 16.04 version

Please note that you can set mode 1 for SM52 and SM61 cards, mode 2 for SM50 cards.
94  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: December 30, 2016, 04:28:54 AM
I have 3 systems Win10, catalyst 15.7 with various 7950/280 Radeons mining Etherium on nicehash fine for a year and all of a sudden a few days ago, all 3 rigs can no longer mine it. They all get 0hash rate. I can mine other coins, right now i'm resorting to neoscript, but i get under 1/3rd of what daggerhashimoto gave. I've tried the lastest 1.7.3.11 nicehash miner,  and redownloaded the miners and reconfigured but they still won't mine dagger. What could cause this on 3 different rigs?

miner readout
http://imgur.com/a/43noO

This seems to be the issue with the latest AMD drivers. Please try to use drivers which are NOT "ReLive Edition" - use the ones that are previous to the "ReLive Edition".

Best regards,
NiceHash team.
95  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: December 28, 2016, 07:17:36 AM
Explain that it is unrealistic BTC fees, you are charged from each participant in the rules there is no mention about this mess !!!

BTC fees should be paid by the pool like all other pools are doing. Not only is nicehash taking their 3%, but they also pass on the BTC network fee onto you so even less profit!

ALL FEES for payouts to miners/sellers are PAID by us (NiceHash). And yes, indeed these are significant amounts of Bitcoins for transaction fees because there is constant blockchain congestion (full Bitcoin blocks) - but once again, all these fees are covered by us and are NOT deducted from payments to you. So these are our extra costs, but we are covering them all. And we are including large transaction fees for YOU to get the Bitcoins as soon as possible - so that sent transactions are confirmed as soon as possible.

Thank you for using our service!

Best regards,
NiceHash team.
96  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash Miner - easy-to-use best-profit multi-device cryptocurrency miner on: December 26, 2016, 09:41:05 AM
The msdn link above is dead....

We're sorry, the page you requested cannot be found.
The URL might be misspelled, or the page you're looking for is no longer available.
 


Sorry, corrected: https://msdn.microsoft.com/en-us/library/ms190730.aspx
97  Alternate cryptocurrencies / Mining (Altcoins) / Re: NiceHash Miner - easy-to-use best-profit multi-device cryptocurrency miner on: December 26, 2016, 09:19:42 AM
Hi NH team....

Just took the latest eqm version for test run:

How do I fix the error below? The miner still runs but at "degraded mode".

====
[09:43:03][0x00012e7c][info] device#5 | Initializing thread #5 (CPU-XENONCAT-AVX
2)
[09:43:04][0x00016ecc][warning] device#2 | Unable to alloc locked pages (err=131
4); performance will be degraded
====

Notes on CPU mining: this miner has support for LOCKED PAGES; it can give few extra % of performance. How to enable: https://msdn.microsoft.com/en-us/library/ms190730.aspx (you may have to restart OS after changing). CPU mining supports "big servers" with more than 64 cores and there is no need to manually fiddle with affinities and NUMA nodes. Just set -p (number of CPUs) and -t (number of CORES per CPU) and miner automatically deals with it.
98  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] NiceHash.com Z.CASH/Scrypt/X11/Lbry/etc. profit switch Bitcoin payout on: December 25, 2016, 10:00:23 PM
Reminder:

We have added SSL support for mining on NiceHash with Claymore Equihash Zcash miner (as you know, SSL lower's Claymore miner's fee from 2.5% to 2.0%).

You have to use stratum+ssl:// for stratum connection and use port 33357. Please see the examples below:

Mining with Claymore Equihash Zcash miner on EU location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.eu.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Mining with Claymore Equihash Zcash miner on USA location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.usa.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Mining with Claymore Equihash Zcash miner on ASIA Hong Kong location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.hk.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Mining with Claymore Equihash Zcash miner on ASIA Japan location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.jp.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Please note that this only applies if you are using Claymore Equihash Zcash miner version 9.2. Besides lower Claymore miner's fee there are no other benefits and if you're not using Claymore miner you can mine Equihash algorithm just as you've been used before.

Best regards,
NiceHash team.
99  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's ZCash AMD GPU Miner v9.2 (Windows/Linux) on: December 25, 2016, 10:13:39 AM
What did I do wrong ? : no of mining Huh
ZecMiner64.exe -zpool SSL: //zec-eu1.nanopool.org:6633 -zwal t1RGQ4QhSqMMDNF8RaZRm5AHvrP7zyFZD6v.1 -zpsw r -i 8 

Thanks

ZecMiner64.exe -zpool SSL://zec-eu1.nanopool.org:6633 -zwal t1RGQ4QhSqMMDNF8RaZRm5AHvrP7zyFZD6v.1 -zpsw -i 8 

Alternative :

ZecMiner64.exe -zpool ssl://zec.suprnova.cc:2242 -zwal t1RGQ4QhSqMMDNF8RaZRm5AHvrP7zyFZD6v.1 -zpsw -i 8 


Wink

Som more alternative:

ZecMiner64.exe -zpool stratum+ssl://equihash.eu.nicehash.com:33357 -zwal t1RGQ4QhSqMMDNF8RaZRm5AHvrP7zyFZD6v.1 -zpsw -x

Wink
100  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: December 25, 2016, 10:08:53 AM
Reminder:

We have added SSL support for mining on NiceHash with Claymore Equihash Zcash miner (as you know, SSL lower's Claymore miner's fee from 2.5% to 2.0%).

You have to use stratum+ssl:// for stratum connection and use port 33357. Please see the examples below:

Mining with Claymore Equihash Zcash miner on EU location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.eu.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Mining with Claymore Equihash Zcash miner on USA location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.usa.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Mining with Claymore Equihash Zcash miner on ASIA Hong Kong location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.hk.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Mining with Claymore Equihash Zcash miner on ASIA Japan location
Code:
ZecMiner64.exe -zpool stratum+ssl://equihash.jp.nicehash.com:33357 -zwal [YOUR-BTC-ADDR].[YOUR-WORKER-NAME] -zpsw -x

Please note that this only applies if you are using Claymore Equihash Zcash miner version 9.2. Besides lower Claymore miner's fee there are no other benefits and if you're not using Claymore miner you can mine Equihash algorithm just as you've been used before.

Best regards,
NiceHash team.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!