Prysm と Besu を使用して、pyrmont テストネットで Ethereum2.0 のビーコン チェーンを実行しようとしています。
次のコマンドで ETH1 ノードを実行します。
besu --network=goerli --data-path=/root/goerliData --rpc-http-enabled
このコマンドは機能しており、ブロックチェーン全体をダウンロードしてから、適切に実行します。
しかし、起動すると:
./prysm.sh beacon-chain --http-web3provider=localhost:8545 --pyrmont
私は得る:
Verified /root/prysm/dist/beacon-chain-v1.0.0-beta.3-linux-amd64 has been signed by Prysmatic Labs.
Starting Prysm beacon-chain --http-web3provider=localhost:8545 --pyrmont
[2020-11-18 14:03:06] WARN flags: Running on Pyrmont Testnet
[2020-11-18 14:03:06] INFO flags: Using "max_cover" strategy on attestation aggregation
[2020-11-18 14:03:06] INFO node: Checking DB database-path=/root/.eth2/beaconchaindata
[2020-11-18 14:03:08] ERROR main: database contract is xxxxxxxxxxxx3fdc but tried to run with xxxxxxxxxxxx6a8c
以前のデータフォルダを削除して/root/goerliData
、ブロックチェーンを再ダウンロードしようとしましたが、何も変わりません...
データベース コントラクトが変更されないのはなぜですか? どうすればよいですか?
ありがとう :)