我正在尝试做一些挖掘,但当我运行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我该如何解决这个问题呢?
发布于 2017-12-22 04:09:37
您的硬件没有足够的内存来运行此软件。
程序需要3 2GB视频RAM,您的显卡有2 2GB视频RAM。
显卡内存不能由用户升级。您需要不同的图形卡。
https://stackoverflow.com/questions/47910881
复制相似问题