web3.php Error: The method personal_newAccount does not exist/is not available
很多人遇到這個(gè)問(wèn)題:
web3.php Error: The method personal_newAccount does not exist/is not available。
其實(shí)很簡(jiǎn)單,我們只需要在geth啟動(dòng)時(shí)的rpc參數(shù)中設(shè)置rpcapi時(shí)包括 "personal" 即可。
geth --rpc --rpcaddr 0.0.0.0 --rpcport 8545 --rpcapi eth,web3,admin,personal,net
我的是:
來(lái)自:http://www.bcfans.com/toutiao/redian/101819.html
geth --identity "Water" --rpc --rpcport "8080" --rpccorsdomain "*" --datadir gethdata --port "30303" --nodiscover --rpcapi "db,eth,net,personal,web3" --networkid 1999 init genesis.json
posted on 2019-06-19 10:42 狼愛(ài)上貍 閱讀(568) 評(píng)論(0) 編輯 收藏 所屬分類: Blockchain