
笔记
一枚二白大学生
qq:908024331
展开
-
ETH节点调用出现 tx fee (1.30 ether) exceeds the configured cap (1.00 ether)
只需要在启动的时候加入--rpc.txfeecap 0 --rpc.gascap 0就行了 例如答主的启动代码: nohup geth --syncmode "fast" --networkid 1 --datadir /data0 --cache 2048 --identity "eth-node" --rpc --rpcapi "db,eth,net,web3" --rpccorsdomain "*" --rpcport 8545 --port 30303 --rpcaddr 0.0.0...原创 2021-11-29 20:10:17 · 1831 阅读 · 1 评论 -
nginx部署php出现404
今天帮一个网友解决问题 他用docker部署lnmp,出现网站首页可以打开其他页面报错404,初步排除我发现是配置文件问题 注释部分为出错点 这是修改完成后 ...原创 2020-01-16 15:43:11 · 4653 阅读 · 0 评论