Only PoS networks are supported, please transition old ones with Geth v1.13.x
Hi, I am just trying to run taiko-geth,
Successfully run "make geth".
But when I try to run taiko-geth, I am getting such error :
sudo ./taiko-geth/build/bin/geth --datadir ~/taiko-l2-network/node --networkid 167 --http --http.addr 127.0.0.1 --http.port 8552 --http.corsdomain "*"
INFO [02-04|15:05:13.549] Maximum peer count ETH=50 total=50
INFO [02-04|15:05:13.552] Set global gas cap cap=50,000,000
INFO [02-04|15:05:13.552] Initializing the KZG library backend=gokzg
INFO [02-04|15:05:13.569] Allocated trie memory caches clean=154.00MiB dirty=256.00MiB
INFO [02-04|15:05:13.570] Using leveldb as the backing database
INFO [02-04|15:05:13.570] Allocated cache and file handles database=/Users/nizzle1994/taiko-l2-network/node/geth/chaindata cache=512.00MiB handles=5120
INFO [02-04|15:05:13.598] Using LevelDB as the backing database
INFO [02-04|15:05:13.604] Opened ancient database database=/Users/nizzle1994/taiko-l2-network/node/geth/chaindata/ancient/chain readonly=false
INFO [02-04|15:05:13.605] State scheme set to already existing scheme=hash
Fatal: Failed to register the Ethereum service: only PoS networks are supported, please transition old ones with Geth v1.13.x
Any ideas ?
关闭于 2025-02-10 6 条评论