Bitcoin Forum
April 27, 2024, 05:06:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 499 »
  Print  
Author Topic: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)  (Read 784624 times)
Juniormkl
Newbie
*
Offline Offline

Activity: 155
Merit: 0


View Profile
August 01, 2018, 09:02:30 AM
 #2261

Hi,
have maybe someone .bat file for automatic relaunch PM if miner crashed or stopped working?



https://minermonitoring.com/
1714194402
Hero Member
*
Offline Offline

Posts: 1714194402

View Profile Personal Message (Offline)

Ignore
1714194402
Reply with quote  #2

1714194402
Report to moderator
1714194402
Hero Member
*
Offline Offline

Posts: 1714194402

View Profile Personal Message (Offline)

Ignore
1714194402
Reply with quote  #2

1714194402
Report to moderator
1714194402
Hero Member
*
Offline Offline

Posts: 1714194402

View Profile Personal Message (Offline)

Ignore
1714194402
Reply with quote  #2

1714194402
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714194402
Hero Member
*
Offline Offline

Posts: 1714194402

View Profile Personal Message (Offline)

Ignore
1714194402
Reply with quote  #2

1714194402
Report to moderator
1714194402
Hero Member
*
Offline Offline

Posts: 1714194402

View Profile Personal Message (Offline)

Ignore
1714194402
Reply with quote  #2

1714194402
Report to moderator
4play
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 01, 2018, 12:24:45 PM
 #2262

Hi,
have maybe someone .bat file for automatic relaunch PM if miner crashed or stopped working?


Just a few minutes to take a look on the first post and you will find out. It's that simple...

I saw this

-rmode <n> Selects the restart mode when a GPU crashes or freezes:
     0: disabled - miner will shut down instead of restarting
     1: restart with the same command line options - this is the default
     2: reboot (shut down miner and execute reboot.bat)

but when I download PM not include reboot.bat file.

You can just copy your start_miner.bat and rename it to reboot.bat. Same parameters Smiley

Ok I will try this advice, I hope to will be working this Smiley
4play,

If you want to restart your rig you should use -rmode 2 and to create a reboot.bat file and put this line command "shutdown /r /t 5 /f".
Also, you need to disable windows error reporting, if you search a few posts / pages back (page 115, post #2291) you will find some links and a bat file for tweaks.

Regards

This is my reboot file

Code:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM
shutdown /r /t 5 /f
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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool eth-eu1.nanopool.org:9999 -pool2 eth-eu2.nanopool.org:9999 -ewal ethadress.rig01/mymail@gmail.com -epsw x -ftime 10 -rmode 2 -lidag 2 -wdog 1 -nvidia
pause

I hope to this correct
Bael
Jr. Member
*
Offline Offline

Activity: 87
Merit: 2


View Profile
August 01, 2018, 12:54:39 PM
 #2263

Hi

I have been testing your miner in three rigs of 8 gpus (24 gpus), after 3 days I have to say that it works stable.

My mine eth has risen 1 mh/s per rig, that is 3 mh/s, if at that I am not paying more than the competition, I become your client without hesitation : )

Congratulations for the good software!

And apologies for my bad english.
Stihlus
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 01, 2018, 01:00:51 PM
 #2264

Hi,
have maybe someone .bat file for automatic relaunch PM if miner crashed or stopped working?


Just a few minutes to take a look on the first post and you will find out. It's that simple...

I saw this

-rmode <n> Selects the restart mode when a GPU crashes or freezes:
     0: disabled - miner will shut down instead of restarting
     1: restart with the same command line options - this is the default
     2: reboot (shut down miner and execute reboot.bat)

but when I download PM not include reboot.bat file.

You can just copy your start_miner.bat and rename it to reboot.bat. Same parameters Smiley

Ok I will try this advice, I hope to will be working this Smiley
4play,

If you want to restart your rig you should use -rmode 2 and to create a reboot.bat file and put this line command "shutdown /r /t 5 /f".
Also, you need to disable windows error reporting, if you search a few posts / pages back (page 115, post #2291) you will find some links and a bat file for tweaks.

Regards

This is my reboot file

Code:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM
shutdown /r /t 5 /f
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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool eth-eu1.nanopool.org:9999 -pool2 eth-eu2.nanopool.org:9999 -ewal ethadress.rig01/mymail@gmail.com -epsw x -ftime 10 -rmode 2 -lidag 2 -wdog 1 -nvidia
pause

I hope to this correct
It's enough if you put only "shutdown /r /t 5 /f" command (without comma) in your reboot.bat file (and of course...to have your reboot.bat file in the same directory with miner files and again....disable windows error reporting). You can test if you want ... try to OC a GPU a little bit more just to have an error.
4play
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 01, 2018, 02:11:23 PM
 #2265

Hi,
have maybe someone .bat file for automatic relaunch PM if miner crashed or stopped working?


Just a few minutes to take a look on the first post and you will find out. It's that simple...

I saw this

-rmode <n> Selects the restart mode when a GPU crashes or freezes:
     0: disabled - miner will shut down instead of restarting
     1: restart with the same command line options - this is the default
     2: reboot (shut down miner and execute reboot.bat)

but when I download PM not include reboot.bat file.

You can just copy your start_miner.bat and rename it to reboot.bat. Same parameters Smiley

Ok I will try this advice, I hope to will be working this Smiley
4play,

If you want to restart your rig you should use -rmode 2 and to create a reboot.bat file and put this line command "shutdown /r /t 5 /f".
Also, you need to disable windows error reporting, if you search a few posts / pages back (page 115, post #2291) you will find some links and a bat file for tweaks.

Regards

This is my reboot file

Code:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM
shutdown /r /t 5 /f
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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool eth-eu1.nanopool.org:9999 -pool2 eth-eu2.nanopool.org:9999 -ewal ethadress.rig01/mymail@gmail.com -epsw x -ftime 10 -rmode 2 -lidag 2 -wdog 1 -nvidia
pause

I hope to this correct
It's enough if you put only "shutdown /r /t 5 /f" command (without comma) in your reboot.bat file (and of course...to have your reboot.bat file in the same directory with miner files and again....disable windows error reporting). You can test if you want ... try to OC a GPU a little bit more just to have an error.

1000x times tnx its working. Really tnx a lot Smiley
Stihlus
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 02, 2018, 11:16:39 AM
 #2266

Hi,
have maybe someone .bat file for automatic relaunch PM if miner crashed or stopped working?


Just a few minutes to take a look on the first post and you will find out. It's that simple...

I saw this

-rmode <n> Selects the restart mode when a GPU crashes or freezes:
     0: disabled - miner will shut down instead of restarting
     1: restart with the same command line options - this is the default
     2: reboot (shut down miner and execute reboot.bat)

but when I download PM not include reboot.bat file.

You can just copy your start_miner.bat and rename it to reboot.bat. Same parameters Smiley

Ok I will try this advice, I hope to will be working this Smiley
4play,

If you want to restart your rig you should use -rmode 2 and to create a reboot.bat file and put this line command "shutdown /r /t 5 /f".
Also, you need to disable windows error reporting, if you search a few posts / pages back (page 115, post #2291) you will find some links and a bat file for tweaks.

Regards

This is my reboot file

Code:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM
shutdown /r /t 5 /f
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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool eth-eu1.nanopool.org:9999 -pool2 eth-eu2.nanopool.org:9999 -ewal ethadress.rig01/mymail@gmail.com -epsw x -ftime 10 -rmode 2 -lidag 2 -wdog 1 -nvidia
pause

I hope to this correct
It's enough if you put only "shutdown /r /t 5 /f" command (without comma) in your reboot.bat file (and of course...to have your reboot.bat file in the same directory with miner files and again....disable windows error reporting). You can test if you want ... try to OC a GPU a little bit more just to have an error.

1000x times tnx its working. Really tnx a lot Smiley
Hi,

No problem, don't worry.
I know you’ll do the same for someone else.

Regards,
Radu
rongphuongnam
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
August 02, 2018, 11:26:45 AM
 #2267

@Phoenix: some log for you. Run normal on 2.9e

2018.07.20:19:40:33.324: main GPUs: 1: 29.665 MH/s (0) 2: 29.654 MH/s (1) 3: 29.560 MH/s (1) 4: 30.237 MH/s (0) 5: 30.220 MH/s (1) 6: 29.906 MH/s (1)
2018.07.20:19:40:35.622: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xc3d94fa864f5d8ffb45fd86d90bd507ad6402e6a8851d8da4ca810a5b4168ac4","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f2"]}
2018.07.20:19:40:35.622: eths Eth: New job #c3d94fa8 from ssl://asia1.ethermine.org:5555; diff: 4000MH
2018.07.20:19:40:37.696: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:40:37.696: eths Eth: Send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x0","0xad21403d79618373f28f35fad7616872d7167b6d88c857010836c7e586225c00"]}

2018.07.20:19:40:37.921: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0xc3d94fa864f5d8ffb45fd86d90bd507ad6402e6a8851d8da4ca810a5b4168ac4","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f2"]}
2018.07.20:19:40:38.415: main Eth speed: 179.422 MH/s, shares: 4/0/0, time: 0:01
2018.07.20:19:40:38.415: main GPUs: 1: 29.654 MH/s (0) 2: 29.653 MH/s (1) 3: 29.537 MH/s (1) 4: 30.408 MH/s (0) 5: 30.409 MH/s (1) 6: 29.761 MH/s (1)
2018.07.20:19:40:41.799: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x3d6ca15ca53427885f7036b48764b73f1b864fe960ac87c4b7758e3682c0fda8","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f3"]}
2018.07.20:19:40:41.800: eths Eth: New job #3d6ca15c from ssl://asia1.ethermine.org:5555; diff: 4000MH
2018.07.20:19:40:42.102: main GPU1: 61C 71%, GPU2: 59C 69%, GPU3: 61C 73%, GPU4: 58C 67%, GPU5: 58C 67%, GPU6: 55C 60%
2018.07.20:19:40:43.523: main Eth speed: 179.209 MH/s, shares: 4/0/0, time: 0:01
2018.07.20:19:40:43.523: main GPUs: 1: 29.641 MH/s (0) 2: 29.647 MH/s (1) 3: 29.522 MH/s (1) 4: 30.362 MH/s (0) 5: 30.371 MH/s (1) 6: 29.666 MH/s (1)
2018.07.20:19:40:44.046: hwmc GPU6: set GPU clocks to 1110 MHz (Vddc 840 mV, X2 API)
2018.07.20:19:40:47.179: main 
2018.07.20:19:40:47.179: main *** 0:01 *** 7/20 19:40 **************************************
2018.07.20:19:40:47.179: main Eth: Mining ETH on ssl://asia1.ethermine.org:5555 for 0:01
2018.07.20:19:40:47.179: main 6 GPU(s) are auto-tuning. Hasharate may be low until they are ready.
2018.07.20:19:40:47.179: main Eth: Accepted shares 4 (0 stales), rejected shares 0 (0 stales)
2018.07.20:19:40:47.179: main Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00%
2018.07.20:19:40:47.179: main Eth: Maximum difficulty of found share: 9756 MH
2018.07.20:19:40:47.179: main Eth: Average speed (5 min): 0.000 MH/s
2018.07.20:19:40:47.179: main Eth: Effective speed: 177.78 MH/s; at pool: 177.78 MH/s
2018.07.20:19:40:47.179: main 
2018.07.20:19:40:47.710: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:40:47.936: eths Eth: Received: {"id":6,"jsonrpc":"2.0","result":true}
2018.07.20:19:40:47.936: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0x3d6ca15ca53427885f7036b48764b73f1b864fe960ac87c4b7758e3682c0fda8","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f3"]}
2018.07.20:19:40:48.601: main Eth speed: 179.015 MH/s, shares: 4/0/0, time: 0:01
2018.07.20:19:40:48.601: main GPUs: 1: 29.681 MH/s (0) 2: 29.685 MH/s (1) 3: 29.551 MH/s (1) 4: 30.359 MH/s (0) 5: 30.368 MH/s (1) 6: 29.372 MH/s (1)
2018.07.20:19:40:53.614: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x307da8f7517c0248d47297b2ba48a951658af04a4a97d34c76035e862a707d6a","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f4"]}
2018.07.20:19:40:53.614: eths Eth: New job #307da8f7 from ssl://asia1.ethermine.org:5555; diff: 4000MH
2018.07.20:19:40:53.678: main Eth speed: 178.538 MH/s, shares: 4/0/0, time: 0:01
2018.07.20:19:40:53.678: main GPUs: 1: 29.686 MH/s (0) 2: 29.689 MH/s (1) 3: 29.570 MH/s (1) 4: 30.348 MH/s (0) 5: 30.361 MH/s (1) 6: 28.883 MH/s (1)
2018.07.20:19:40:57.722: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:40:57.723: eths Eth: Send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x0","0xad21403d79618373f28f35fad7616872d7167b6d88c857010836c7e586225c00"]}

2018.07.20:19:40:57.947: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0x307da8f7517c0248d47297b2ba48a951658af04a4a97d34c76035e862a707d6a","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f4"]}
2018.07.20:19:40:58.612: GPU3 Eth: GPU3: ETH share found!
2018.07.20:19:40:58.612: eths Eth: Send: {"id":4,"jsonrpc":"2.0","method":"eth_submitWork","params":["0xa207d9a19fa4902a","0x307da8f7517c0248d47297b2ba48a951658af04a4a97d34c76035e862a707d6a","0x6dddbb07d591d03a1441b1a0ff0cfd71ca56a068a813506bde2807dd09ed7970"]}

2018.07.20:19:40:58.612: eths Eth: Share actual difficulty: 18.0 GH (!)
2018.07.20:19:40:58.754: main Eth speed: 178.222 MH/s, shares: 4/0/0, time: 0:01
2018.07.20:19:40:58.754: main GPUs: 1: 29.712 MH/s (0) 2: 29.712 MH/s (1) 3: 29.586 MH/s (1) 4: 30.345 MH/s (0) 5: 30.338 MH/s (1) 6: 28.530 MH/s (1)
2018.07.20:19:40:58.837: eths Eth: Received: {"id":6,"jsonrpc":"2.0","result":true}
2018.07.20:19:40:58.837: eths Eth: Received: {"id":4,"jsonrpc":"2.0","result":true}
2018.07.20:19:40:58.837: eths Eth: Share accepted in 225 ms
2018.07.20:19:41:03.858: main Eth speed: 178.216 MH/s, shares: 5/0/0, time: 0:01
2018.07.20:19:41:03.858: main GPUs: 1: 29.712 MH/s (0) 2: 29.709 MH/s (1) 3: 29.591 MH/s (2) 4: 30.340 MH/s (0) 5: 30.335 MH/s (1) 6: 28.530 MH/s (1)
2018.07.20:19:41:05.555: GPU4 Eth: GPU4: ETH share found!
2018.07.20:19:41:05.555: eths Eth: Send: {"id":4,"jsonrpc":"2.0","method":"eth_submitWork","params":["0xb2f3643008817090","0x307da8f7517c0248d47297b2ba48a951658af04a4a97d34c76035e862a707d6a","0x6433080b9db6c1dadbd7e2dedefc92c55f5c6eddde37005055b86a1412ab52a7"]}

2018.07.20:19:41:05.555: eths Eth: Share actual difficulty: 6135 MH
2018.07.20:19:41:05.780: eths Eth: Received: {"id":4,"jsonrpc":"2.0","result":true}
2018.07.20:19:41:05.780: eths Eth: Share accepted in 225 ms
2018.07.20:19:41:06.125: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xe1254eb7b04088ad5b618ba16f8e0b57fe220a5a71b6e82dddb929f328ff6620","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f5"]}
2018.07.20:19:41:06.125: eths Eth: New job #e1254eb7 from ssl://asia1.ethermine.org:5555; diff: 4000MH
2018.07.20:19:41:07.732: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:41:07.958: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0xe1254eb7b04088ad5b618ba16f8e0b57fe220a5a71b6e82dddb929f328ff6620","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f5"]}
2018.07.20:19:41:08.967: main Eth speed: 178.367 MH/s, shares: 6/0/0, time: 0:01
2018.07.20:19:41:08.967: main GPUs: 1: 29.716 MH/s (0) 2: 29.710 MH/s (1) 3: 29.597 MH/s (2) 4: 30.414 MH/s (1) 5: 30.397 MH/s (1) 6: 28.533 MH/s (1)
2018.07.20:19:41:10.593: main GPU1: 62C 75%, GPU2: 60C 71%, GPU3: 62C 75%, GPU4: 59C 69%, GPU5: 59C 69%, GPU6: 55C 60%
2018.07.20:19:41:11.975: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x0e2146029d3b57b1d9f8854434cd722fcd22e975cd9c10867157044cd9c4d9b6","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f6"]}
2018.07.20:19:41:11.975: eths Eth: New job #0e214602 from ssl://asia1.ethermine.org:5555; diff: 4000MH
2018.07.20:19:41:14.066: main Eth speed: 177.308 MH/s, shares: 6/0/0, time: 0:01
2018.07.20:19:41:14.066: main GPUs: 1: 29.530 MH/s (0) 2: 29.545 MH/s (1) 3: 29.439 MH/s (2) 4: 30.191 MH/s (1) 5: 30.209 MH/s (1) 6: 28.396 MH/s (1)
2018.07.20:19:41:17.734: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:41:17.735: eths Eth: Send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x0","0xad21403d79618373f28f35fad7616872d7167b6d88c857010836c7e586225c00"]}

2018.07.20:19:41:17.959: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0x0e2146029d3b57b1d9f8854434cd722fcd22e975cd9c10867157044cd9c4d9b6","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f6"]}
2018.07.20:19:41:19.218: main Eth speed: 177.068 MH/s, shares: 6/0/0, time: 0:02
2018.07.20:19:41:19.218: main GPUs: 1: 29.541 MH/s (0) 2: 29.519 MH/s (1) 3: 29.413 MH/s (2) 4: 30.040 MH/s (1) 5: 30.067 MH/s (1) 6: 28.487 MH/s (1)
2018.07.20:19:41:20.939: GPU2 Eth: GPU2: ETH share found!
2018.07.20:19:41:20.939: eths Eth: Send: {"id":4,"jsonrpc":"2.0","method":"eth_submitWork","params":["0x919b4f8189b8c2c0","0x0e2146029d3b57b1d9f8854434cd722fcd22e975cd9c10867157044cd9c4d9b6","0x06ddc13526afa25ddb87f43f2a84ef7e6ba6d2bd704ebe6072dad5f22f285ac5"]}

2018.07.20:19:41:20.939: eths Eth: Share actual difficulty: 7612 MH
2018.07.20:19:41:21.164: eths Eth: Received: {"id":6,"jsonrpc":"2.0","result":true}
2018.07.20:19:41:21.164: eths Eth: Received: {"id":4,"jsonrpc":"2.0","result":true}
2018.07.20:19:41:21.164: eths Eth: Share accepted in 225 ms
2018.07.20:19:41:22.190: GPU6 GPU6: auto-tune found best GT value 6
2018.07.20:19:41:24.317: main Eth speed: 177.170 MH/s, shares: 7/0/0, time: 0:02
2018.07.20:19:41:24.317: main GPUs: 1: 29.527 MH/s (0) 2: 29.517 MH/s (2) 3: 29.430 MH/s (2) 4: 30.134 MH/s (1) 5: 30.001 MH/s (1) 6: 28.562 MH/s (1)
2018.07.20:19:41:27.597: hwmc GPU6: set GPU clocks to 1110 MHz (Vddc 840 mV, X2 API)
2018.07.20:19:41:27.745: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:41:27.970: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0x0e2146029d3b57b1d9f8854434cd722fcd22e975cd9c10867157044cd9c4d9b6","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f6"]}
2018.07.20:19:41:29.400: main Eth speed: 176.259 MH/s, shares: 7/0/0, time: 0:02
2018.07.20:19:41:29.400: main GPUs: 1: 29.695 MH/s (0) 2: 29.692 MH/s (2) 3: 29.584 MH/s (2) 4: 30.116 MH/s (1) 5: 30.127 MH/s (1) 6: 27.046 MH/s (1)
2018.07.20:19:41:32.243: main 
2018.07.20:19:41:32.243: main *** 0:02 *** 7/20 19:41 **************************************
2018.07.20:19:41:32.243: main Eth: Mining ETH on ssl://asia1.ethermine.org:5555 for 0:02
2018.07.20:19:41:32.243: main 5 GPU(s) are auto-tuning. Hasharate may be low until they are ready.
2018.07.20:19:41:32.243: main Eth: Accepted shares 7 (0 stales), rejected shares 0 (0 stales)
2018.07.20:19:41:32.243: main Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00%
2018.07.20:19:41:32.243: main Eth: Maximum difficulty of found share: 18.0 GH (!)
2018.07.20:19:41:32.243: main Eth: Average speed (5 min): 0.000 MH/s
2018.07.20:19:41:32.243: main Eth: Effective speed: 207.41 MH/s; at pool: 207.41 MH/s
2018.07.20:19:41:32.243: main 
2018.07.20:19:41:32.255: GPU4 Eth: GPU4: ETH share found!
2018.07.20:19:41:32.255: eths Eth: Send: {"id":4,"jsonrpc":"2.0","method":"eth_submitWork","params":["0xa06f4cedc4f1f154","0x0e2146029d3b57b1d9f8854434cd722fcd22e975cd9c10867157044cd9c4d9b6","0xb4308bab58d8f9c1915102754d8cc77ec3062f46f9252e3fe93ea7cab76c89e8"]}

2018.07.20:19:41:32.255: eths Eth: Share actual difficulty: 4134 MH
2018.07.20:19:41:32.480: eths Eth: Received: {"id":4,"jsonrpc":"2.0","result":true}
2018.07.20:19:41:32.480: eths Eth: Share accepted in 225 ms
2018.07.20:19:41:34.474: main Eth speed: 168.236 MH/s, shares: 8/0/0, time: 0:02
2018.07.20:19:41:34.474: main GPUs: 1: 29.694 MH/s (0) 2: 29.696 MH/s (2) 3: 29.582 MH/s (2) 4: 30.135 MH/s (2) 5: 30.140 MH/s (1) 6: 18.989 MH/s (1)
2018.07.20:19:41:35.103: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x3a7487b366d62d2cec090242cf0e438dc218051e8ead373f10a57134d0cf9a6b","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f7"]}
2018.07.20:19:41:35.103: eths Eth: New job #3a7487b3 from ssl://asia1.ethermine.org:5555; diff: 4000MH
2018.07.20:19:41:37.752: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:41:37.752: eths Eth: Send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x0","0xad21403d79618373f28f35fad7616872d7167b6d88c857010836c7e586225c00"]}

2018.07.20:19:41:37.977: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0x3a7487b366d62d2cec090242cf0e438dc218051e8ead373f10a57134d0cf9a6b","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f7"]}
2018.07.20:19:41:38.955: main GPU1: 62C 75%, GPU2: 60C 71%, GPU3: 62C 75%, GPU4: 60C 69%, GPU5: 59C 69%, GPU6: 51C 50%
2018.07.20:19:41:39.565: main Eth speed: 161.782 MH/s, shares: 8/0/0, time: 0:02
2018.07.20:19:41:39.565: main GPUs: 1: 29.699 MH/s (0) 2: 29.702 MH/s (2) 3: 29.585 MH/s (2) 4: 30.232 MH/s (2) 5: 30.215 MH/s (1) 6: 12.349 MH/s (1)
2018.07.20:19:41:44.665: main Eth speed: 157.517 MH/s, shares: 8/0/0, time: 0:02
2018.07.20:19:41:44.665: main GPUs: 1: 29.711 MH/s (0) 2: 29.712 MH/s (2) 3: 29.591 MH/s (2) 4: 30.344 MH/s (2) 5: 30.312 MH/s (1) 6: 7.847 MH/s (1)
2018.07.20:19:41:47.542: GPU5 Eth: GPU5: ETH share found!
2018.07.20:19:41:47.542: eths Eth: Send: {"id":4,"jsonrpc":"2.0","method":"eth_submitWork","params":["0x7209fb584b1f0d43","0x3a7487b366d62d2cec090242cf0e438dc218051e8ead373f10a57134d0cf9a6b","0xaf4d6669630cdacf5dd3f9f62e30f4bf8f057e87c2c60f493d43d9884de6b523"]}

2018.07.20:19:41:47.542: eths Eth: Share actual difficulty: 8210 MH
2018.07.20:19:41:47.758: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.07.20:19:41:47.767: eths Eth: Received: {"id":6,"jsonrpc":"2.0","result":true}
2018.07.20:19:41:47.767: eths Eth: Received: {"id":4,"jsonrpc":"2.0","result":true}
2018.07.20:19:41:47.767: eths Eth: Share accepted in 225 ms
2018.07.20:19:41:47.984: eths Eth: Received: {"id":5,"jsonrpc":"2.0","result":["0x3a7487b366d62d2cec090242cf0e438dc218051e8ead373f10a57134d0cf9a6b","0xe3344270250ed430ef80a4c1001cfccccf351da0cbbc36dc3c29bfd26baa25b2","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x5b85f7"]}
2018.07.20:19:41:48.536: GPU3 Eth: GPU3: ETH share found!
2018.07.20:19:41:48.537: eths Eth: Send: {"id":4,"jsonrpc":"2.0","method":"eth_submitWork","params":["0x094082c5fd3c5de4","0x3a7487b366d62d2cec090242cf0e438dc218051e8ead373f10a57134d0cf9a6b","0x4808247ff867408c50c1928f3b2399ed8950a2fcc0557a70cd239dd7471685f4"]}

2018.07.20:19:41:48.537: eths Eth: Share actual difficulty: 5076 MH
2018.07.20:19:41:48.762: eths Eth: Received: {"id":4,"jsonrpc":"2.0","result":true}
2018.07.20:19:41:48.762: eths Eth: Share accepted in 226 ms
2018.07.20:19:41:49.742: main Eth speed: 157.659 MH/s, shares: 10/0/0, time: 0:02
2018.07.20:19:41:49.742: main GPUs: 1: 29.722 MH/s (0) 2: 29.721 MH/s (2) 3: 29.602 MH/s (3) 4: 30.389 MH/s (2) 5: 30.385 MH/s (2) 6: 7.840 MH/s (1)
2018.07.20:19:41:54.836: main Eth speed: 157.788 MH/s, shares: 10/0/0, time: 0:02
2018.07.20:19:41:54.836: main GPUs: 1: 29.732 MH/s (0) 2: 29.730 MH/s (2) 3: 29.624 MH/s (3) 4: 30.433 MH/s (2) 5: 30.430 MH/s (2) 6: 7.840 MH/s (1)
2018.07.20:19:41:57.762: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

Quote

Looks like 3.0c have a lot of problem, I can't get it working for more than two days. 2.9e works perfect for me 🙄
Stihlus
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 03, 2018, 10:37:04 AM
 #2268

Don't mine on the big stupid pools choose a smaller independent one like coinfoundry.org and use Claymore's miner it's the best miner
Very nice answer, I must admit  Smiley
When you make a statement usually you need to have some proof or evidence why it's as you said.
About small vs big pools the internet/forums is/are full of debates so ... it's your choice if you mine in a small or big pool
- On the long term it's the same, not a big diff (on big pools you get more small rewards, smaller pools are less frequent but larger rewards)
- It's important how they manage the pool
- Are they responsive when you need help
- Fees
- and other things ....
Also, I agree .... we need to spread the hashrate, and avoid concentrating in one pair of hands.

Regarding miner, in my opinion, Phoenix it's better than Claymore. For me the miner run very well and I have a better hashrate vs Claymore.
For 14x1070 I have 460-461 Mh on ETH with Phoenix vs Claymore with ~ 446 Mh so do the math ....

Regards,
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
August 03, 2018, 12:08:17 PM
 #2269

Don't mine on the big stupid pools choose a smaller independent one like coinfoundry.org and use Claymore's miner it's the best miner
Very nice answer, I must admit  Smiley
When you make a statement usually you need to have some proof or evidence why it's as you said.
About small vs big pools the internet/forums is/are full of debates so ... it's your choice if you mine in a small or big pool
- On the long term it's the same, not a big diff (on big pools you get more small rewards, smaller pools are less frequent but larger rewards)
- It's important how they manage the pool
- Are they responsive when you need help
- Fees
- and other things ....
Also, I agree .... we need to spread the hashrate, and avoid concentrating in one pair of hands.

Regarding miner, in my opinion, Phoenix it's better than Claymore. For me the miner run very well and I have a better hashrate vs Claymore.
For 14x1070 I have 460-461 Mh on ETH with Phoenix vs Claymore with ~ 446 Mh so do the math ....

Regards,
Really Depend on what cards used.
For RX cards it's not better then Claymore. It WILL give you slightly more hash.. but it will drop hash evry ~20-30sec for about 1Mh/s for 10 sec. So in average Claymore is slighlty better, also acording to shares.

For Vega Vega's it's better slightly then claymore. Hash is fully stable.
crypper
Member
**
Offline Offline

Activity: 239
Merit: 12


View Profile
August 03, 2018, 12:23:30 PM
 #2270

Don't mine on the big stupid pools choose a smaller independent one like coinfoundry.org and use Claymore's miner it's the best miner

wrong and wrong.

1. Stick with larger pools.
2. Phoenix > claymore.

Also i wonder what does "independent" pool mean Huh
Islington
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 03, 2018, 12:30:47 PM
 #2271

Is it possible to connect with PhoenixMiner with the eth.waterhole.xyz:8008 pool? I try different settings from -proto from 1 to 4, but the pool rejects the connection every time. Claymore's Ethereum has no problem connecting to the pool. I would be grateful for help.
sergioheadache
Jr. Member
*
Offline Offline

Activity: 43
Merit: 1


View Profile
August 03, 2018, 12:41:56 PM
Merited by vapourminer (1)
 #2272


This is my reboot file

Code:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM
shutdown /r /t 5 /f
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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool eth-eu1.nanopool.org:9999 -pool2 eth-eu2.nanopool.org:9999 -ewal ethadress.rig01/mymail@gmail.com -epsw x -ftime 10 -rmode 2 -lidag 2 -wdog 1 -nvidia
pause

I hope to this correct


you know that everything thats after "shutdown /r /t 5 /f" is not executed, right ?
because the rig restarts and just follows your startup commands and not going forward with this reboot.bat file...
i mean, try changing the parameters of PhoenixMiner in this file, and you will see it has no effect, your original start,bat parameters will be used since its probably in your startup...

so, this would be enough

Code:
shutdown /r /t 5 /f


mine also includes another line to send me a telegram message when restarting, so looks like this:
(modified the send message command to remove personal stuff)
Code:
powershell.exe -command "(new-object net.webclient).DownloadString('https://api.telegram.org/botXXXXXX/sendMessage?parse_mode=markdown&chat_id=0000&text=MINER XXX is rebooting')"
shutdown /r /t 5 /f


PB_SilentMiner
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
August 04, 2018, 12:55:04 AM
 #2273

Hey All,

Just switched from Claymore 11.9, so hoping things are more stable now.

I'm running Windows 10 (1709) AMD RX480 Nitro+ 8Gb Samsung Cards using 18.2.1 driver and latest Phoenix Miner 3.0c

But am a little perplexed, when setting -tt 59 in the cmd line, it does not seem to adhere to it and most cards are over this setting around 64 with fanspeed around 40%


Why?
paulykrome
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 05, 2018, 09:24:40 AM
 #2274

Hi, I am having this problem now for weeks and I haven't found any solution.

When I run the miner it detects all my 6 GPUs.
https://imgur.com/dNGB1XO

But then when the miner starts it only detects 4.
I've seen this error and I don't know how to fix the issue.
https://imgur.com/mFclZ5R

I've already tried uninstalling and reinstalling drivers but still the same.
I also uninstalled each card and put it one by one. Still nothing changed

Any help would be much appreciated.
Ballscack
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
August 06, 2018, 12:04:36 PM
 #2275

Hey All,

Just switched from Claymore 11.9, so hoping things are more stable now.

I'm running Windows 10 (1709) AMD RX480 Nitro+ 8Gb Samsung Cards using 18.2.1 driver and latest Phoenix Miner 3.0c

But am a little perplexed, when setting -tt 59 in the cmd line, it does not seem to adhere to it and most cards are over this setting around 64 with fanspeed around 40%


Why?

phoenixminer is awsome and fee is one of the lowest. just noting that the speed of ethminer 0.16 is about the same now with no fee so more constant speeds . maby a newer version of phoenix can pump up the speed more?
deecept
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 06, 2018, 02:15:18 PM
 #2276

Hi, I am having this problem now for weeks and I haven't found any solution.

When I run the miner it detects all my 6 GPUs.
https://imgur.com/dNGB1XO

But then when the miner starts it only detects 4.
I've seen this error and I don't know how to fix the issue.
https://imgur.com/mFclZ5R

I've already tried uninstalling and reinstalling drivers but still the same.
I also uninstalled each card and put it one by one. Still nothing changed

Any help would be much appreciated.

Hi, could you paste entire bat/config?
Virtual memory/page set to 24+ GB?
Does it work with Claymore?
crypper
Member
**
Offline Offline

Activity: 239
Merit: 12


View Profile
August 06, 2018, 03:42:39 PM
Last edit: August 06, 2018, 04:02:05 PM by crypper
 #2277

Hi, I am having this problem now for weeks and I haven't found any solution.

When I run the miner it detects all my 6 GPUs.
https://imgur.com/dNGB1XO

But then when the miner starts it only detects 4.
I've seen this error and I don't know how to fix the issue.
https://imgur.com/mFclZ5R

I've already tried uninstalling and reinstalling drivers but still the same.
I also uninstalled each card and put it one by one. Still nothing changed

Any help would be much appreciated.

Hi, could you paste entire bat/config?
Virtual memory/page set to 24+ GB?
Does it work with Claymore?

Is it always the same card that crashes? If not, is it architecture specific? (AMD vs Nvidia). Did you patch amd driver if modded bios on RX cards?
To troubleshoot, I would probably split your 6 cards onto 2 mining processes: 3 RX cards, 3 GTX cards (use -amd and -nvidia parameters).
Also try to play with these parameters: -gser <x>, -altinit (see OP for description).
DRINIKOL
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 06, 2018, 04:43:21 PM
 #2278

Question sometimes I encounter an error then it is stuck at "Press any Key to continue" although I have -rm 2 activated somebody can help me do a work around
Ballscack
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
August 06, 2018, 05:05:19 PM
 #2279

Anyone tried the new amd 18.8.1 driver yet ?
damba_
Jr. Member
*
Offline Offline

Activity: 150
Merit: 3


View Profile
August 06, 2018, 07:27:26 PM
 #2280

Hey All,

Just switched from Claymore 11.9, so hoping things are more stable now.

I'm running Windows 10 (1709) AMD RX480 Nitro+ 8Gb Samsung Cards using 18.2.1 driver and latest Phoenix Miner 3.0c

But am a little perplexed, when setting -tt 59 in the cmd line, it does not seem to adhere to it and most cards are over this setting around 64 with fanspeed around 40%


Why?

Instead of -tt 59, try -tt -50, it will set fixed fan speed to 50% and you will get lower temperatures.
You can also increase it if that doesn't give you gpu temperature you wanted.
Pages: « 1 ... 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 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 499 »
  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!