我尝试从github资源构建EthereumH:https://github.com/jamshidh/ethereumH
我安装了谷歌的git-repo,并试图安装在自述的自述。它在以下丢失的存储库(404)中失败:
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/kjameslubin/hserver-eth/'然后,我试图跳过伞存储库,并尝试用阴谋:https://github.com/jamshidh/ethereum-client-haskell安装cabal client-haskel。
但这也是一团糟:
$ cabal install ethereum-client-haskell
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: ethereum-client-haskell-0.0.4 (user goal)
trying: base-4.8.2.0/installed-0d6... (dependency of ethereum-client-haskell-0.0.4)
trying: cmdargs-0.10.14 (dependency of ethereum-client-haskell-0.0.4)
trying: process-1.2.3.0/installed-78f... (dependency of cmdargs-0.10.14)
next goal: haskoin (dependency of ethereum-client-haskell-0.0.4)
rejecting: haskoin-0.1.0.2, 0.1.0.1, 0.1.0 (conflict: process => deepseq==1.4.1.1/installed-614..., haskoin => deepseq>=1.3 && <1.4)
rejecting: haskoin-0.0.2.1, 0.0.2 (conflict: base==4.8.2.0/installed-0d6..., haskoin => base>=4.6 && <4.7)
Dependency tree exhaustively searched.我还发现,这个项目可以集成到Consensys / Blockapps中,但只找到了一个空的存储库:https://github.com/blockapps/ethereumH。
这个项目还活着吗?如何在Linux系统上构建或安装haskell客户端EthereumH?
发布于 2017-03-30 13:52:29
我看到您已经在适当的回购制造了一个问题,并没有收到任何答复,所以这个项目很可能是不存在的。
hserver-eth似乎在github上还有几个存储库:凯杰斯在2015年6月15日提交了最后一次提交;Firescar96提供了一个分支,大约再提交一百次一直到2015年7月31日(最近一次提交在2016年,只添加了一个AGPLv3许可文件)。
似乎是同一个项目,如果你仍然感兴趣的话,可能值得和这两个人联系。然而,我认为它并没有在“主干网(S)”上大量使用过。
https://ethereum.stackexchange.com/questions/3781
复制相似问题