Pages:
Author

Topic: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) - page 7. (Read 785201 times)

member
Activity: 325
Merit: 42
Check carefully if you have setup the pools properly as there must a difference with your AMD rig.
Otherwise let show us what your command line is or config.txt/epools.txt


I'm only using 1 card per rig, and only mining the 1 pool with each rig. This rigs are gaming PC's that I mine with when they are not in use. So for the AMD rigs, I didn't touch the epools.txt or config.txt files. There was no need. Just enter pool 1 and 2, along with the wallet, in the bat file and the AMD machines were off and running, and have been for a couple years now.

When I tried the same miner, with the same bat file configuration, on the 1660, the miner spits out this error.

This is less helpful information than you think.  You are getting an error saying that your pools aren't listed properly in the config file.  In order to help, we'll need to see what you're trying to do.  It is quite possible that a typo could be what's holding you back.  Without being able to see and confirm, I don't think anyone can give you helpful information besides telling you to update your drivers and your OS, then try restarting and see if that works...  So if you want actual help, you need to provide the necessary information.  In this case, that's the command line that's giving you an error.

Hi, here's the config.txt. As I stated before, I've done nothing with it, as the AMD cards didn't require me to.

#
# 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 eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444
#-wal YourEthWalletAddress.WorkerName
#-proto 3
#-cdm 2

# Uncomment this to force the miner to read the dual-mining pools from the dpools.txt file
# instead of the command-line
#-dcoin blake2s


Here are the epools.txt file. Again, I've done nothing with it, it's how it is when you download the miner. So it has not been renamed or altered yet.


#
# PhoenixMiner ethash pools list (you MUST rename this files to epools.txt in order to use it)
#
# The pools specified in this file will be added to the pools specified with the PhoenixMiner's
# command-line options (see -pool and -pool2 command line options).
#
# Alternatively, you can omit the -pool option on the command-line and use only the pools in
# epools.txt file. This will give you the ability to specify more than two pools, and to change
# the pools without restarting the miner by using the 'r' key in the PhoenixMiner console to
# reload the epools.txt file.
#
# You must put one pool per line as specified in the examples below
# If the line starts with '#' it will be ignored as comment
#
# NOTE: PhoenixMiner also "understands" the epools.txt files from Claymore's dual Ethereum miner
#
# IMPORTANT: Replace the ETH address with your own ETH wallet address in the WAL: option (Rig001 is the name of the rig)
#

POOL: eu1.ethermine.org:4444, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001
POOL: us1.ethermine.org:4444, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001

# These are examples for ETC pools

POOL: ssl://eu1-etc.ethermine.org:5555, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001, COIN: etc
POOL: etc-eu1.nanopool.org:19999, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001, COIN: etc

# The following line shows all possible epools.txt options. The values for each option must follow the
# same rules as these specified in the Readme.txt file for the -pool, -wal, -pass, -worker,
# -proto, -coin, and -stales command-line options.
#
# NOTE: The WEAKSSL epools.txt option is slightly different from the -weakssl command-line option. As shown
# bellow, WEAKSSL needs a numeric value of 1 to skip the strict SSL certificate validation.

# POOL: europe.ethash-hub.miningpoolhub.com:20585, WAL: YourLoginName, WORKER: WorkerName, PASS: x, PROTO: 1, COIN: ubq, STALES: 1, WEAKSSL: 1


I am getting a feeling you are deliberately avoiding what we were asking, how YOU start PhoenixMiner from a command prompt or what is in the batch file you use.

From a Windows command prompt you would normally start as follows, this will avoid using the config.txt and epools.txt files:

/path/to/PhoenixMiner.exe -nvidia -coin eth -pool ssl://eu1.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -wal YourEthWalletAddress.WorkerName -proto 3

if that works with the obvious changes for you, it can be put in a batchfile.

newbie
Activity: 11
Merit: 0
Check carefully if you have setup the pools properly as there must a difference with your AMD rig.
Otherwise let show us what your command line is or config.txt/epools.txt


I'm only using 1 card per rig, and only mining the 1 pool with each rig. This rigs are gaming PC's that I mine with when they are not in use. So for the AMD rigs, I didn't touch the epools.txt or config.txt files. There was no need. Just enter pool 1 and 2, along with the wallet, in the bat file and the AMD machines were off and running, and have been for a couple years now.

When I tried the same miner, with the same bat file configuration, on the 1660, the miner spits out this error.

This is less helpful information than you think.  You are getting an error saying that your pools aren't listed properly in the config file.  In order to help, we'll need to see what you're trying to do.  It is quite possible that a typo could be what's holding you back.  Without being able to see and confirm, I don't think anyone can give you helpful information besides telling you to update your drivers and your OS, then try restarting and see if that works...  So if you want actual help, you need to provide the necessary information.  In this case, that's the command line that's giving you an error.

Hi, here's the config.txt. As I stated before, I've done nothing with it, as the AMD cards didn't require me to.

#
# 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 eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444
#-wal YourEthWalletAddress.WorkerName
#-proto 3
#-cdm 2

# Uncomment this to force the miner to read the dual-mining pools from the dpools.txt file
# instead of the command-line
#-dcoin blake2s


Here are the epools.txt file. Again, I've done nothing with it, it's how it is when you download the miner. So it has not been renamed or altered yet.


#
# PhoenixMiner ethash pools list (you MUST rename this files to epools.txt in order to use it)
#
# The pools specified in this file will be added to the pools specified with the PhoenixMiner's
# command-line options (see -pool and -pool2 command line options).
#
# Alternatively, you can omit the -pool option on the command-line and use only the pools in
# epools.txt file. This will give you the ability to specify more than two pools, and to change
# the pools without restarting the miner by using the 'r' key in the PhoenixMiner console to
# reload the epools.txt file.
#
# You must put one pool per line as specified in the examples below
# If the line starts with '#' it will be ignored as comment
#
# NOTE: PhoenixMiner also "understands" the epools.txt files from Claymore's dual Ethereum miner
#
# IMPORTANT: Replace the ETH address with your own ETH wallet address in the WAL: option (Rig001 is the name of the rig)
#

POOL: eu1.ethermine.org:4444, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001
POOL: us1.ethermine.org:4444, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001

# These are examples for ETC pools

POOL: ssl://eu1-etc.ethermine.org:5555, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001, COIN: etc
POOL: etc-eu1.nanopool.org:19999, WAL: 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001, COIN: etc

# The following line shows all possible epools.txt options. The values for each option must follow the
# same rules as these specified in the Readme.txt file for the -pool, -wal, -pass, -worker,
# -proto, -coin, and -stales command-line options.
#
# NOTE: The WEAKSSL epools.txt option is slightly different from the -weakssl command-line option. As shown
# bellow, WEAKSSL needs a numeric value of 1 to skip the strict SSL certificate validation.

# POOL: europe.ethash-hub.miningpoolhub.com:20585, WAL: YourLoginName, WORKER: WorkerName, PASS: x, PROTO: 1, COIN: ubq, STALES: 1, WEAKSSL: 1
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
Check carefully if you have setup the pools properly as there must a difference with your AMD rig.
Otherwise let show us what your command line is or config.txt/epools.txt


I'm only using 1 card per rig, and only mining the 1 pool with each rig. This rigs are gaming PC's that I mine with when they are not in use. So for the AMD rigs, I didn't touch the epools.txt or config.txt files. There was no need. Just enter pool 1 and 2, along with the wallet, in the bat file and the AMD machines were off and running, and have been for a couple years now.

When I tried the same miner, with the same bat file configuration, on the 1660, the miner spits out this error.

This is less helpful information than you think.  You are getting an error saying that your pools aren't listed properly in the config file.  In order to help, we'll need to see what you're trying to do.  It is quite possible that a typo could be what's holding you back.  Without being able to see and confirm, I don't think anyone can give you helpful information besides telling you to update your drivers and your OS, then try restarting and see if that works...  So if you want actual help, you need to provide the necessary information.  In this case, that's the command line that's giving you an error.
member
Activity: 325
Merit: 42
Using a Win 10 based machine with a GTX 1660 Super 6GB. I have the correct pool and wallet info (same settings I use on my 3 other AMD cards in my other machines).

But the miner shuts down almost instantly after starting. This is the message I get from the log file.

main Phoenix Miner 6.2c Windows/msvc - Release build
main Cmd Line:
main CUDA version: 11.0, CUDA runtime: 8.0
main Initializing NVML...
main NVML library initialized
main NVML version: 11.516.40
main Nvidia driver version 516.40
main GPU NVIDIA GeForce GTX 1160 Super: FHR (device id: 21C4)
main No OpenCL platforms found
main Available GPUs for mining:
main GPU1: Gigabyte NVIDIA GeForce GTX 1160 Super (pcie 1), CUDA cap. 7.5, 6 GB VRAM, 22 CUs
main Eth: No valid pools specified in epools.txt
main Eth: No valid pools specified on command line or in epools.txt
main Exit code: 5

This is my first time trying to mine with an NVIDIA card. Any help with figuring out why this miner exits immediately is greatly appreciated.
Also, is there a setting in the NVIDIA video card software that needs to be changed from graphics to calculating, like the AMD cards have?



In your log the following lines gives you the clue.

main Eth: No valid pools specified in epools.txt
main Eth: No valid pools specified on command line or in epools.txt

Check carefully if you have setup the pools properly as there must a difference with your AMD rig.
Otherwise let show us what your command line is or config.txt/epools.txt


I'm only using 1 card per rig, and only mining the 1 pool with each rig. This rigs are gaming PC's that I mine with when they are not in use. So for the AMD rigs, I didn't touch the epools.txt or config.txt files. There was no need. Just enter pool 1 and 2, along with the wallet, in the bat file and the AMD machines were off and running, and have been for a couple years now.

When I tried the same miner, with the same bat file configuration, on the 1660, the miner spits out this error.

Still something is different post your command line or batch file.
Or run from command line and see what happens.
newbie
Activity: 11
Merit: 0
Using a Win 10 based machine with a GTX 1660 Super 6GB. I have the correct pool and wallet info (same settings I use on my 3 other AMD cards in my other machines).

But the miner shuts down almost instantly after starting. This is the message I get from the log file.

main Phoenix Miner 6.2c Windows/msvc - Release build
main Cmd Line:
main CUDA version: 11.0, CUDA runtime: 8.0
main Initializing NVML...
main NVML library initialized
main NVML version: 11.516.40
main Nvidia driver version 516.40
main GPU NVIDIA GeForce GTX 1160 Super: FHR (device id: 21C4)
main No OpenCL platforms found
main Available GPUs for mining:
main GPU1: Gigabyte NVIDIA GeForce GTX 1160 Super (pcie 1), CUDA cap. 7.5, 6 GB VRAM, 22 CUs
main Eth: No valid pools specified in epools.txt
main Eth: No valid pools specified on command line or in epools.txt
main Exit code: 5

This is my first time trying to mine with an NVIDIA card. Any help with figuring out why this miner exits immediately is greatly appreciated.
Also, is there a setting in the NVIDIA video card software that needs to be changed from graphics to calculating, like the AMD cards have?



In your log the following lines gives you the clue.

main Eth: No valid pools specified in epools.txt
main Eth: No valid pools specified on command line or in epools.txt

Check carefully if you have setup the pools properly as there must a difference with your AMD rig.
Otherwise let show us what your command line is or config.txt/epools.txt


I'm only using 1 card per rig, and only mining the 1 pool with each rig. This rigs are gaming PC's that I mine with when they are not in use. So for the AMD rigs, I didn't touch the epools.txt or config.txt files. There was no need. Just enter pool 1 and 2, along with the wallet, in the bat file and the AMD machines were off and running, and have been for a couple years now.

When I tried the same miner, with the same bat file configuration, on the 1660, the miner spits out this error.
member
Activity: 325
Merit: 42
Using a Win 10 based machine with a GTX 1660 Super 6GB. I have the correct pool and wallet info (same settings I use on my 3 other AMD cards in my other machines).

But the miner shuts down almost instantly after starting. This is the message I get from the log file.

main Phoenix Miner 6.2c Windows/msvc - Release build
main Cmd Line:
main CUDA version: 11.0, CUDA runtime: 8.0
main Initializing NVML...
main NVML library initialized
main NVML version: 11.516.40
main Nvidia driver version 516.40
main GPU NVIDIA GeForce GTX 1160 Super: FHR (device id: 21C4)
main No OpenCL platforms found
main Available GPUs for mining:
main GPU1: Gigabyte NVIDIA GeForce GTX 1160 Super (pcie 1), CUDA cap. 7.5, 6 GB VRAM, 22 CUs
main Eth: No valid pools specified in epools.txt
main Eth: No valid pools specified on command line or in epools.txt
main Exit code: 5

This is my first time trying to mine with an NVIDIA card. Any help with figuring out why this miner exits immediately is greatly appreciated.
Also, is there a setting in the NVIDIA video card software that needs to be changed from graphics to calculating, like the AMD cards have?



In your log the following lines gives you the clue.

main Eth: No valid pools specified in epools.txt
main Eth: No valid pools specified on command line or in epools.txt

Check carefully if you have setup the pools properly as there must a difference with your AMD rig.
Otherwise let show us what your command line is or config.txt/epools.txt
newbie
Activity: 11
Merit: 0
Using a Win 10 based machine with a GTX 1660 Super 6GB. I have the correct pool and wallet info (same settings I use on my 3 other AMD cards in my other machines).

But the miner shuts down almost instantly after starting. This is the message I get from the log file.

main Phoenix Miner 6.2c Windows/msvc - Release build
main Cmd Line:
main CUDA version: 11.0, CUDA runtime: 8.0
main Initializing NVML...
main NVML library initialized
main NVML version: 11.516.40
main Nvidia driver version 516.40
main GPU NVIDIA GeForce GTX 1160 Super: FHR (device id: 21C4)
main No OpenCL platforms found
main Available GPUs for mining:
main GPU1: Gigabyte NVIDIA GeForce GTX 1160 Super (pcie 1), CUDA cap. 7.5, 6 GB VRAM, 22 CUs
main Eth: No valid pools specified in epools.txt
main Eth: No valid pools specified on command line or in epools.txt
main Exit code: 5

This is my first time trying to mine with an NVIDIA card. Any help with figuring out why this miner exits immediately is greatly appreciated.
Also, is there a setting in the NVIDIA video card software that needs to be changed from graphics to calculating, like the AMD cards have?

sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Bitcointalk is what it is. Old and gold. If you want bullshit use reddit.
full member
Activity: 270
Merit: 115
@e.m.

Hope your account gets removed !
member
Activity: 325
Merit: 42
How is the support for AMD driver 22.7.1? It is still not WHQL.

Stick to the driver version mentioned on the first page.
jr. member
Activity: 45
Merit: 6
How is the support for AMD driver 22.7.1? It is still not WHQL.
full member
Activity: 1436
Merit: 232
hello I have nvidia  1060 6gb and give me this error Huh Huh

2022.07.30:02:17:53.342: GPU1 GPU1: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.344: GPU1 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.344: GPU1 GPU1: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.345: GPU1 GPU1 initMiner error: out of memory
2022.07.30:02:17:53.345: wdog Fatal error detected. Restarting.

6 GB GPU is now a "zombie" on Windows, need a miner that supports zombie mode.
staff
Activity: 3472
Merit: 4111
Crypto Swap Exchange
hello I have nvidia  1060 6gb and give me this error Huh Huh

 Shocked Shocked Shocked
2022.07.30:02:17:53.342: GPU1 GPU1: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.344: GPU1 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.344: GPU1 GPU1: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.345: GPU1 GPU1 initMiner error: out of memory
2022.07.30:02:17:53.345: wdog Fatal error detected. Restarting.
2022.07.30:02:17:53.398: GPU9 GPU9: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.398: GPU9 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.398: GPU9 GPU9: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.398: GPU9 GPU9 initMiner error: out of memory
2022.07.30:02:17:53.544: GPU6 GPU6: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.545: GPU6 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.545: GPU6 GPU6: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.545: GPU6 GPU6 initMiner error: out of memory


Please help Smiley

Windows? Linux? What is the swap file size set?
newbie
Activity: 1
Merit: 0
hello I have nvidia  1060 6gb and give me this error Huh Huh

 Shocked Shocked Shocked
2022.07.30:02:17:53.342: GPU1 GPU1: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.344: GPU1 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.344: GPU1 GPU1: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.345: GPU1 GPU1 initMiner error: out of memory
2022.07.30:02:17:53.345: wdog Fatal error detected. Restarting.
2022.07.30:02:17:53.398: GPU9 GPU9: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.398: GPU9 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.398: GPU9 GPU9: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.398: GPU9 GPU9 initMiner error: out of memory
2022.07.30:02:17:53.544: GPU6 GPU6: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.545: GPU6 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.545: GPU6 GPU6: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.545: GPU6 GPU6 initMiner error: out of memory


Please help Smiley
jr. member
Activity: 170
Merit: 6
Windows gives many security warnings after downloading latest version PhoenixMiner_6.2c_Windows from first side in this thread.
is this normal behaviour?


Hello. I'm having a problem. I downloaded Phoenix 6.2c for Windows as i always do from the link in the first page of this thread, and the trojan AndroidOs/multiverze infected my computer. I think it is some kind of ransomware. After i rebooted My PC i couldnt even log in.

Well you didnt get it from the official site (the virus).  The files are clean … you can check them.
You can read here but most likely you opened an infected email as it is how it spreads most commonly.

Here is info on it and how to get rid of it.  https://howtofix.guide/trojanandroidos-multiverze/


And way to go maligning good mining software due to your lack of diligence.
I downloaded the miner for Windows from the link in the OP, as you yourself suggested.  I see the same "Tool:AndroidOS/Multiverze" warning in Windows Defender as multiple people mentioned in this thread.  It is clearly coming from PhoenixMiner.exe.

Good security means questioning what you see.  A good download one day can be switched out for malware the next.  You shouldn't be so condescending to people trying to practice good security.

Sure it may be a known false positive warning, but it wasn't listed in the OP and it obviously wasn't known to you.

Good security is one thing. However not having the intelligence to read 100's of comments that they have loaded an invalid malware version is something else.
Some people are just not cut out to mine. They don't know how to read, and if you can't read then there is no hope for these people. They just waste everyone's time and take up space
on the forum with the same problem over and over. Every time I look here for news I see people that are not capable. Same issues over and over and over and over.
Everyone thinks they have a virus, and they most likely do. But, it's not the fault of the developers. It's that they can't follow instructions. How can anyone
help people like that? A fifth grader can load the correct software.


member
Activity: 114
Merit: 20
I have nvidia  1060 6gb and give me this error
2022.07.30:02:17:53.342: GPU1 GPU1: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.344: GPU1 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.344: GPU1 GPU1: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.345: GPU1 GPU1 initMiner error: out of memory
2022.07.30:02:17:53.345: wdog Fatal error detected. Restarting.
2022.07.30:02:17:53.398: GPU9 GPU9: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.398: GPU9 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.398: GPU9 GPU9: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.398: GPU9 GPU9 initMiner error: out of memory
2022.07.30:02:17:53.544: GPU6 GPU6: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.545: GPU6 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.545: GPU6 GPU6: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.545: GPU6 GPU6 initMiner error: out of memory
Please help


Update your Nvidia driver, you are probably using an old driver.
newbie
Activity: 1
Merit: 0
I have nvidia  1060 6gb and give me this error
2022.07.30:02:17:53.342: GPU1 GPU1: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.344: GPU1 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.344: GPU1 GPU1: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.345: GPU1 GPU1 initMiner error: out of memory
2022.07.30:02:17:53.345: wdog Fatal error detected. Restarting.
2022.07.30:02:17:53.398: GPU9 GPU9: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.398: GPU9 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.398: GPU9 GPU9: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.398: GPU9 GPU9 initMiner error: out of memory
2022.07.30:02:17:53.544: GPU6 GPU6: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.545: GPU6 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.545: GPU6 GPU6: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.545: GPU6 GPU6 initMiner error: out of memory
Please help


Same problem. Increasing the swap file does not solve the problem.
newbie
Activity: 1
Merit: 0
I have nvidia  1060 6gb and give me this error
2022.07.30:02:17:53.342: GPU1 GPU1: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.344: GPU1 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.344: GPU1 GPU1: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.345: GPU1 GPU1 initMiner error: out of memory
2022.07.30:02:17:53.345: wdog Fatal error detected. Restarting.
2022.07.30:02:17:53.398: GPU9 GPU9: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.398: GPU9 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.398: GPU9 GPU9: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.398: GPU9 GPU9 initMiner error: out of memory
2022.07.30:02:17:53.544: GPU6 GPU6: Allocating DAG for epoch #508 (4.97) GB
2022.07.30:02:17:53.545: GPU6 CUDA error in CudaProgram.cu:392 : out of memory (2)
2022.07.30:02:17:53.545: GPU6 GPU6: CUDA memory: 6.00 GB total, 4.97 GB free
2022.07.30:02:17:53.545: GPU6 GPU6 initMiner error: out of memory
Please help
full member
Activity: 1284
Merit: 141
Only EVER download from the 1st post in this thread by Phoenixminer.

Not the scammers posting near or at the end of this thread as they are posting malware. 
jr. member
Activity: 56
Merit: 6
@PhoenixMiner
Would you possible to add memory temp reading [for supported GPUs] in miner's API requests replies?

For AMD RDNA/RDNA2 videocards it is already available for some time, I have a RX 6600 XT it shows in the status. Probably the same with Nvidia cards but I am not to sure about as I only have a GTX 1070 and I am not mining with it anymore.

Check the readme or other docs on the first page.


For Nvidia GPUs 30xx Series it's not.

Quote
Check the readme or other docs on the first page.

I've checked this already, and there is nothing about memory temp in docs for API requests.


Quote
For AMD RDNA/RDNA2 videocards it is already available for some time, I have a RX 6600 XT it shows in the status.

It could be shown in status if you check the stats from web-browser,
but "Tmem" value is not included in API miner's raw response.
And it's not mentioned in the docs either.
Pages:
Jump to: