前提・実現したいこと
プライベートネットワークでイーサリアムの送金をしたいです。
しかしこちらのチュートリアルの通りに実行してもエラーが発生します。
https://book.ethereum-jp.net/first_use/sending_ether
発生している問題・エラーメッセージ
geth --rpc --networkid "15" --nodiscover --allow-insecure-unlock --datadir "/Users/dev/eth_private_net" console 2>> /Users/dev/eth_private_net/geth_err.log > personal.unlockAccount(eth.accounts[0]) Unlock account 0x693123f81a8f4fd0d79eca3235f401ae3545951d Passphrase: true > eth.getBalance(eth.accounts[0]) 3.435e+21 > eth.sendTransaction({from: eth.accounts[0], to: eth.accounts[1], value: web3.toWei(5, "ether")}) Error: invalid sender at web3.js:6347:37(47) at web3.js:5081:62(37) at <eval>:1:20(21)
該当のソースコード
geth
試したこと
PC再起動
gethの再起動
補足情報(FW/ツールのバージョンなど)
Geth v1.10.1
Go v1.16
macOS x Big Sur 11.0
あなたの回答
tips
プレビュー