以太坊 - 无法为DAG分配大缓冲区

问题描述 投票:0回答:1

我正在尝试进行一些挖掘,但是当我运行start.bat时,我继续得到以下错误(在cmd中):

╔════════════════════════════════════════════════════════════════╗
║     Claymore's Dual ETH + DCR/SC/LBC/PASC GPU Miner v10.0      ║
╚════════════════════════════════════════════════════════════════╝

ETH: 5 pools are specified
Main Ethereum pool is eth-asia1.nanopool.org:9999
At least 16 GB of Virtual Memory is required for multi-GPU systems
Make sure you defined GPU_MAX_ALLOC_PERCENT 100
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool
OpenCL initializing...

AMD Cards available: 1
GPU #0: Hainan, 2048 MB available, 5 compute units
POOL/SOLO version
GPU #0: set -etha as 1 (ETH algo for slow cards)
No NVIDIA CUDA GPUs detected.
Total cards: 1
ETH: Stratum - connecting to 'eth-asia1.nanopool.org' <139.99.102.73> port 9999
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
ETH: eth-proxy stratum mode
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

ETH: Stratum - Connected (eth-asia1.nanopool.org:9999)
ETH: Authorized
Setting DAG epoch #159...
Setting DAG epoch #159 for GPU0
Create GPU buffer for GPU0
GPU0 - not enough GPU memory to place DAG, you cannot mine this coin with this GPU
GPU0 - OpenCL error -61 - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
Setting DAG epoch #159 for GPU0
GPU 0 failed
GPU0, OpenCL error -38 - cannot write buffer for DAG

这是我记事本里面的内容:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool eth-asia1.nanopool.org:9999 -ewal <my address link> -epsw x -mode 1 -ftime 10

我已经阅读了readme.txt并相应更改了记事本中的内容。但我仍然得到这个错误。

这是我的系统信息:

                  Name: AMD Radeon (TM) R5 M335
          Manufacturer: Advanced Micro Devices, Inc.
             Chip Type: AMD Radeon Graphics Processor (0x6660)
              DAC Type: Interal DAC(400MHz)
           Device Type: Render-Only Display Device
  Approx. Total Memory: 6081 MB
 Display Memory (VRAM): 2039 MB
         Shared Memory: 4041 MB

我怎样才能解决这个问题?

cmd ethereum
1个回答
0
投票

Your hardware does not have enough ram to run this software.

程序需要3GB视频RAM,你的显卡有2GB视频RAM。

用户无法升级显卡内存。您需要不同的图形卡。

  1. 如果矿工无法生成DAG文件,请检查环境变量(请参阅自述文件),检查GPU是否至少有3GB内存,并检查是否有足够的虚拟内存(页面文件)。如果这一切都无济于事,请尝试安装更多物理RAM。
© www.soinside.com 2019 - 2024. All rights reserved.