以太坊:无法打开数据库:资源暂时不可用

时间:2016-08-04 21:53:27

标签: meteor ethereum

我开始使用以太坊并建立一个Dapp(这到底是什么意思?)。在应用程序的基本安装(https://github.com/ethereum/wiki/wiki/Dapp-using-Meteor#connect-your-%C3%90app)上,我在尝试连接时收到此错误。

geth --rpc --rpccorsdomain "http://localhost:3000"
I0804 23:48:24.987448 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to /Users/( . )Y( . )/Library/Ethereum/chaindata
Fatal: Could not open database: resource temporarily unavailable

我刚刚开始,我通过自制软件设置了以太坊并用geth创建了帐户。无法在这里过去。

谢谢!

1 个答案:

答案 0 :(得分:3)

您的geth客户端是already running in the background。您可以通过键入以下内容来附加:

$ geth attach

在命令行中。这将允许您在geth客户端控制台上运行命令。