我开始使用以太坊并建立一个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创建了帐户。无法在这里过去。
谢谢!
答案 0 :(得分:3)
您的geth
客户端是already running in the background。您可以通过键入以下内容来附加:
$ geth attach
在命令行中。这将允许您在geth
客户端控制台上运行命令。