前提:CPU挖矿
操作经历:执行pkill conflux
现象:重新启动时报错,Error: “failed to start full client: “Failed to open database Custom { kind: Other, error: \“IO error: While lock file: ./blockchain_db/LOCK: Resource temporarily unavailable\” }””
原因未知(小白用户只能靠猜了)
临时解决办法:
$ cd /yourpath/run/blockchain_db
$ rm LOCK
$ ./conflux --config default.toml --full 2>stderr.txt
OK,运行正常。