关于搭建ethereum geth时遇到的问题
Posted zengzh688
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于搭建ethereum geth时遇到的问题相关的知识,希望对你有一定的参考价值。
一、推荐几篇有用的安装博客
在Ubuntu下使用Geth搭建自己的以太坊私有链_Kevin的博客-程序员宅基地 https://www.cxyzjd.com/article/kevinyankai/98623397
搭建多节点并使用智能合约 https://www.jianshu.com/p/4c3efd23a427
Ubuntu18.04 基于以太坊搭建多机多节点私有链https://blog.csdn.net/u014454538/article/details/88768900
1.1、安装需要注意的点是:
1.1.1、安装以太坊会有ppa的问题
Error: retrieving gpg key timed out
https://www.jianshu.com/p/e2a15336f174
1.1.2、以太坊多个peer相互发现问题
admin.addPeer(“enode://xxx@your ip:30303?discport=0”), 其中your ip是节点真实的ip地址,而不是默认的地址。
二、Solidity相关的文档
2.1、solidity学习文档
https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html
solidity example https://solidity-by-example.org/
2.2、Solidity开发网站,Remix英文版
http://remix.ethereum.org/#optimize=false&runs=200&evmVersion=null&version=soljson-v0.4.26+commit.4563c3fc.js
以上是关于关于搭建ethereum geth时遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章