Bitcoin Forum
June 13, 2025, 11:59:51 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 [387] 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 ... 497 »
  Print  
Author Topic: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)  (Read 785412 times)
Christian26
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 22, 2021, 11:20:48 AM
 #7721

I have an Armor rx570 8gb(Samsung). 

I have tried several setups and cannot get above 28mh. The BIOS is not modded. My script is:

PhoenixMiner.exe -epool  us1.ethermine.org:4444 -ewal xxx.xxx -acm -gpus 1 -rxboost 1 -tstop 70 -r 1 -tt 60 -cclock 1150 -cvddc 850 -mclock 2100 -mvddc 850

Does anyone have any suggestions to get more?  I see people bragging about getting 32-34mh but if I try to boost more I start getting blue screens....

Thanks


Try -mt 1 for faster Memory Timings. I think that will help !
Littlegrand
Jr. Member
*
Offline Offline

Activity: 104
Merit: 5


View Profile
February 22, 2021, 01:42:24 PM
 #7722

I have an Armor rx570 8gb(Samsung). 

I have tried several setups and cannot get above 28mh. The BIOS is not modded. My script is:

PhoenixMiner.exe -epool  us1.ethermine.org:4444 -ewal xxx.xxx -acm -gpus 1 -rxboost 1 -tstop 70 -r 1 -tt 60 -cclock 1150 -cvddc 850 -mclock 2100 -mvddc 850

Does anyone have any suggestions to get more?  I see people bragging about getting 32-34mh but if I try to boost more I start getting blue screens....

Thanks


Try -mt 1 for faster Memory Timings. I think that will help !
Thanks,

I have got it to 30mh/s.  I just one click modded the bios(mt 1 seemed unstable) however with samsung memory most people are saying I can go up to 2250 however I cannot get it above 2050 with these settings
batsonxl
Member
**
Offline Offline

Activity: 1212
Merit: 28


View Profile
February 22, 2021, 02:43:26 PM
 #7723

Batch file won't start. Is there anything I can do?
share your file so people can help

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 ssl://eu1.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -wal xxxxxxxxxxx -proto 3
pause


look like there is no worker name?
rschoenstein
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 22, 2021, 03:32:20 PM
 #7724

Just started using Phoenix Miner and keep getting this error:

GPU1: DAG  42%
GPU1: DAG  50%
Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00
GPU1: DAG  59%
Eth: New job #ac3e51c9 from ssl://us2.ethermine.org:5555; diff: 4000MH
GPU1: DAG  69%
GPU1: DAG  77%
Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00
Eth: New job #d5ea6636 from ssl://us2.ethermine.org:5555; diff: 4000MH
GPU1: DAG  86%
GPU1: DAG  95%
GPU1: DAG generated in 19.3 s (217.1 MB/s)
GPU1: Using v2 Ethash CUDA kernels (GeForce GTX 980M)
Eth: New job #64ab8a67 from ssl://us2.ethermine.org:5555; diff: 4000MH
Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00
Eth: New job #505e839a from ssl://us2.ethermine.org:5555; diff: 4000MH
Eth: New job #4e1f13b3 from ssl://us2.ethermine.org:5555; diff: 4000MH
CUDA error in CudaProgram.cu:465 : unknown error (999)
GPU1 search error: unknown error
Fatal error detected. Restarting.

GPU1: unable to get temperature - Unknown Error (999)
GPU1: unable to get fan speed - Unknown Error (999)

Eth: New job #dd689490 from ssl://us2.ethermine.org:5555; diff: 4000MH
Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00

Config file:
Code:
#
# PhoenixMiner configuration file
#
# If there are no command-line parameters when PhoenixMiner is started, it will search
# for config.txt file in the current directory and will read all command-line options from it
#
# You can put one or more command-line parameters on each line (separate them with spaces)
# If the line starts with '#' it will be ignored as comment
#
# NOTE. PhoenixMiner also "understands" the config.txt files of Claymore's dual Ethereum miner
# (but some of its options are not supported and will be ignored)
#

-pool ssl://us2.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555
-wal xxxxxxx.xxxxx
-coin eth
-proto 3
-nvidia
-rmode 0

Batch 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

PhoenixMiner.exe
pause

Testing on my laptop; Nvidia 980M, i7 6700K
bonelias
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 22, 2021, 04:15:46 PM
 #7725

Batch file won't start. Is there anything I can do?
share your file so people can help

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 ssl://eu1.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -wal xxxxxxxxxxx -proto 3
pause


look like there is no worker name?

My bad!

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 ssl://eu1.ethermine.org:5555 -pool2 ssl://us2.ethermine.org:5555 -wal 0x583a2983F9ffd55g2231cn351F8a0d21e280e285.WorkerName -proto 3
pause

kazaf
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 22, 2021, 05:05:19 PM
 #7726

dont use 5.5c, not work i just deleted it =]

PhoenixMiner.exe -pool asia1.ethermine.org:4444 -wal 0xCe8f37376c676311e6196a075A6276b5deE7e4e1 -worker mew -epsw x -mode 1 -log 0 -mport 0 -etha 0 -ftime 55 -retrydelay 1 -tt 79 -tstop 89  -coin eth

pause
brooklynite1
Member
**
Offline Offline

Activity: 630
Merit: 10

In BTCz we trust. Organic slow growth.


View Profile WWW
February 22, 2021, 07:37:33 PM
 #7727

I cannot get Pheonix to work more than 4-6 houirs without crashing. Errors 216, 219, 462, 999 All sorts of errors.

I have the latest 461.09 Nvidia drivers. Do I need to downgrade my drivers?

vyncy
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 22, 2021, 09:27:15 PM
 #7728

I tried using -powlim option but it sets power limit on miner exit to 100%. Is there any way to prevent it from doing this, or even better to specify which limit I want ?
Deafran
Jr. Member
*
Offline Offline

Activity: 49
Merit: 4


View Profile
February 23, 2021, 01:38:29 AM
 #7729

I cannot get Pheonix to work more than 4-6 houirs without crashing. Errors 216, 219, 462, 999 All sorts of errors.

I have the latest 461.09 Nvidia drivers. Do I need to downgrade my drivers?


what card  ??
toynn
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 23, 2021, 04:08:44 AM
 #7730

I have an Armor rx570 8gb(Samsung). 

I have tried several setups and cannot get above 28mh. The BIOS is not modded. My script is:

PhoenixMiner.exe -epool  us1.ethermine.org:4444 -ewal xxx.xxx -acm -gpus 1 -rxboost 1 -tstop 70 -r 1 -tt 60 -cclock 1150 -cvddc 850 -mclock 2100 -mvddc 850

Does anyone have any suggestions to get more?  I see people bragging about getting 32-34mh but if I try to boost more I start getting blue screens....

Thanks


Try -mt 1 for faster Memory Timings. I think that will help !
Thanks,

I have got it to 30mh/s.  I just one click modded the bios(mt 1 seemed unstable) however with samsung memory most people are saying I can go up to 2250 however I cannot get it above 2050 with these settings

Overclocking memory higher depends mostly on the quality of your silicon, that means being lucky to get a card that will overclock that much. You may also have to increase voltages to push higher too usually resulting in more watts burned than hash improvement gained. I've had some 570s that could to 2250 2 years ago but now, perhaps due to the dag size increases those gpus only do 2100 now. I run mine 2100@800v,1065clock@800mv getting 29.5mhs but they never crash - running 170hrs+. If you've got a stable setup at 30mhs that's a lot better than one that you've pushed only to crash every 2 hrs.
cryptdigger
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 23, 2021, 05:02:09 AM
 #7731

i have 4 rx6800xt using the phoenixminer 5.4c...the stales are very high 20-25%..how can i reduce it? ive tried changing the pool region but still the same..can anyone help?
lexfazio
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 23, 2021, 05:29:54 AM
 #7732

I cannot get Pheonix to work more than 4-6 houirs without crashing. Errors 216, 219, 462, 999 All sorts of errors.

I have the latest 461.09 Nvidia drivers. Do I need to downgrade my drivers?

I was mining in my computer with a Gigabyte Geforce RTX 3060Ti 5.5c since february 9th and it was ok.
Later, I swaped to a MSI Geforce RTX 3070 on February 12th and it was ok, but a couple of days after that I started to see problems. Since then, I've seen it starts to mine for a couple of minutes (or a couple of hours, I actually can't get the time pattern here), then shows some artifacts on the screen (https://i.imgur.com/7jkF90H.png) and crashes, rebooting the PC.

I was always working with Nvidida drivers 461.40. Right now I'm downgrading to 457.51 version for testing that.
Anyone have an idea what could be happening here?

Looking into the log files, I see that sometimes it stops randomly (the file ends there) without giving any error. But sometimes the files show some kind of errors like these:

Code:
2021.02.12:18:55:39.192: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.12:18:55:39.196: GPU1 GPU1 search error: unknown error
2021.02.12:18:55:39.198: wdog Fatal error detected. Restarting.
2021.02.12:18:55:41.188: main Eth speed: 0.000 MH/s, shares: 63/0/0, time: 1:22
2021.02.12:18:55:42.057: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xb10f847382424686ae3e90635f73a18f98cd9c03647a002baea49dd900e2345e","0xecea8576ebef188c15f64731e7a9f84c1cb41d85516730fa7b0bab88c4feb506","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb4bb50"]}
2021.02.12:18:55:42.057: eths Eth: New job #b10f8473 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.12:18:55:42.505: hwmc GPU1: unable to get temperature - Unknown Error (999)
2021.02.12:18:55:42.633: main GPU1: 60%
2021.02.12:18:55:43.945: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x2fdb5f38896382e201c369209b6ff9b8b9d4cc06ece2f3ddeaebed496b40b75c","0xecea8576ebef188c15f64731e7a9f84c1cb41d85516730fa7b0bab88c4feb506","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb4bb51"]}
2021.02.12:18:55:43.945: eths Eth: New job #2fdb5f38 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.12:18:55:44.252: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x41609475f936b4a4e238f52b00e780bc7cbfa5358854e3326f861b2d21d8b3ca","0xecea8576ebef188c15f64731e7a9f84c1cb41d85516730fa7b0bab88c4feb506","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb4bb51"]}
2021.02.12:18:55:44.252: eths Eth: New job #41609475 from ssl://us1.ethermine.org:5555; diff: 4000MH

Code:
2021.02.21:13:09:01.748: eths Eth: Received: {"id":6,"jsonrpc":"2.0","result":true}
2021.02.21:13:09:01.749: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x750cea9c12d42b76b61c980a1545bd6e693bc7a12490a4fbc1083869283a8cf9","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5994f"]}
2021.02.21:13:09:02.096: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:13:09:02.096: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:13:09:02.097: GPU1 GPU1 search error: unknown error
2021.02.21:13:09:02.098: wdog Fatal error detected. Restarting.
2021.02.21:13:09:02.423: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x2b6ce5fb860f98940c532b9207a559d08f20d0efcccb9f00fc47f181aa72faad","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59950"]}
2021.02.21:13:09:02.423: eths Eth: New job #2b6ce5fb from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:09:02.615: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x5bc91187170c303dc2947e1d5bbf2fa2e1ab911a1eba6aa6a2544141b6e74663","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59950"]}
2021.02.21:13:09:02.616: eths Eth: New job #5bc91187 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:09:03.901: main Eth speed: 0.000 MH/s, shares: 22/0/0, time: 0:31
2021.02.21:13:09:06.560: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xd385ea208d4bdb8d78b958c948bc6dbb1fe88301a2d1f00d96c2d24db58dc111","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59950"]}
2021.02.21:13:09:06.560: eths Eth: New job #d385ea20 from ssl://us1.ethermine.org:5555; diff: 4000MH

Code:
2021.02.21:13:11:39.238: main *** 0:02 *** 2/21 13:11 **************************************
2021.02.21:13:11:39.238: main Eth: Mining ETH on ssl://us1.ethermine.org:5555 for 0:02
2021.02.21:13:11:39.238: main Eth: Accepted shares 3 (0 stales), rejected shares 0 (0 stales)
2021.02.21:13:11:39.238: main Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00%
2021.02.21:13:11:39.238: main Eth: Maximum difficulty of found share: 19.0 GH (!)
2021.02.21:13:11:39.238: main Eth: Average speed (5 min): 51.916 MH/s
2021.02.21:13:11:39.238: main Eth: Effective speed: 88.89 MH/s; at pool: 88.89 MH/s
2021.02.21:13:11:39.238: main 
2021.02.21:13:11:40.643: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x6f7620ad2471b23fd6b810b1bf83867bdf536129eadb7e361ffcdc4cdfdaddb3","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5995e"]}
2021.02.21:13:11:40.643: eths Eth: New job #6f7620ad from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:11:41.831: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:13:11:41.831: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:13:11:41.831: GPU1 GPU1 search error: unknown error
2021.02.21:13:11:41.831: wdog Fatal error detected. Restarting.
2021.02.21:13:11:42.392: main Eth speed: 0.000 MH/s, shares: 3/0/0, time: 0:02
2021.02.21:13:11:44.014: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

Code:
2021.02.21:13:16:11.849: main Eth speed: 51.915 MH/s, shares: 0/0/0, time: 0:00
2021.02.21:13:16:14.511: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x9830b31ad6f538da3773ddb39e70c534aaa5e889b109a9e3aadeb0c7cd9da923","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59977"]}
2021.02.21:13:16:14.511: eths Eth: New job #9830b31a from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:16:15.957: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:13:16:15.957: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:13:16:15.957: GPU1 GPU1 search error: unknown error
2021.02.21:13:16:15.957: wdog Fatal error detected. Restarting.
2021.02.21:13:16:16.921: main Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00

Code:
2021.02.21:23:22:28.835: eths Eth: New job #36a2e139 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:23:22:28.863: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:23:22:28.863: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:23:22:28.863: GPU1 GPU1 search error: unknown error
2021.02.21:23:22:28.863: wdog Fatal error detected. Restarting.
2021.02.21:23:22:29.459: main Eth speed: 0.000 MH/s, shares: 5/0/0, time: 0:03
2021.02.21:23:22:31.819: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2021.02.21:23:22:31.820: eths Eth: Send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x39865a0","0x67726f38238f0422bcbefb08bd64b5dc32b6cb63381cb91d01ce8188ad102c54"]}

2021.02.21:23:22:32.000: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x36a2e139aee6782c36d135ed5bbc1cb936b23919f3ae3bcd69e89dc5bb9e48ca","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5a474"]}
2021.02.21:23:22:32.776: hwmc GPU1: unable to get temperature - Unknown Error (999)
2021.02.21:23:22:32.844: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xf211f60e309aeb7087c64a517c4f4468360457d49c9390e855969b1ddb4966bd","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5a474"]}
2021.02.21:23:22:32.844: eths Eth: New job #f211f60e from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:23:22:32.900: main GPU1: 38%
2021.02.21:23:22:34.562: main Eth speed: 0.000 MH/s, shares: 5/0/0, time: 0:04
earlybird36
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 23, 2021, 05:52:14 AM
 #7733

I tried using -powlim option but it sets power limit on miner exit to 100%. Is there any way to prevent it from doing this, or even better to specify which limit I want ?
use -leaveoc in your bat file
earlybird36
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 23, 2021, 06:15:41 AM
 #7734

I cannot get Pheonix to work more than 4-6 houirs without crashing. Errors 216, 219, 462, 999 All sorts of errors.

I have the latest 461.09 Nvidia drivers. Do I need to downgrade my drivers?

I was mining in my computer with a Gigabyte Geforce RTX 3060Ti 5.5c since february 9th and it was ok.
Later, I swaped to a MSI Geforce RTX 3070 on February 12th and it was ok, but a couple of days after that I started to see problems. Since then, I've seen it starts to mine for a couple of minutes (or a couple of hours, I actually can't get the time pattern here), then shows some artifacts on the screen (https://i.imgur.com/7jkF90H.png) and crashes, rebooting the PC.

I was always working with Nvidida drivers 461.40. Right now I'm downgrading to 457.51 version for testing that.
Anyone have an idea what could be happening here?

Looking into the log files, I see that sometimes it stops randomly (the file ends there) without giving any error. But sometimes the files show some kind of errors like these:

Code:
2021.02.12:18:55:39.192: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.12:18:55:39.196: GPU1 GPU1 search error: unknown error
2021.02.12:18:55:39.198: wdog Fatal error detected. Restarting.
2021.02.12:18:55:41.188: main Eth speed: 0.000 MH/s, shares: 63/0/0, time: 1:22
2021.02.12:18:55:42.057: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xb10f847382424686ae3e90635f73a18f98cd9c03647a002baea49dd900e2345e","0xecea8576ebef188c15f64731e7a9f84c1cb41d85516730fa7b0bab88c4feb506","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb4bb50"]}
2021.02.12:18:55:42.057: eths Eth: New job #b10f8473 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.12:18:55:42.505: hwmc GPU1: unable to get temperature - Unknown Error (999)
2021.02.12:18:55:42.633: main GPU1: 60%
2021.02.12:18:55:43.945: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x2fdb5f38896382e201c369209b6ff9b8b9d4cc06ece2f3ddeaebed496b40b75c","0xecea8576ebef188c15f64731e7a9f84c1cb41d85516730fa7b0bab88c4feb506","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb4bb51"]}
2021.02.12:18:55:43.945: eths Eth: New job #2fdb5f38 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.12:18:55:44.252: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x41609475f936b4a4e238f52b00e780bc7cbfa5358854e3326f861b2d21d8b3ca","0xecea8576ebef188c15f64731e7a9f84c1cb41d85516730fa7b0bab88c4feb506","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb4bb51"]}
2021.02.12:18:55:44.252: eths Eth: New job #41609475 from ssl://us1.ethermine.org:5555; diff: 4000MH

Code:
2021.02.21:13:09:01.748: eths Eth: Received: {"id":6,"jsonrpc":"2.0","result":true}
2021.02.21:13:09:01.749: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x750cea9c12d42b76b61c980a1545bd6e693bc7a12490a4fbc1083869283a8cf9","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5994f"]}
2021.02.21:13:09:02.096: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:13:09:02.096: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:13:09:02.097: GPU1 GPU1 search error: unknown error
2021.02.21:13:09:02.098: wdog Fatal error detected. Restarting.
2021.02.21:13:09:02.423: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x2b6ce5fb860f98940c532b9207a559d08f20d0efcccb9f00fc47f181aa72faad","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59950"]}
2021.02.21:13:09:02.423: eths Eth: New job #2b6ce5fb from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:09:02.615: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x5bc91187170c303dc2947e1d5bbf2fa2e1ab911a1eba6aa6a2544141b6e74663","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59950"]}
2021.02.21:13:09:02.616: eths Eth: New job #5bc91187 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:09:03.901: main Eth speed: 0.000 MH/s, shares: 22/0/0, time: 0:31
2021.02.21:13:09:06.560: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xd385ea208d4bdb8d78b958c948bc6dbb1fe88301a2d1f00d96c2d24db58dc111","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59950"]}
2021.02.21:13:09:06.560: eths Eth: New job #d385ea20 from ssl://us1.ethermine.org:5555; diff: 4000MH

Code:
2021.02.21:13:11:39.238: main *** 0:02 *** 2/21 13:11 **************************************
2021.02.21:13:11:39.238: main Eth: Mining ETH on ssl://us1.ethermine.org:5555 for 0:02
2021.02.21:13:11:39.238: main Eth: Accepted shares 3 (0 stales), rejected shares 0 (0 stales)
2021.02.21:13:11:39.238: main Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00%
2021.02.21:13:11:39.238: main Eth: Maximum difficulty of found share: 19.0 GH (!)
2021.02.21:13:11:39.238: main Eth: Average speed (5 min): 51.916 MH/s
2021.02.21:13:11:39.238: main Eth: Effective speed: 88.89 MH/s; at pool: 88.89 MH/s
2021.02.21:13:11:39.238: main  
2021.02.21:13:11:40.643: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x6f7620ad2471b23fd6b810b1bf83867bdf536129eadb7e361ffcdc4cdfdaddb3","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5995e"]}
2021.02.21:13:11:40.643: eths Eth: New job #6f7620ad from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:11:41.831: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:13:11:41.831: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:13:11:41.831: GPU1 GPU1 search error: unknown error
2021.02.21:13:11:41.831: wdog Fatal error detected. Restarting.
2021.02.21:13:11:42.392: main Eth speed: 0.000 MH/s, shares: 3/0/0, time: 0:02
2021.02.21:13:11:44.014: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

Code:
2021.02.21:13:16:11.849: main Eth speed: 51.915 MH/s, shares: 0/0/0, time: 0:00
2021.02.21:13:16:14.511: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x9830b31ad6f538da3773ddb39e70c534aaa5e889b109a9e3aadeb0c7cd9da923","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb59977"]}
2021.02.21:13:16:14.511: eths Eth: New job #9830b31a from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:13:16:15.957: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:13:16:15.957: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:13:16:15.957: GPU1 GPU1 search error: unknown error
2021.02.21:13:16:15.957: wdog Fatal error detected. Restarting.
2021.02.21:13:16:16.921: main Eth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00

Code:
2021.02.21:23:22:28.835: eths Eth: New job #36a2e139 from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:23:22:28.863: gps1 CUDA error in CudaProgram.cu:267 : unknown error (999)
2021.02.21:23:22:28.863: GPU1 CUDA error in CudaProgram.cu:465 : unknown error (999)
2021.02.21:23:22:28.863: GPU1 GPU1 search error: unknown error
2021.02.21:23:22:28.863: wdog Fatal error detected. Restarting.
2021.02.21:23:22:29.459: main Eth speed: 0.000 MH/s, shares: 5/0/0, time: 0:03
2021.02.21:23:22:31.819: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2021.02.21:23:22:31.820: eths Eth: Send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x39865a0","0x67726f38238f0422bcbefb08bd64b5dc32b6cb63381cb91d01ce8188ad102c54"]}

2021.02.21:23:22:32.000: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0x36a2e139aee6782c36d135ed5bbc1cb936b23919f3ae3bcd69e89dc5bb9e48ca","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5a474"]}
2021.02.21:23:22:32.776: hwmc GPU1: unable to get temperature - Unknown Error (999)
2021.02.21:23:22:32.844: eths Eth: Received: {"id":0,"jsonrpc":"2.0","result":["0xf211f60e309aeb7087c64a517c4f4468360457d49c9390e855969b1ddb4966bd","0x6b7fe9651d4c13b078206f499a8bf24cfe4fb734f8627aa5eadf268f6b2c57ed","0x0000000112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0xb5a474"]}
2021.02.21:23:22:32.844: eths Eth: New job #f211f60e from ssl://us1.ethermine.org:5555; diff: 4000MH
2021.02.21:23:22:32.900: main GPU1: 38%
2021.02.21:23:22:34.562: main Eth speed: 0.000 MH/s, shares: 5/0/0, time: 0:04


try changing your riser if you are using one
noobinscrypt
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
February 23, 2021, 03:26:06 PM
 #7735

Hi guys, been years since i mined, but with fees now being 500$ when I want to do something, I think im gonna run this scrypt.

I tried googling but cant find a resource easily.

I used to sign up on a site, use the login, pass in the txt file, along with parameters for my 1080ti (its water cooled), change the mem/cpu freq, and then run the bat file. Is anything different now? Anyway wanna recommend a mining pool I should join?

Thanks guys
Also, hehe, when I joined back in 2013 or whatever my name still applies to now, Im a noob in scrypt once again.
Kiawpqe
Jr. Member
*
Offline Offline

Activity: 63
Merit: 1


View Profile
February 23, 2021, 04:53:32 PM
 #7736

i have 4 rx6800xt using the phoenixminer 5.4c...the stales are very high 20-25%..how can i reduce it? ive tried changing the pool region but still the same..can anyone help?

PM 5.5c ?
you .bat ?
hashrate ?
driver ?
win 10 or linux ?

+ info please
ASpieler
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 23, 2021, 05:23:37 PM
Last edit: February 23, 2021, 10:09:43 PM by ASpieler
 #7737

To the devs:
Would you be willing to consider compiling Phoenix to run on Linux on an aarch64/armv8 CPU?
The Raspberry Pi compute module 4 has support for PCIe desktop graphics cards (via the SOC's PCIe 1x lane and a riser), and I would like to use it for mining.
https://datasheets.raspberrypi.org/cm4/cm4-datasheet.pdf

EDIT: If such a build would be non-trivial to implement, and you feel it is not worth your time to do so, please give a reply to that effect, so that I, and others know why it isn't coming, even if the why is simply "too much trouble".
natewin
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 23, 2021, 05:55:45 PM
Last edit: February 23, 2021, 06:25:14 PM by natewin
 #7738

Can the lower limit on fan speed temp target be removed or made lower than 40?  Something like 20 or 30?  This will allow for lower mem temps on my card(s) since the fans don't really start to spin up when my temp is 32-35.
-tt 40,40 works with limit at 40
-tt 35,35 doesn't report back anything, seems like 40 may be the lower limit.
Thanks
Kiawpqe
Jr. Member
*
Offline Offline

Activity: 63
Merit: 1


View Profile
February 23, 2021, 07:07:22 PM
 #7739

Can the lower limit on fan speed temp target be removed or made lower than 40?  Something like 20 or 30?  This will allow for lower mem temps on my card(s) since the fans don't really start to spin up when my temp is 32-35.
-tt 40,40 works with limit at 40
-tt 35,35 doesn't report back anything, seems like 40 may be the lower limit.
Thanks

you Bios is limited to 40º
no limited with PM -tt

use MPT
put temperature Target 20/30º try it
put off Zero Fan
Kiawpqe
Jr. Member
*
Offline Offline

Activity: 63
Merit: 1


View Profile
February 23, 2021, 07:15:19 PM
 #7740

i have 4 rx6800xt using the phoenixminer 5.4c...the stales are very high 20-25%..how can i reduce it? ive tried changing the pool region but still the same..can anyone help?


MI RIG WORKING FINE:

Eth speed: 342.338 MH/s, shares: 283/0/0, time: 0:57
GPUs: 1: 52.107 MH/s (43) 2: 64.102 MH/s (67) 3: 32.460 MH/s (24) 4: 32.074 MH/s (24) 5: 32.460 MH/s (24) 6: 32.105 MH/s (24) 7: 32.287 MH/s (31) 8: 32.458 MH/s (27) 9: 32.285 MH/s (19)

*** 0:57 *** 2/20 15:29 **************************************
Eth: Mining ETH on ssl://eu1.ethermine.org:5555 for 0:57
Available GPUs for mining:
GPU1: AMD Radeon RX 5700 XT (pcie 3), OpenCL 2.0, 8 GB VRAM, 40 CUs
GPU2: AMD Radeon RX 6800 (pcie Cool, OpenCL 2.0, 16 GB VRAM, 30 CUs
GPU3: Radeon RX 580 Series (pcie 12), OpenCL 2.0, 8 GB VRAM, 36 CUs
GPU4: Radeon RX 580 Series (pcie 14), OpenCL 2.0, 8 GB VRAM, 36 CUs
GPU5: Radeon RX 580 Series (pcie 15), OpenCL 2.0, 8 GB VRAM, 36 CUs
GPU6: Radeon RX 580 Series (pcie 16), OpenCL 2.0, 8 GB VRAM, 36 CUs
GPU7: Radeon RX 580 Series (pcie 17), OpenCL 2.0, 8 GB VRAM, 36 CUs
GPU8: Radeon RX 580 Series (pcie 18), OpenCL 2.0, 8 GB VRAM, 36 CUs
GPU9: Radeon RX 580 Series (pcie 19), OpenCL 2.0, 8 GB VRAM, 36 CUs
GPU1: 44C 67% 102W, GPU2: 46C 57% 179W, GPU3: 54C 48% 82W, GPU4: 50C 48% 84W, GPU5: 55C 48% 82W, GPU6: 59C 48% 93W, GPU7: 55C 48% 91W, GPU8: 54C 0% 83W, GPU9: 57C 48% 88W
GPU1: cclock 1206 MHz, cvddc 806 mV, mclock 1792 MHz, mvddc 850 mV, Tj 50C, Tmem 74C
GPU2: cclock 1204 MHz, cvddc 793 mV, mclock 2112 MHz, Tj 50C
GPU3: cclock 1200 MHz, cvddc 856 mV, mclock 2110 MHz
GPU4: cclock 1190 MHz, cvddc 856 mV, mclock 2090 MHz
GPU5: cclock 1200 MHz, cvddc 856 mV, mclock 2100 MHz
GPU6: cclock 1190 MHz, cvddc 856 mV, mclock 2080 MHz
GPU7: cclock 1190 MHz, cvddc 856 mV, mclock 2095 MHz
GPU8: cclock 1200 MHz, cvddc 856 mV, mclock 2112 MHz
GPU9: cclock 1190 MHz, cvddc 856 mV, mclock 2095 MHz
GPUs power: 883.1 W; cost: 2.86 USD/day
Current -gt 27,15,42,67,42,38,40,43,39
Eth: Accepted shares 283 (6 stales), rejected shares 0 (0 stales)
Eth: Incorrect shares 0 (0.00%), est. stales percentage 2.12%
Eth: Maximum difficulty of found share: 1179.6 GH (!)
Eth: Average speed (5 min): 341.340 MH/s
Eth: Effective speed: 326.88 MH/s; at pool: 326.88 MH/s
Eth: Estimated income: 45.48 USD/day

WIN 10-20H2
PM 5.5C
20.11.2-Driver WHQL Adrenalin
Pages: « 1 ... 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 [387] 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 ... 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!