
Geth
文章平均质量分 56
ChairmenMao
这个作者很懒,什么都没留下…
展开
-
基于token的投票系统笔记
安装truffle 问题一 truffle init 报错, truffle unbox webpack 安装报错 更新hosts文件 使用Google hosts 替换本地/etc/hosts文件 重启网络 sudo service network-manager restart 问题解决参考博客 使用git clone到当前文件夹,参考1,参考2 run npm dev 出错,参考2方法,同时 npm install出错,使用cnpm install: 问题, 同源请求问题: 原因:可能是更改.原创 2021-02-20 23:56:58 · 269 阅读 · 0 评论 -
Geth使用笔记
问题-----解决方法 在geth命令行启动时添加–allow-insecure-unlock eth.sendTransaction({from:eth.accounts[0], to:"0x8973eF760c378dfc84d6791C338d7DB288Ba2d2B", value:web3.toWei(14.027284256,'ether')}) Error: authentication needed: password or unlock at web3.js:3143:20原创 2021-02-15 16:17:28 · 384 阅读 · 0 评论