美文网首页区块链大学区块链研习社
web3.php Error: The method perso

web3.php Error: The method perso

作者: 编程狂魔 | 来源:发表于2018-08-24 21:26 被阅读3次

很多人遇到这个问题:

web3.php Error: The method personal_newAccount does not exist/is not available。

其实很简单,我们只需要在geth启动时的rpc参数中设置rpcapi时包括 "personal" 即可。

geth --rpc --rpcaddr 0.0.0.0 --rpcport 8545 --rpcapi eth,web3,admin,personal,net

分享一个教程给大家:php以太坊入门实战教程,主要是介绍使用php进行智能合约开发交互,进行账号创建、交易、转账、代币开发以及过滤器和事件等内容。

相关文章

网友评论

    本文标题:web3.php Error: The method perso

    本文链接:https://www.haomeiwen.com/subject/xogiiftx.html