当我使用miner.start(1)启动矿工进程时,我在这里面临一个问题。它给我的错误如下。我试图寻找解决办法,但没有找到任何解决办法。我正在使用Ubuntu16.04LTS的英特尔i3处理器,4 GB内存和4 GB交换。我也试图在这个平台上寻找答案,但没有看到任何相关的解决方案。
miner.start(1)
INFO [10-24|18:55:59] Updated mining threads threads=1
INFO [10-24|18:55:59] Transaction pool price threshold updated price=18000000000
INFO [10-24|18:55:59] Starting mining operation null
INFO [10-24|18:55:59] Commit new mining work number=1 txs=1 uncles=0 elapsed=667.378µs
INFO [10-24|18:56:02] Generating ethash verification cache epoch=1 percentage=80 elapsed=3.010s
INFO [10-24|18:56:03] Generated ethash verification cache epoch=1 elapsed=3.687s
ERROR[10-24|18:56:03] Failed to generate mapped ethash dataset epoch=1 err=”cannot allocate memory” runtime: out of memory: cannot allocate 2164260864-byte block (119799808 in use) fatal error: out of memory发布于 2017-10-24 17:07:22
我曾经有过类似的问题。
问题是我是在一个32bit系统上运行64bit版本的。
请确认您正在为系统(32bit or 64bit)使用正确的版本。
希望这能有所帮助。
https://ethereum.stackexchange.com/questions/29177
复制相似问题