Bitcoin Forum
May 26, 2024, 10:05:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Sia PoW Reset - They are finally bricking all asic miners on: October 04, 2018, 04:51:48 PM
LOL brick the competitor's ASIC and keep their own. if this isn't centralized, I don't know what is. As much as it pains me to say PoW need and will eventually be a thing in the past.

Project like this i stay away from.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: May 03, 2018, 11:11:41 PM
Not looking for the failover purpose, instead I'm looking to split up the total mining durations into two chunks, 1) mining using first wallet address & when 60 mins is reached flip over to the wallet 2 and mine for x time and back. Sort of like a dev fee idea. Or there maybe a better way to achieve the same thing?

anyone expert in terms of batch file configuration? I'm attempting to use the following windows cmd commands to switch between different wallet address using one single batch file. However it seems to me that once the first phoenix process has started, the timeout command following is no longer working. Any suggestions as to why?

:wallet1
echo Starting Mining Process
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

PhoenixMiner.exe -pool us2.ethermine.org:4444 -pool2 us1.ethermine.org:14444 -wal <wallet.rigname> -gpus 1234567 -pass x -logfile *
timeout /t 60 <---stopped here>
taskkill /im PhoenixMiner.exe /f /t
goto wallet2

:wallet2
echo Starting Mining Process
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

PhoenixMiner.exe -pool us2.ethermine.org:4444 -pool2 us1.ethermine.org:14444 -wal <wallet.rigname> -gpus 1234567 -pass x -logfile *
timeout /t 60
taskkill /im PhoenixMiner.exe /f /t
goto wallet1

you just need one bat file for a failover....

PhoenixMiner.exe -pool us2.ethermine.org:4444 -pool2 us1.ethermine.org:14444 -wal <wallet.rigname> -wal2 <wallet.rigname> -gpus 1234567 -pass x -pass2 x -logfile *



-pool2 <host:port>  Failover ethash pool address. Same as -pool but for the failover pool
  -wal2 <wallet> Failover ethash wallet (if missing -wal will be used for the failover pool too)
  -pass2 <password> Failover ethash password (if missing -pass will be used for the failover pool too)
  -worker2 <name> Failover ethash worker name (if missing -worker will be used for the failover pool too)
  -proto2 <n> Failover ethash stratum protocol (if missing -proto will be used for the failover pool too)
  -coin2 <coin> Failover devfee Ethash coin (if missing -coin will be used for the failover pool too)
  -stales2 <n> Submit stales to the failover pool: 1 - yes (default), 0 - no
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: May 03, 2018, 09:48:41 PM
anyone expert in terms of batch file configuration? I'm attempting to use the following windows cmd commands to switch between different wallet address using one single batch file. However it seems to me that once the first phoenix process has started, the timeout command following is no longer working. Any suggestions as to why?

:wallet1
echo Starting Mining Process
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

PhoenixMiner.exe -pool us2.ethermine.org:4444 -pool2 us1.ethermine.org:14444 -wal <wallet.rigname> -gpus 1234567 -pass x -logfile *
timeout /t 60 <---stopped here>
taskkill /im PhoenixMiner.exe /f /t
goto wallet2

:wallet2
echo Starting Mining Process
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

PhoenixMiner.exe -pool us2.ethermine.org:4444 -pool2 us1.ethermine.org:14444 -wal <wallet.rigname> -gpus 1234567 -pass x -logfile *
timeout /t 60
taskkill /im PhoenixMiner.exe /f /t
goto wallet1
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore underwolting - best values for rx580 8gb nitro+ on: March 29, 2018, 04:59:23 PM
i have a combination of NVDIA and AMD, so in the bat file, how would i specific the undervolt settings similar in the command line and only to the AMD?

Hello,

Have one RX580 nitro+ 8GB and I flashed the bios.

No undervolt was applied in bios, I must do it from Claymore miner.  
  
The value I put in claymore are :  

Quote
-tstop 85 -tt 65 -cclock 1150 -mclock 2200 -cvddc 850 -mvddc 850  

I got 30.300 mh/s on eth and 909 on Decr.  GPU fan is quiet, power draw from wall with GPU : 205w. 

On most tutorial the power consumption are between 130-150w.

Is it possible to keep the hashrate values while reducing power consumption? How ? What are your values ?

Driver : Official Mining Drivers Beta for [Suspicious link removed]pute. I have wattTool if needed.

Thank you.


5  Alternate cryptocurrencies / Mining (Altcoins) / HELP: Adding a AMD GPU for the first time to a RIG full of NVIDIA on: March 28, 2018, 05:30:58 AM
Folks,

hopefully, someone can provide some guidance here. Got a rig here full of 6x NVIDIA GPU. Bought a Nitro+ RX 570 8GB, tried installing it, no luck. WIN 10, can't detect it, can't see it in the device manager, never had AMD card on it before so even attempt to run DDU to make sure there's no AMD drivers, no luck. Tried to replace riser, cables and tested it with the NVIDIA card and confirmed not the riser issue. I even tried to put the RX on the NVIDIA riser which I know works and vice versa. Running out of ideas here, any suggestion is greatly appreciated.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Setting up AMD and Nvidia on same rig to mine? on: March 28, 2018, 05:21:07 AM
Hoping for some guidance here. running multiple NVIDIA GPU, trying to slap a RX 570 8GB and win10 can't find it. replaced riser, cables and everything, tried putting the NVIDIA card on the riser and works perfect fine. tried putting the RX 570 on the NVIDIA riser which i know works, no luck either.

Can't see it in the device manager, not sure where to go here, hoping someone know what else i can try.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 25, 2018, 03:17:01 AM
Sorry if this has been answered, i tried digging around the thread but couldn't find what im looking for. Might be the syntax im using when searching.

I have rig with 8 cards, I was wondering with Claymore, is it possible to specify a specific card to/with a different wallet address if i decide to only mine ETH for GPU 1-6 and GPU 7-8 on something else?

Thanks.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows) on: March 22, 2018, 05:35:44 PM
quite new to the whole mining gig, started with claymore doing eth only but reading that ZEC is more suitable for Nvidia as the rig i got at the moment is nothing but 1060 6GB, would it be more worthwhile to do ZEC than ETH? i know there are a lot of considerations, no right or wrong answer to it, but want to see more user's opinions and decide.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: AMD RX 570/580 (4GB/8GB) vs NIVIDIA 1050TI/1060 (4GB/8GB) on: March 14, 2018, 06:43:25 AM
for now 1050ti is the worthiest one, two equals one gtx1070, with 65W tdp

1050ti is on the list, the only downside is 4GB. hmm. sorry im quite new, 65W TDP =?
it somewhat equals to the power consuming

Thanks, google'd and did some reading as well Smiley learning is always fun. SO, do you use 1050ti? pricing, longevity comparison are some of my considerations. what are ur hashrates and what are u mining with those 1050ti?
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: AMD RX 570/580 (4GB/8GB) vs NIVIDIA 1050TI/1060 (4GB/8GB) on: March 14, 2018, 06:04:41 AM
for now 1050ti is the worthiest one, two equals one gtx1070, with 65W tdp

1050ti is on the list, the only downside is 4GB. hmm. sorry im quite new, 65W TDP =?
11  Alternate cryptocurrencies / Mining (Altcoins) / AMD RX 570/580 (4GB/8GB) vs NIVIDIA 1050TI/1060 (4GB/8GB) on: March 14, 2018, 04:29:40 AM
hoping to get some feedback from the experienced users. I started with 1060 6GB, looking to add a few more GPU, debating if i should add some AMD for varieties rather as I understand there are range of mining for AMD versus NIVIDIA. mainly using Claymore right now, and seems as AMD is better for ETH.

Love to hear different opinions if i should go with AMD 4GB vs 8GB or NIVIDIA. Seems as the hashrate isn't that much more other than the fact that the card may last longer when DAG files get bigger.

I'm a noob so sorry if my question sounds confusing Wink
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: GTX 1060 discussion thread on: March 09, 2018, 05:28:00 AM
Zoltac 1060 6GB

Power 65
MEM +800

24.1mH
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.2 (Windows/Linux) on: March 07, 2018, 09:29:24 PM
does anyone have issue with 11.2? every so often, i would encounter GPU disabled error, along with OpenCL. To counter that i'd attempt to add -r 60 to the bat to restart each hour. Is that normal that it need to re-jiggle every 60 mins?

using Win10, GTX 1060 6gb, OC +850 mem.

Any thoughts is greatly appreciated.

Yeah, +850 mem is not stable on any miner. Also the gains from +720 and even from very stable +650 are not big enough to counteract the downtime you get from killing your gpus.
Actually, depending on who made the GDDR5 memory, recently built 6GB 1060's all run at +800 memory clock or more.  My new one has been running at +1000 (effectively 2000) since the day I got it and hashes about 15-20% better there than with the default setting.  I have Hynix memory, and since about August GTX 1060 cards made have all had RAM intended to run at 11M instead of 8, so it probably can take more but +1000 is the software limitation of the drivers.  (per the author of "nVidia Inspector" and "Profile Inspector")

Mine's are all GDDR5 Samsung. POWR 65% MEM +785 seems to be stable, no more weird reboot & crashes. slowly tweaking. getting about average +- 24.1Mh/s per card. tempting to add RX580 8G rather as BIOS flash can push it to 29 Mh.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.2 (Windows/Linux) on: March 07, 2018, 06:03:27 AM
does anyone have issue with 11.2? every so often, i would encounter GPU disabled error, along with OpenCL. To counter that i'd attempt to add -r 60 to the bat to restart each hour. Is that normal that it need to re-jiggle every 60 mins?

using Win10, GTX 1060 6gb, OC +850 mem.

Any thoughts is greatly appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!