Bitcoin Forum
June 17, 2025, 08:09:17 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 497 »
  Print  
Author Topic: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)  (Read 785418 times)
pinamalina
Jr. Member
*
Offline Offline

Activity: 47
Merit: 1


View Profile
May 09, 2018, 02:01:15 PM
 #1721

I need a good working start.bat command file, which switches from one wallet to another wallet with a time limit

i used this bat this works not so good.
Code:
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

:wallet1
echo Starting Mining Process for first wallet
:: Update the "C:\Mining\PhoenixMiner" with the actual full path of your miner location
start "Phoenix Miner for Wallet #1" /D "C:\Mining\PhoenixMiner" 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 wallet2

:wallet2
echo Starting Mining Process for second wallet

:: Update the "C:\Mining\PhoenixMiner" with the actual full path of your miner location
start "Phoenix Miner for Wallet #2" /D "C:\Mining\PhoenixMiner" 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

Define the 'not so good'. Specify your requirements.
B00gieman
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
May 09, 2018, 05:27:49 PM
Last edit: May 09, 2018, 05:52:33 PM by B00gieman
 #1722

Thanks to you all that tried to help me.

I used for months Claymore.
Since 2 months ago i ported my 2 rigs to this software.
The migration was easy because as you all know the command line used on Claymore is the same.

So my 8x1070+5x580 and using this software for last 2 months. I was very satisfied... but then i started to see more consumption. With the same settings PM consumes almost 400w/hr more than Claymore. I dont know the reason so...back to Claymore.
my bad...
Stihlus
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
May 09, 2018, 06:41:08 PM
 #1723

Thanks to you all that tried to help me.

I used for months Claymore.
Since 2 months ago i ported my 2 rigs to this software.
The migration was easy because as you all know the command line used on Claymore is the same.

So my 8x1070+5x580 and using this software for last 2 months. I was very satisfied... but then i started to see more consumption. With the same settings PM consumes almost 400w/hr more than Claymore. I dont know the reason so...back to Claymore.
my bad...
Hmm, now you really make me paranoid, From my plug I have the same consumption ~1600W with Claymore and Phoenix (14 x 1070 G1 Gaming (60% TDP, -100CC, +780 MC + the rest of components ...)  Smiley) I don't think should be a prob if you set from afterburner the limit only if the software has something to override the settings and I don't think that....400W it's quite too much
khafan11
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 09, 2018, 08:31:00 PM
 #1724

Anybody knows why today PM 2.9e does not report hashrate to Nanopool?

https://content.screencast.com/users/SergeyBervinov/folders/Jing/media/c09614be-e98b-4dda-b987-fc30830790e5/2018-05-07_2035.png

PhoenixMiner 2.9e
Params: -nvidia -cdm 2 -cdmport 3333 -cdmpass 123 -minRigSpeed 188 -rmode 2 -tstop 65 -tstart 40 -logsmaxsize 0 -nvnew 0

Before 2018-05-07 12:30 -nvnew was absent and -mi 10 was used.
After 2018-05-07 12:30 -mi was removed and -nvnew 0 was added.



 same issue
Stihlus
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
May 10, 2018, 06:54:15 AM
 #1725

I got massage "GPU4 CUDA error in CudaProgram.cu:264 : the launch timed out and was terminated (702)", and then the miner was hanged. What is this mean?
Check your OC and power limit, disconnect the GPU and try without GPU4 to see whats happening (to see if it's a specific issue with the gpu or riser - you can change the order of GPU), if the problem still persist try to reinstall the drivers with DDU.
Regards
pinamalina
Jr. Member
*
Offline Offline

Activity: 47
Merit: 1


View Profile
May 10, 2018, 07:24:03 AM
 #1726

I got massage "GPU4 CUDA error in CudaProgram.cu:264 : the launch timed out and was terminated (702)", and then the miner was hanged. What is this mean?
It means two things: your gpu is overclocked - reduce memory frequency and secondly the miner code insufficiently handles that part of the code interfacing with the cuda API or the CUDA driver itself is buggy. In my opinion and experience the driver is to blame.
Digital_Seytan
Jr. Member
*
Offline Offline

Activity: 222
Merit: 2

digiseytan@walletofsatoshi.com


View Profile WWW
May 10, 2018, 11:34:59 AM
 #1727

Code:
I need a good working start.bat command file, which switches from one wallet to another wallet with a time limit

i used this bat this works not so good.


Define the 'not so good'. Specify your requirements.



switching from wallet 1 to wallet 2, a lot of loss of time and of course the loss of time for startup phoenixminer, must be an easier way for this, without the waiting times and the start-up time of the Miner itself.

DonateSATS:Digiseytan@WALLETOFSATOSHi.COM
SHOPFREE: https://satsback.com/register/1QEJyGPlg4LN5kwx
ETC+Zil Pool:https://k1pool.com/invite/895eb07555
Digital_Seytan
Jr. Member
*
Offline Offline

Activity: 222
Merit: 2

digiseytan@walletofsatoshi.com


View Profile WWW
May 10, 2018, 11:44:33 AM
 #1728

Is there a chance that 3.0 will have dual mine (preferably keccak/blake2s) ?

I do not understand why many people have the dual mining function waiting for phoenixminer 3.0, it is still possible with calymore dual miner. but what do you shoot with dual mining, costs much more energy and also less hashrate for eth and minimal earnings with the second coin.what do you shoot with this.i personally prefer a miner software that is economical with energy and stable works and high hashrate and more schares eth

DonateSATS:Digiseytan@WALLETOFSATOSHi.COM
SHOPFREE: https://satsback.com/register/1QEJyGPlg4LN5kwx
ETC+Zil Pool:https://k1pool.com/invite/895eb07555
DireWolfM14
Copper Member
Legendary
*
Offline Offline

Activity: 2548
Merit: 4975



View Profile WWW
May 10, 2018, 02:15:51 PM
Last edit: May 10, 2018, 03:42:44 PM by DireWolfM14
 #1729

Is there a chance that 3.0 will have dual mine (preferably keccak/blake2s) ?

I do not understand why many people have the dual mining function waiting for phoenixminer 3.0, it is still possible with calymore dual miner. but what do you shoot with dual mining, costs much more energy and also less hashrate for eth and minimal earnings with the second coin.what do you shoot with this.i personally prefer a miner software that is economical with energy and stable works and high hashrate and more schares eth

Agreed.  I have little experience with mining, but lots tuning PC's with Windows and Ubuntu.  I've tried and tried tweaking the settings on both miners.  With Claymore's dual miner my ETH hashrate drops 10%, and the additional DCR only makes up for a mere fraction of of the loss.  Energy usage is the same regardless of which mining software I use.  So, obviously I'm sticking to phoenix.  Dual mining, at least Claymore's miner, just don't make cent$.

░░░░▄▄████████████▄
▄████████████████▀
▄████████████████▀▄█▄
▄██████▀▀░░▄███▀▄████▄
▄██████▀░░░▄███▀▀██████▄
██████▀░░▄████▄░░░▀██████
██████░░▀▀▀▀▄▄▄▄░░██████
██████▄░░░▀████▀░░▄██████
▀██████▄▄███▀░░░▄██████▀
▀████▀▄████░░▄▄███████▀
▀█▀▄████████████████▀
▄████████████████▀
▀████████████▀▀░░░░
 
 CCECASH 
 
    ANN THREAD    
 
      TUTORIAL      
pinamalina
Jr. Member
*
Offline Offline

Activity: 47
Merit: 1


View Profile
May 10, 2018, 03:39:23 PM
 #1730

Code:
I need a good working start.bat command file, which switches from one wallet to another wallet with a time limit

i used this bat this works not so good.


Define the 'not so good'. Specify your requirements.



switching from wallet 1 to wallet 2, a lot of loss of time and of course the loss of time for startup phoenixminer, must be an easier way for this, without the waiting times and the start-up time of the Miner itself.

As advised in the previous replies there are so much simpler solutions utilizing wallet transfer of the mined eth... However if you insist on a complex solution then I can program solution utilizing the remote management API and epools.txt. Send a PM message to get my full proposal for the not free solution.
shanepottermi
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
May 10, 2018, 04:14:13 PM
 #1731

Is there a chance that 3.0 will have dual mine (preferably keccak/blake2s) ?

I do not understand why many people have the dual mining function waiting for phoenixminer 3.0, it is still possible with calymore dual miner. but what do you shoot with dual mining, costs much more energy and also less hashrate for eth and minimal earnings with the second coin.what do you shoot with this.i personally prefer a miner software that is economical with energy and stable works and high hashrate and more schares eth

Agreed.  I have little experience with mining, but lots tuning PC's with Windows and Ubuntu.  I've tried and tried tweaking the settings on both miners.  With Claymore's dual miner my ETH hashrate drops 10%, and the additional DCR only makes up for a mere fraction of of the loss.  Energy usage is the same regardless of which mining software I use.  So, obviously I'm sticking to phoenix.  Dual mining, at least Claymore's miner, just don't make cent$.

Dual mining is dead. ASICs killed that months ago. Nothing I've seen is profitable dual mining vs solo mining. Not only doesn't it cover the extra power used, it loses money, an increases heat. The dev of Phoenix should have stopped code for dual mining once it became clear it wasn't profitable anymore and focused on a linux version for the larger farms.
4ward
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
May 10, 2018, 05:30:15 PM
 #1732

Is there a chance that 3.0 will have dual mine (preferably keccak/blake2s) ?

I do not understand why many people have the dual mining function waiting for phoenixminer 3.0, it is still possible with calymore dual miner. but what do you shoot with dual mining, costs much more energy and also less hashrate for eth and minimal earnings with the second coin.what do you shoot with this.i personally prefer a miner software that is economical with energy and stable works and high hashrate and more schares eth

Agreed.  I have little experience with mining, but lots tuning PC's with Windows and Ubuntu.  I've tried and tried tweaking the settings on both miners.  With Claymore's dual miner my ETH hashrate drops 10%, and the additional DCR only makes up for a mere fraction of of the loss.  Energy usage is the same regardless of which mining software I use.  So, obviously I'm sticking to phoenix.  Dual mining, at least Claymore's miner, just don't make cent$.

Dual mining is dead. ASICs killed that months ago. Nothing I've seen is profitable dual mining vs solo mining. Not only doesn't it cover the extra power used, it loses money, an increases heat. The dev of Phoenix should have stopped code for dual mining once it became clear it wasn't profitable anymore and focused on a linux version for the larger farms.

Not completely but almost, and highly dependent on your power cost
This includes power usage calculations:

Code:
Algorithm         Coin          Miner                        StatsSpeed PwLim Watt  USD/W mBTC/Day USD/Day Profit/Day PoolFee MinerFee Pool        Loc.
---------         ----          -----                        ---------- ----- ----  ----- -------- ------- ---------- ------- -------- ----        ----
Ethash_Keccak|08  ETH_MAX       A-ClayDual-11.7       29.21 mh/233.7 mh   100  143 0.0113  0.20695    1.90   1.61 USD   0.90%    1.50% W-MPH/W-MPH EU
Ethash            ETH           A-Phoenix-2.9e                 29.54 mh   100  102 0.0145  0.18440    1.69   1.49 USD   0.90%    0.65% W-MPH       EU
Ethash_Blake2s|60 ETH_Blake2s   A-ClayDual-11.7       29.31 mh/1.759 gh   100  145 0.0102  0.19205    1.76   1.47 USD   0.90%    1.50% W-MPH/NH    EU

Although last week Ethash_Blake2s was still above Ethash only

BennyT
Full Member
***
Offline Offline

Activity: 259
Merit: 108


View Profile
May 10, 2018, 07:18:38 PM
 #1733



switching from wallet 1 to wallet 2, a lot of loss of time and of course the loss of time for startup phoenixminer, must be an easier way for this, without the waiting times and the start-up time of the Miner itself.

As advised in the previous replies there are so much simpler solutions utilizing wallet transfer of the mined eth... However if you insist on a complex solution then I can program solution utilizing the remote management API and epools.txt. Send a PM message to get my full proposal for the not free solution.
[/quote]

To add.. I would just run two instances of phoenix on startup. Program 1 mines 6 GPUS to one wallet, and the other instance will run 2 GPUS to another wallet or however you want to allocate the percentage split. The time limit switching as everyone else has said, is a not as an efficient of an approach.
B00gieman
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
May 11, 2018, 02:01:45 PM
 #1734

Here we go again:

Miner:
7*1070 + 5*580

So on Claymore v. 11.6 i use This bat file:
Code:
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
Miners\Claymore_Dual_Ethereum_v10.2\EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal walletaddress.rigcozinha -epsw x -allpools 1 -mport 4444 -cclock 1150 -mclock 2225 -cvddc 850 -mvddc 850
MSI Afterburnner 4.5.0:
Core: 0
Mem: +715
PL: 65%
Power Consumption: 1750w

PhoniexMiner config bat file:
Code:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444 -wal walletaddress.RIGcozinha -proto 3 -cclock 1150 -mclock 2225 -cvddc 850 -mvddc 850 -log 0

Afterburnner config are the same

Power Consumption: 2150w

Whats the problem?
I like verter PM, but With This difference i cannot keep using.


sergioheadache
Jr. Member
*
Offline Offline

Activity: 43
Merit: 1


View Profile
May 11, 2018, 06:00:42 PM
 #1735

Hello,

i am running 2 different instances of the miner, 1 for nvidia and 1 for amd, its more comfortable for me to control the settings this way,

for now i used -cdm and 2 diferent ports, so i see them in my control panel as 2 miners,

is there an option to see them as 1 miner  ? somehow make the cdm know that there are 2 windows running ?


thanks
DireWolfM14
Copper Member
Legendary
*
Offline Offline

Activity: 2548
Merit: 4975



View Profile WWW
May 11, 2018, 07:45:02 PM
Last edit: May 12, 2018, 01:25:18 AM by DireWolfM14
 #1736

Has anybody used OhGodAnETHlargementPill with Phoenix?  I'm planning on buying a couple of GTX 1080's (hooked on ETH) to add to my rig, and I saw this during a search for expected hash rates.  Does it work with Phoenix?  Is it stable and safe?  Will it affect the longevity of the cards?  Thanks.

ETA is obvious I'm a newbie?  Have I crossed the line? Splain it me Lucy.

░░░░▄▄████████████▄
▄████████████████▀
▄████████████████▀▄█▄
▄██████▀▀░░▄███▀▄████▄
▄██████▀░░░▄███▀▀██████▄
██████▀░░▄████▄░░░▀██████
██████░░▀▀▀▀▄▄▄▄░░██████
██████▄░░░▀████▀░░▄██████
▀██████▄▄███▀░░░▄██████▀
▀████▀▄████░░▄▄███████▀
▀█▀▄████████████████▀
▄████████████████▀
▀████████████▀▀░░░░
 
 CCECASH 
 
    ANN THREAD    
 
      TUTORIAL      
B00gieman
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
May 11, 2018, 08:22:25 PM
Last edit: May 11, 2018, 08:34:11 PM by B00gieman
 #1737

Here we go again:

Miner:
7*1070 + 5*580

So on Claymore v. 11.6 i use This bat file:
Code:
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
Miners\Claymore_Dual_Ethereum_v10.2\EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal walletaddress.rigcozinha -epsw x -allpools 1 -mport 4444 -cclock 1150 -mclock 2225 -cvddc 850 -mvddc 850
MSI Afterburnner 4.5.0:
Core: 0
Mem: +715
PL: 65%
Power Consumption: 1750w

PhoniexMiner config bat file:
Code:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444 -wal walletaddress.RIGcozinha -proto 3 -cclock 1150 -mclock 2225 -cvddc 850 -mvddc 850 -log 0

Afterburnner config are the same

Power Consumption: 2150w

Whats the problem?
I like verter PM, but With This difference i cannot keep using.


After some tests i realized that the extra consumption is on AMD cards. So for now... the solution i'm using is Claymore for AMD cards, and PM for Nvidia cards.

I dont know why but PM is not executing the "in BOLD" command line:
PhoenixMiner.exe -pool eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444 -wal walletaddress.RIGcozinha -proto 3 -cclock 1150 -mclock 2225 -cvddc 850 -mvddc 850 -log 0
gsrcrxsi314
Member
**
Offline Offline

Activity: 367
Merit: 34


View Profile
May 12, 2018, 01:36:52 AM
 #1738

yeah i've noticed that the voltage commands seem to not work at all. and applying drastically low values (like 700mV) do nothing and power consumption is not reduced.
Metroid
Sr. Member
****
Offline Offline

Activity: 2142
Merit: 353


Xtreme Monster


View Profile
May 12, 2018, 01:52:41 AM
 #1739

yeah i've noticed that the voltage commands seem to not work at all. and applying drastically low values (like 700mV) do nothing and power consumption is not reduced.

That is amd drivers, not the miner per se, amd drivers used to be like that, you set and it did, now you have to mod the bios with the voltage you want and you need to write -cvddc xx and you must pray the driver will accept the voltage cause if it does not then it will use another voltage like 950 or even 1150 and you will see your card overheating after few minutes. Most noob miners think is using the correct set voltage but most of the time if you did not do it right then no.

BTC Address: 1DH4ok85VdFAe47fSVXNVctxkFhUv4ujbR
gsrcrxsi314
Member
**
Offline Offline

Activity: 367
Merit: 34


View Profile
May 12, 2018, 02:17:53 AM
 #1740

yeah i've noticed that the voltage commands seem to not work at all. and applying drastically low values (like 700mV) do nothing and power consumption is not reduced.

That is amd drivers, not the miner per se, amd drivers used to be like that, you set and it did, now you have to mod the bios with the voltage you want and you need to write -cvddc xx and you must pray the driver will accept the voltage cause if it does not then it will use another voltage like 950 or even 1150 and you will see your card overheating after few minutes. Most noob miners think is using the correct set voltage but most of the time if you did not do it right then no.

im using the 18.2.1 drivers, not the buggy ass blockchain drivers.

and for reference, claymore applies the voltages correctly on the same system

try again.
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 497 »
  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!