首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >以太-无法为DAG分配大缓冲区

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

Stack Overflow用户
提问于 2017-12-21 00:53:40
回答 1查看 10.1K关注 0票数 0

我正在尝试做一些挖掘,但当我运行start.bat时,我一直收到以下错误(在cmd中)

代码语言:javascript
复制
╔════════════════════════════════════════════════════════════════╗
║     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

下面是我的记事本中的内容:

代码语言:javascript
复制
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,并相应地更改了记事本中的内容。但我仍然得到了这个错误。

以下是我的系统信息:

代码语言:javascript
复制
                  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

我该如何解决这个问题呢?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-12-22 04:09:37

您的硬件没有足够的内存来运行此软件。

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

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

  1. 如果miner无法生成DAG文件,请检查环境变量(请参阅自述文件),检查您的图形处理器是否至少有3 3GB内存,并检查您是否有足够的虚拟内存(页面文件)。如果所有这些都不起作用,请尝试安装更多的物理内存。
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47910881

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档